aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-04-30 13:40:27 -0700
committerAlon Zakai <alonzakai@gmail.com>2014-04-30 13:40:27 -0700
commit9dd3a7059749d4051202687817bf6b68ab2ce54c (patch)
tree6f98400f4bb90aedd7ea419163febb1d70c488fd /tests
parent63f913cc533e20cea584d2407de78c933d063b67 (diff)
parent7da733906454466f4ae22d1a1541ea152f5025db (diff)
Merge pull request #2327 from chadaustin/embind-asmjs-precise-f32
Fix embind/asm.js in PRECISE_F32 mode
Diffstat (limited to 'tests')
-rw-r--r--tests/test_core.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py
index 4c19afda..379559e7 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -5659,7 +5659,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('''