diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-12-05 11:15:27 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-12-07 14:23:23 -0800 |
commit | aeda884c3a0acafaa7437b73ed628b7d730e645c (patch) | |
tree | f181ddb78dd824c46569d6d00fac9f6d2ad64524 | |
parent | 335b2dafc604a122ecf960dbb8d65f61482a8a67 (diff) |
disable poppler in asm
-rwxr-xr-x | tests/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index a537f227..729ac5b4 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -6201,6 +6201,7 @@ 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 |