diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-06-27 19:24:49 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-06-27 19:25:38 -0700 |
commit | 41577acbb7dfd5c32de98ef0ae6596389afbfdb2 (patch) | |
tree | e7f8666e4661bd36a99dea218a68ce396e571942 | |
parent | 3bb61dc3a8ffe8106dd0b1baa1f62f71f601aca7 (diff) |
disable test_zlib in s_0_x
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 30b435cb..563e6782 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -8368,6 +8368,8 @@ def process(filename): force_c=True) def test_zlib(self): + if not Settings.USE_TYPED_ARRAYS == 2: return self.skip('works in general, but cached build will be optimized and fail, so disable this') + if Settings.ASM_JS: self.banned_js_engines = [NODE_JS] # TODO investigate |