darling-openjdk/test/nashorn/script
Hannes Wallnöfer 1a81892aa6 8230709: Array index out of bounds in ES6 mode
Reviewed-by: attila
2019-09-10 15:35:35 +02:00
..
basic 8230709: Array index out of bounds in ES6 mode 2019-09-10 15:35:35 +02:00
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 8223451: Make optimistic types disabled by default 2019-07-11 16:43:15 +02:00
sandbox 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
trusted 8200215: 17th loop of "let foo = ''"; throws ReferenceError 2018-03-26 19:27:45 +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.