make/project.properties

changeset 25
f67bf56495ca
parent 21
a7f177d6639c
child 37
4361e8cd6a02
     1.1 --- a/make/project.properties	Fri Jan 11 10:40:51 2013 +0100
     1.2 +++ b/make/project.properties	Fri Jan 11 18:26:18 2013 +0530
     1.3 @@ -156,13 +156,18 @@
     1.4  # test root for octane
     1.5  octane-test-sys-prop.test.js.roots=${test.external.dir}/octane/
     1.6  
     1.7 +# run octane benchmars in separate processes?
     1.8 +octane-test-sys-prop.separate.process=true
     1.9 +
    1.10  # framework root for octane
    1.11  octane-test-sys-prop.test.js.framework=${test.basic.dir}/run-octane.js
    1.12  
    1.13  # list of tests to be excluded
    1.14 +# mandreel excluded due to OOM
    1.15  octane-test-sys-prop.test.js.exclude.list=\
    1.16      base.js \
    1.17 -    run.js
    1.18 +    run.js  \
    1.19 +    mandreel.js
    1.20  
    1.21  # test root for sunspider
    1.22  sunspider-test-sys-prop.test.js.roots=${test.external.dir}/sunspider/tests/sunspider-1.0/

mercurial