aboutsummaryrefslogtreecommitdiff
path: root/make/project.properties
diff options
context:
space:
mode:
authorsundar <none@none>2014-05-20 08:32:09 +0530
committersundar <none@none>2014-05-20 08:32:09 +0530
commit42dd4789aabd63a521508cc18349f58719201cce (patch)
tree8b3e35c6472ee8b16c80735f13c884156cd18ed3 /make/project.properties
parent2dcc2b1161f65bbd114c03140b1e24b580e473dd (diff)
downloadjdk8u_nashorn-42dd4789aabd63a521508cc18349f58719201cce.tar.gz
8043443: Test framework changes to run script tests without security manager
Reviewed-by: attila
Diffstat (limited to 'make/project.properties')
-rw-r--r--make/project.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/make/project.properties b/make/project.properties
index 8c5dd4f4..d38dd50d 100644
--- a/make/project.properties
+++ b/make/project.properties
@@ -59,6 +59,7 @@ nashorn.api.tests.jar=${build.dir}/nashorn-api-tests.jar
# test results directory
build.test.results.dir=${build.dir}/test/reports
+build.nosecurity.test.results.dir=${build.dir}/test/nosecurity/reports
# This directory is removed when the project is cleaned:
dist.dir=dist
@@ -110,6 +111,7 @@ run.classpath=\
# test scripts to run
test.dir=test
+test.nosecurity.dir=test/script/nosecurity
test.script.dir=test/script
test.basic.dir=test/script/basic
test.maptests.dir=test/script/maptests
@@ -127,8 +129,12 @@ test-sys-prop.test262.suite.dir=${test262.suite.dir}
test-sys-prop.es5conform.testcases.dir=${test.external.dir}/ES5Conform/TestCases
test-sys-prop.test.basic.dir=${test.basic.dir}
+test-sys-prop-no-security.test.dir=${test.dir}
+test-sys-prop-no-security.test.js.roots=${test.nosecurity.dir}
+
# framework root for our script tests
test-sys-prop.test.js.framework=${test.script.dir}/assert.js
+test-sys-prop-no-security.test.js.framework=${test.script.dir}/assert.js
# Control the verbosity of ParserTest
test-sys-prop.parsertest.verbose=false