aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-04-23 11:05:22 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-04-23 11:05:22 -0700
commit3db65313082a337610b90925005e8fb630067357 (patch)
tree5d7f39811fcc2442ec2f39eb176a3b40ea14ed71 /tests/runner.py
parent95e6abb17183a6c8fba778e5bdcca145c916309a (diff)
run freetype test in v8
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py
index b6fc6730..79a820b0 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -1775,8 +1775,7 @@ if 'benchmark' not in sys.argv:
['font.ttf', 'test!', '150', '120', '25'],
libraries=[self.get_freetype()],
includes=[path_from_root('tests', 'freetype', 'include')],
- post_build=post,
- js_engines=[SPIDERMONKEY_ENGINE]) # V8 bug 1257
+ post_build=post)
#build_ll_hook=self.do_autodebug)
def test_zlib(self):