diff options
author | alon@honor <none@none> | 2010-10-07 23:32:32 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-07 23:32:32 -0700 |
commit | efc63830c562beaf389642956c19b60c8d0cccdf (patch) | |
tree | a86f9f4d76f2e6d1b490ca791712cc9a8420b33b /tests | |
parent | c09a260f22aa80378b859430051b0e486e39a94a (diff) |
all llvm-gcc tests pass
Diffstat (limited to 'tests')
-rw-r--r-- | tests/settings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/settings.py b/tests/settings.py index 21c7cef0..a9afc91c 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -27,8 +27,8 @@ V8_ENGINE=os.path.expanduser('~/Dev/v8/d8') # XXX Warning: Compiling the 'sauer' test in SpiderMonkey can lead to an extreme amount of memory being # used, see Mozilla bug 593659. Possibly also some other tests as well. -PARSER_ENGINE=SPIDERMONKEY_ENGINE -#PARSER_ENGINE=V8_ENGINE +#PARSER_ENGINE=SPIDERMONKEY_ENGINE +PARSER_ENGINE=V8_ENGINE JS_ENGINE=SPIDERMONKEY_ENGINE #JS_ENGINE=V8_ENGINE |