diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-26 14:50:30 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-26 14:50:30 -0700 |
commit | 75bf333498ad87d0c830e6b5193ee0e6d682a27a (patch) | |
tree | 97dbb4680b81e41aff2582993fd351331f7560f2 /tests | |
parent | c201ef75d84210b7c4fc924938e567db86aea349 (diff) |
fix auto-returns after aborts in float-returning functions, and enable poppler in asm
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index c8580923..b94affb2 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -7677,7 +7677,6 @@ def process(filename): def test_poppler(self): if self.emcc_args is None: return self.skip('very slow, we only do this in emcc runs') - if Settings.ASM_JS: return self.skip('asm does not support relying on function pointers being cast to different types') Settings.CORRECT_OVERFLOWS = 1 Settings.CORRECT_SIGNS = 1 |