aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index cf6ac062..f883db8d 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -7667,6 +7667,7 @@ void*:16
def test_lua(self):
if self.emcc_args is None: return self.skip('requires emcc')
+ if 'le32-unknown-nacl' in COMPILER_OPTS: return self.skip('cannot use our existing bitcode file which is of a different target')
if Settings.QUANTUM_SIZE == 1: return self.skip('TODO: make this work')