jdk-24/test/nashorn/script
Priya Lakshmi Muthuswamy e2620f3128 8147614: add jjs test for -t option
Reviewed-by: hannesw, jlaskey, sundar
2018-01-24 11:29:01 +05:30
..
basic 8195829: Parsing a nameless ES6 class results in a thrown NullPointerException 2018-01-22 20:31:19 +05:30
currently-failing 8133623: JDK-8055034.js and JDK-8130127.js fail in nashorn nightly 2017-09-27 15:26:35 +02:00
error 8187444: Forest Consolidation: Make build work 2017-09-12 19:03:56 +02:00
jfx 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
maptests 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
markdown 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
nosecurity 8147614: add jjs test for -t option 2018-01-24 11:29:01 +05:30
sandbox 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
trusted 8193779: Fix copyright header in nashorn builtin scripts 2017-12-19 21:35:30 +05:30
assert.js 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
jfx.js 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
markdown.js 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
README 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
test262_single.js 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
test262.js 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00

basic:

"basic" language and library tests. These need run only with File read 
permission to read files under "test/script" or subdirs and property read
permission to read properties named "nashorn.test.*"

error:

scripts that should result in compile-time error. The expected files check
for the error message format etc.

currently-failing: 

Tests that fail currently - but should pass eventually.
These are excluded for now.

sandbox:

Tests to check that sandbox scripts cannot access security sensitive resources.
Scripts under this directory run with no special permissions other than
what is given to all "sandbox" scripts.

trusted:

These tests run under AllPermission. Put only those scripts that really need
AllPermission - say for eg. creating class loader, full reflective access.