diff options
Diffstat (limited to 'tests/settings.py')
-rw-r--r-- | tests/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/settings.py b/tests/settings.py index d4834faf..666e20f5 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -5,6 +5,8 @@ LLVM_DIS=os.path.expanduser('~/Dev/llvm/llvm-27/cbuild/bin/llvm-dis') SPIDERMONKEY_ENGINE=os.path.expanduser('~/Dev/tracemonkey/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 +# used, see Mozilla bug 593659. #PARSER_ENGINE=SPIDERMONKEY_ENGINE PARSER_ENGINE=V8_ENGINE |