diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-09 18:18:29 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-09 18:18:29 -0800 |
commit | c5c3b0f127ab7025197ef9688d5e20aaeef80ce7 (patch) | |
tree | eb7ed64477fa9a3e032c5254d890dece0d4af9a7 | |
parent | 49a6b2b87442ec7d675a568472876a22b4040fa4 (diff) |
do poppler only in default
-rw-r--r-- | tests/runner.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py index 0cec5e02..2e6dbdf8 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -3723,8 +3723,7 @@ at function.:blag js_engines=[SPIDERMONKEY_ENGINE]) # V8 issue 1407 def test_poppler(self): - # Test this big test only in default, and in s_0_0 (to ensure it works without ta2) - if not (self.use_defaults or (Settings.RELOOP == 0 and Building.LLVM_OPTS == 0 and Settings.MICRO_OPTS == 0 and Settings.QUANTUM_SIZE != 1)): return self.skip('very slow, we only do this in default and s_0_0') + if not self.use_defaults: return self.skip('very slow, we only do this in default') Settings.SAFE_HEAP = 0 # Has variable object |