From 9a530d0e76ea951f761d93ce3aa739b5605acb25 Mon Sep 17 00:00:00 2001 From: Chad Austin Date: Thu, 24 Apr 2014 01:43:38 -0700 Subject: passes tests --- tests/test_core.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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(''' -- cgit v1.2.3-18-g5258