diff options
author | Chad Austin <chad@chadaustin.me> | 2014-04-24 01:43:38 -0700 |
---|---|---|
committer | Chad Austin <chad@chadaustin.me> | 2014-04-24 01:43:38 -0700 |
commit | 9a530d0e76ea951f761d93ce3aa739b5605acb25 (patch) | |
tree | fe0adc8c725a6bdf736b3c8840bbd1ce095e0449 /tests | |
parent | 0471c2bf4fbdf9cc407ec01e3cabd04095c843d0 (diff) |
passes tests
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 083d468a..2e2f5587 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -5655,6 +5655,7 @@ def process(filename): def test_embind_2(self): if self.emcc_args is None: return self.skip('requires emcc') + if self.run_name == 'asm2f': return self.skip('embind/asm.js not compatible with PRECISE_F32 because it changes signature strings') if self.run_name == 'slow2asm': return self.skip('embind/asm.js requires fastcomp') Building.COMPILER_TEST_OPTS += ['--bind', '--post-js', 'post.js'] open('post.js', 'w').write(''' |