diff options
author | Chad Austin <chad@chadaustin.me> | 2014-04-29 22:09:13 -0700 |
---|---|---|
committer | Chad Austin <chad@chadaustin.me> | 2014-04-29 22:09:13 -0700 |
commit | 7da733906454466f4ae22d1a1541ea152f5025db (patch) | |
tree | bd803de99a112fe5607ab0026d26078c4f39d3ff /tests | |
parent | fee40ad3a5f44adc4b07f41c8f552949a20ce953 (diff) |
fix embind/asm.js in PRECISE_F32 mode
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_core.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index d25a61be..1f698687 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -5657,7 +5657,6 @@ 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(''' |