jdk-24/test/nashorn/script
Hannes Wallnöfer 047f60b678 8187962: Optimistic types ignore JavaAdapter return types
Reviewed-by: sundar, attila
2017-09-27 14:56:19 +02:00
..
basic 8187962: Optimistic types ignore JavaAdapter return types 2017-09-27 14:56:19 +02:00
currently-failing 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +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 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
sandbox 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
trusted 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
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.