nashorn/make/project.properties
changeset 24586 601c81b4165d
parent 23372 09707b3e5fb0
child 24587 c17e03fc8cc4
child 24769 de4dcfa9380f
equal deleted inserted replaced
24408:97932f6ad950 24586:601c81b4165d
    57 nashorn.internal.tests.jar=${build.dir}/nashorn-internal-tests.jar
    57 nashorn.internal.tests.jar=${build.dir}/nashorn-internal-tests.jar
    58 nashorn.api.tests.jar=${build.dir}/nashorn-api-tests.jar
    58 nashorn.api.tests.jar=${build.dir}/nashorn-api-tests.jar
    59 
    59 
    60 # test results directory
    60 # test results directory
    61 build.test.results.dir=${build.dir}/test/reports
    61 build.test.results.dir=${build.dir}/test/reports
       
    62 build.nosecurity.test.results.dir=${build.dir}/test/nosecurity/reports
    62 
    63 
    63 # This directory is removed when the project is cleaned:
    64 # This directory is removed when the project is cleaned:
    64 dist.dir=dist
    65 dist.dir=dist
    65 dist.jar=${dist.dir}/nashorn.jar
    66 dist.jar=${dist.dir}/nashorn.jar
    66 dist.javadoc.dir=${dist.dir}/javadoc
    67 dist.javadoc.dir=${dist.dir}/javadoc
   111 run.classpath=\
   112 run.classpath=\
   112     ${build.classes.dir}
   113     ${build.classes.dir}
   113 
   114 
   114 # test scripts to run
   115 # test scripts to run
   115 test.dir=test
   116 test.dir=test
       
   117 test.nosecurity.dir=test/script/nosecurity
   116 test.script.dir=test/script
   118 test.script.dir=test/script
   117 test.basic.dir=test/script/basic
   119 test.basic.dir=test/script/basic
   118 test.maptests.dir=test/script/maptests
   120 test.maptests.dir=test/script/maptests
   119 test.error.dir=test/script/error
   121 test.error.dir=test/script/error
   120 test.sandbox.dir=test/script/sandbox
   122 test.sandbox.dir=test/script/sandbox
   129 test-sys-prop.test.js.roots=${test.basic.dir} ${test.maptests.dir} ${test.error.dir} ${test.sandbox.dir} ${test.trusted.dir}
   131 test-sys-prop.test.js.roots=${test.basic.dir} ${test.maptests.dir} ${test.error.dir} ${test.sandbox.dir} ${test.trusted.dir}
   130 test-sys-prop.test262.suite.dir=${test262.suite.dir}
   132 test-sys-prop.test262.suite.dir=${test262.suite.dir}
   131 test-sys-prop.es5conform.testcases.dir=${test.external.dir}/ES5Conform/TestCases
   133 test-sys-prop.es5conform.testcases.dir=${test.external.dir}/ES5Conform/TestCases
   132 test-sys-prop.test.basic.dir=${test.basic.dir}
   134 test-sys-prop.test.basic.dir=${test.basic.dir}
   133 
   135 
       
   136 test-sys-prop-no-security.test.dir=${test.dir}
       
   137 test-sys-prop-no-security.test.js.roots=${test.nosecurity.dir}
       
   138 
   134 # framework root for our script tests
   139 # framework root for our script tests
   135 test-sys-prop.test.js.framework=${test.script.dir}/assert.js
   140 test-sys-prop.test.js.framework=${test.script.dir}/assert.js
       
   141 test-sys-prop-no-security.test.js.framework=${test.script.dir}/assert.js
   136 
   142 
   137 # Control the verbosity of ParserTest
   143 # Control the verbosity of ParserTest
   138 test-sys-prop.parsertest.verbose=false
   144 test-sys-prop.parsertest.verbose=false
   139 
   145 
   140 # turn on/off scripting mode for parser tests
   146 # turn on/off scripting mode for parser tests