make/project.properties

Print this page




 117 # test scripts to run
 118 test.dir=test
 119 test.nosecurity.dir=test/script/nosecurity
 120 test.script.dir=test/script
 121 test.basic.dir=test/script/basic
 122 test.maptests.dir=test/script/maptests
 123 test.error.dir=test/script/error
 124 test.sandbox.dir=test/script/sandbox
 125 test.trusted.dir=test/script/trusted
 126 test.external.dir=test/script/external
 127 test262.dir=${test.external.dir}/test262
 128 test262.suite.dir=${test262.dir}/test/suite
 129 testjfx.dir=${test.script.dir}/jfx
 130 testmarkdown.dir=${test.script.dir}/markdown
 131 
 132 test-sys-prop.test.dir=${test.dir}
 133 test-sys-prop.test.js.roots=${test.basic.dir} ${test.maptests.dir} ${test.error.dir} ${test.sandbox.dir} ${test.trusted.dir}
 134 test-sys-prop.test262.suite.dir=${test262.suite.dir}
 135 test-sys-prop.es5conform.testcases.dir=${test.external.dir}/ES5Conform/TestCases
 136 test-sys-prop.test.basic.dir=${test.basic.dir}




 137 
 138 test-sys-prop-no-security.test.dir=${test.dir}
 139 test-sys-prop-no-security.test.js.roots=${test.nosecurity.dir}
 140 
 141 # framework root for our script tests
 142 test-sys-prop.test.js.framework=${test.script.dir}/assert.js
 143 test-sys-prop-no-security.test.js.framework=${test.script.dir}/assert.js
 144 
 145 # Control the verbosity of ParserTest
 146 test-sys-prop.parsertest.verbose=false
 147 
 148 # turn on/off scripting mode for parser tests
 149 test-sys-prop.parsertest.scripting=true

 150 
 151 # turn on/off test262 scripts for parser tests
 152 test-sys-prop.parsertest.test262=false

 153 
 154 # Control the verbosity of the CompilerTest
 155 test-sys-prop.compilertest.verbose=false
 156 
 157 # turn on/off scripting mode for compiler tests
 158 test-sys-prop.compilertest.scripting=true
 159 
 160 # turn on/off test262 scripts for compiler tests
 161 test-sys-prop.compilertest.test262=false
 162 
 163 # test directory to be excluded.
 164 test-sys-prop.test.js.exclude.dir=${test.script.dir}/currently-failing ${test.external.dir}
 165 
 166 # run everything that's js in here, without checking file headers for test annotations
 167 test-sys-prop.test.js.unchecked.dir=${test262.dir}
 168 
 169 # test root for octane
 170 octane-test-sys-prop.test.js.roots=${test.external.dir}/octane/
 171 
 172 # run octane benchmars in separate processes? (recommended)




 117 # test scripts to run
 118 test.dir=test
 119 test.nosecurity.dir=test/script/nosecurity
 120 test.script.dir=test/script
 121 test.basic.dir=test/script/basic
 122 test.maptests.dir=test/script/maptests
 123 test.error.dir=test/script/error
 124 test.sandbox.dir=test/script/sandbox
 125 test.trusted.dir=test/script/trusted
 126 test.external.dir=test/script/external
 127 test262.dir=${test.external.dir}/test262
 128 test262.suite.dir=${test262.dir}/test/suite
 129 testjfx.dir=${test.script.dir}/jfx
 130 testmarkdown.dir=${test.script.dir}/markdown
 131 
 132 test-sys-prop.test.dir=${test.dir}
 133 test-sys-prop.test.js.roots=${test.basic.dir} ${test.maptests.dir} ${test.error.dir} ${test.sandbox.dir} ${test.trusted.dir}
 134 test-sys-prop.test262.suite.dir=${test262.suite.dir}
 135 test-sys-prop.es5conform.testcases.dir=${test.external.dir}/ES5Conform/TestCases
 136 test-sys-prop.test.basic.dir=${test.basic.dir}
 137 test-sys-prop.test.external.dir=${test.external.dir}
 138 test-sys-prop.test.maptests.dir=${test.maptests.dir}
 139 test-sys-prop.test.sandbox.dir=${test.sandbox.dir}
 140 test-sys-prop.test.trusted.dir=${test.trusted.dir}
 141 
 142 test-sys-prop-no-security.test.dir=${test.dir}
 143 test-sys-prop-no-security.test.js.roots=${test.nosecurity.dir}
 144 
 145 # framework root for our script tests
 146 test-sys-prop.test.js.framework=${test.script.dir}/assert.js
 147 test-sys-prop-no-security.test.js.framework=${test.script.dir}/assert.js
 148 
 149 # Control the verbosity of ParserTest
 150 test-sys-prop.parsertest.verbose=false
 151 
 152 # turn on/off scripting mode for parser tests
 153 test-sys-prop.parsertest.scripting=true
 154 test-sys-prop.parserapitest.verbose=false
 155 
 156 # turn on/off test262 scripts for parser tests
 157 test-sys-prop.parsertest.test262=false
 158 test-sys-prop.parserapitest.test262=false
 159 
 160 # Control the verbosity of the CompilerTest
 161 test-sys-prop.compilertest.verbose=false
 162 
 163 # turn on/off scripting mode for compiler tests
 164 test-sys-prop.compilertest.scripting=true
 165 
 166 # turn on/off test262 scripts for compiler tests
 167 test-sys-prop.compilertest.test262=false
 168 
 169 # test directory to be excluded.
 170 test-sys-prop.test.js.exclude.dir=${test.script.dir}/currently-failing ${test.external.dir}
 171 
 172 # run everything that's js in here, without checking file headers for test annotations
 173 test-sys-prop.test.js.unchecked.dir=${test262.dir}
 174 
 175 # test root for octane
 176 octane-test-sys-prop.test.js.roots=${test.external.dir}/octane/
 177 
 178 # run octane benchmars in separate processes? (recommended)