aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-07-29 15:16:50 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-07-29 15:16:50 -0700
commitdece1080e837ccddddac1187709cdd669329b1a1 (patch)
treea211bb4a5def584d26d19f52db3aa62846d21924 /tests/runner.py
parent5494a7299bc3d2354dce7c244ae3d01c17ccac61 (diff)
js engine and emmaken fixes
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 1ea17a63..b791be79 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2362,7 +2362,7 @@ if 'benchmark' not in sys.argv:
lambda: map(ord, open(path_from_root('tests', 'poppler', 'ref.ppm'), 'r').read()).__str__().replace(' ', ''),
args='-scale-to 512 paper.pdf filename'.split(' '),
post_build=post,
- js_engines=[SPIDERMONKEY_ENGINE]) # V8 bug 1257
+ js_engines=[V8_ENGINE]) # XXX Moz bug 675269
#, build_ll_hook=self.do_autodebug)
def test_openjpeg(self):