From 50a3a0cad8f67bc4f346abe202c38049e23395b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Fri, 4 Sep 2015 15:27:29 +0300 Subject: [PATCH] Enable asm2nn.test_sse2_full, works now after previous fix. --- tests/test_core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_core.py b/tests/test_core.py index 637bac08b..432db6583 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -5737,7 +5737,6 @@ return malloc(size); # Tests the full SSE2 API. def test_sse2_full(self): if self.is_emterpreter(): return self.skip('todo') - if self.run_name == 'asm2nn': return self.skip('todo') if SPIDERMONKEY_ENGINE not in JS_ENGINES: return self.skip('test_sse2_full requires SpiderMonkey to run.') args = [] if '-O0' in self.emcc_args: args += ['-D_DEBUG=1']