< prev index next >

make/project.properties

Print this page




 195 sunspider-test-sys-prop.test.js.framework=${test.basic.dir}/runsunspider.js
 196 
 197 # list of tests to be excluded
 198 sunspider-test-sys-prop.test.js.exclude.list=
 199 
 200 # execute our script tests in shared nashorn context or not?
 201 test-sys-prop.test.js.shared.context=false
 202 
 203 # execute test262 tests in shared nashorn context or not?
 204 test262-test-sys-prop.test.js.shared.context=true
 205 
 206 # test262 test root
 207 test262-test-sys-prop.test.js.roots=${test262.suite.dir}
 208 
 209 # test262 enable/disable strict mode tests
 210 test262-test-sys-prop.test.js.enable.strict.mode=true
 211 
 212 # file containing test262 tests to be excluded
 213 # test262-test-sys-prop.test.js.excludes.file=${test262.dir}/test/config/excludelist.xml
 214 






 215 # list of test262 test dirs to be excluded
 216 test262-test-sys-prop.test.js.exclude.dir=\
 217     ${test262.suite.dir}/intl402/ \
 218     ${test262.suite.dir}/bestPractice/
 219 
 220 test262-test-sys-prop.test.failed.list.file=${build.dir}/test/failedTests
 221 
 222 # test262 test frameworks
 223 test262-test-sys-prop.test.js.framework=\
 224     --class-cache-size=10 \
 225     --no-java \
 226     --no-typed-arrays \
 227     -timezone=PST \
 228     ${test.script.dir}/test262.js \
 229     ${test262.dir}/test/harness/framework.js \
 230     ${test262.dir}/test/harness/sta.js
 231 
 232 # testmarkdown test root
 233 testmarkdown-test-sys-prop.test.js.roots=${testmarkdown.dir}
 234 




 195 sunspider-test-sys-prop.test.js.framework=${test.basic.dir}/runsunspider.js
 196 
 197 # list of tests to be excluded
 198 sunspider-test-sys-prop.test.js.exclude.list=
 199 
 200 # execute our script tests in shared nashorn context or not?
 201 test-sys-prop.test.js.shared.context=false
 202 
 203 # execute test262 tests in shared nashorn context or not?
 204 test262-test-sys-prop.test.js.shared.context=true
 205 
 206 # test262 test root
 207 test262-test-sys-prop.test.js.roots=${test262.suite.dir}
 208 
 209 # test262 enable/disable strict mode tests
 210 test262-test-sys-prop.test.js.enable.strict.mode=true
 211 
 212 # file containing test262 tests to be excluded
 213 # test262-test-sys-prop.test.js.excludes.file=${test262.dir}/test/config/excludelist.xml
 214 
 215 # list of test262 files to be excluded
 216 test262-test-sys-prop.test.js.exclude.list=\
 217     ${test262.suite.dir}/ch07/7.4/S7.4_A6.js \
 218     ${test262.suite.dir}/ch07/7.8/7.8.5/S7.8.5_A1.4_T2.js \
 219     ${test262.suite.dir}/ch15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-170.js 
 220 
 221 # list of test262 test dirs to be excluded
 222 test262-test-sys-prop.test.js.exclude.dir=\
 223     ${test262.suite.dir}/intl402/ \
 224     ${test262.suite.dir}/bestPractice/
 225 
 226 test262-test-sys-prop.test.failed.list.file=${build.dir}/test/failedTests
 227 
 228 # test262 test frameworks
 229 test262-test-sys-prop.test.js.framework=\
 230     --class-cache-size=10 \
 231     --no-java \
 232     --no-typed-arrays \
 233     -timezone=PST \
 234     ${test.script.dir}/test262.js \
 235     ${test262.dir}/test/harness/framework.js \
 236     ${test262.dir}/test/harness/sta.js
 237 
 238 # testmarkdown test root
 239 testmarkdown-test-sys-prop.test.js.roots=${testmarkdown.dir}
 240 


< prev index next >