diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-12-15 21:27:56 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-12-15 21:27:56 -0800 |
commit | 6df9b82b4a1c6c5ab7dfa056ed041153d94c58ec (patch) | |
tree | 64f2d3f2c60ff9f7b0d5d10d23a7eb212a86fb99 /tests | |
parent | 033140dd7b37bcf7ca70a5ec0fda00436e0d06a6 (diff) |
disable a test in fastcomp
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_core.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index 1583d914..862beb8b 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -4602,6 +4602,7 @@ return malloc(size); def test_simd2(self): if Settings.ASM_JS: Settings.ASM_JS = 2 # does not validate + if os.environ.get('EMCC_FAST_COMPILER') == '1': return self.skip('todo in fastcomp') test_path = path_from_root('tests', 'core', 'test_simd2') src, output = (test_path + s for s in ('.in', '.out')) |