137 138 # turn on/off test262 scripts for parser tests 139 test-sys-prop.parsertest.test262=false 140 141 # Control the verbosity of the CompilerTest 142 test-sys-prop.compilertest.verbose=false 143 144 # turn on/off scripting mode for compiler tests 145 test-sys-prop.compilertest.scripting=true 146 147 # turn on/off test262 scripts for compiler tests 148 test-sys-prop.compilertest.test262=false 149 150 # test directory to be excluded. 151 test-sys-prop.test.js.exclude.dir=${test.script.dir}/currently-failing ${test.external.dir} 152 153 # run everything that's js in here, without checking file headers for test annotations 154 test-sys-prop.test.js.unchecked.dir=${test262.dir} 155 156 # test root for octane 157 octane-test-sys-prop.test.js.roots=${test.external.dir}/octane/benchmarks 158 159 # framework root for octane 160 octane-test-sys-prop.test.js.framework=${test.basic.dir}/run-octane.js 161 162 # list of tests to be excluded 163 octane-test-sys-prop.test.js.exclude.list=base.js 164 165 # test root for sunspider 166 sunspider-test-sys-prop.test.js.roots=${test.external.dir}/sunspider/ 167 168 # framework root for sunspider 169 sunspider-test-sys-prop.test.js.framework=${test.basic.dir}/runsunspider.js 170 171 # list of tests to be excluded 172 sunspider-test-sys-prop.test.js.exclude.list= 173 174 # execute our script tests in shared nashorn context or not? 175 test-sys-prop.test.js.shared.context=false 176 177 # execute test262 tests in shared nashorn context or not? 178 test262-test-sys-prop.test.js.shared.context=true 179 180 # test262 test root 181 test262-test-sys-prop.test.js.roots=${test262.suite.dir} 182 # test262 enable/disable strict mode tests 183 test262-test-sys-prop.test.js.enable.strict.mode=true 184 185 # file containing test262 tests to be excluded 186 # test262-test-sys-prop.test.js.excludes.file=${test262.dir}/test/config/excludelist.xml | 137 138 # turn on/off test262 scripts for parser tests 139 test-sys-prop.parsertest.test262=false 140 141 # Control the verbosity of the CompilerTest 142 test-sys-prop.compilertest.verbose=false 143 144 # turn on/off scripting mode for compiler tests 145 test-sys-prop.compilertest.scripting=true 146 147 # turn on/off test262 scripts for compiler tests 148 test-sys-prop.compilertest.test262=false 149 150 # test directory to be excluded. 151 test-sys-prop.test.js.exclude.dir=${test.script.dir}/currently-failing ${test.external.dir} 152 153 # run everything that's js in here, without checking file headers for test annotations 154 test-sys-prop.test.js.unchecked.dir=${test262.dir} 155 156 # test root for octane 157 octane-test-sys-prop.test.js.roots=${test.external.dir}/octane/ 158 159 # framework root for octane 160 octane-test-sys-prop.test.js.framework=${test.basic.dir}/run-octane.js 161 162 # list of tests to be excluded 163 octane-test-sys-prop.test.js.exclude.list=base.js 164 165 # test root for sunspider 166 sunspider-test-sys-prop.test.js.roots=${test.external.dir}/sunspider/tests/sunspider-1.0/ 167 168 # framework root for sunspider 169 sunspider-test-sys-prop.test.js.framework=${test.basic.dir}/runsunspider.js 170 171 # list of tests to be excluded 172 sunspider-test-sys-prop.test.js.exclude.list= 173 174 # execute our script tests in shared nashorn context or not? 175 test-sys-prop.test.js.shared.context=false 176 177 # execute test262 tests in shared nashorn context or not? 178 test262-test-sys-prop.test.js.shared.context=true 179 180 # test262 test root 181 test262-test-sys-prop.test.js.roots=${test262.suite.dir} 182 # test262 enable/disable strict mode tests 183 test262-test-sys-prop.test.js.enable.strict.mode=true 184 185 # file containing test262 tests to be excluded 186 # test262-test-sys-prop.test.js.excludes.file=${test262.dir}/test/config/excludelist.xml |