diff options
author | alon@honor <none@none> | 2010-10-02 20:39:24 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-02 20:39:24 -0700 |
commit | 981b5832f5c0ae8a732e5e89f313c88efdadd0e3 (patch) | |
tree | e52536d138afc0ea9fc3eacda3d582c7881c75e2 /tests/settings.py | |
parent | 72e5d1365603cc107df97f14d2099ee460ec55af (diff) |
test both reloop and non-reloop
Diffstat (limited to 'tests/settings.py')
-rw-r--r-- | tests/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/settings.py b/tests/settings.py index e83129de..0782528d 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -23,7 +23,7 @@ LLVM_DIS=os.path.expanduser('~/Dev/llvm-2.7/cbuild/bin/llvm-dis') SPIDERMONKEY_ENGINE=os.path.expanduser('~/Dev/mozilla-central/js/src/js') V8_ENGINE=os.path.expanduser('~/Dev/v8/d8') -# XXX Warning: Running the 'sauer' test in SpiderMonkey can lead to an extreme amount of memory being +# XXX Warning: Compiling the 'sauer' test in SpiderMonkey can lead to an extreme amount of memory being # used, see Mozilla bug 593659. #PARSER_ENGINE=SPIDERMONKEY_ENGINE PARSER_ENGINE=V8_ENGINE |