diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-21 11:07:34 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-29 13:01:59 -0700 |
commit | 9270ab0773b8fedb0bb8c1d124aad75ae8aec10e (patch) | |
tree | 0c11a7f72a5362273d497970a4160a4a10e30088 | |
parent | f3ef63bc4a28aef0f338084c6a4e4a5955dd86e5 (diff) |
update test_python
-rwxr-xr-x | tests/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index a315ef29..1e6a663e 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -7923,6 +7923,7 @@ def process(filename): def test_python(self): if self.emcc_args is None: return self.skip('requires emcc') if Settings.QUANTUM_SIZE == 1: return self.skip('TODO: make this work') + if 'le32-unknown-nacl' in COMPILER_OPTS: return self.skip('cannot use our existing bitcode file which is of a different target') # Overflows in string_hash Settings.CORRECT_OVERFLOWS = 1 |