jdk-24/nashorn/test/script/trusted
Alan Bateman 9a9e272b1d 8142968: Module System implementation
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282

Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Reviewed-by: mhaupt, hannesw
2016-03-17 19:04:35 +00:00
..
classfilter_extends.js 8055811: Tests for Nashorn ClassFilter Support 2014-08-26 13:26:15 +04:00
classfilter_extends.js.EXPECTED 8142968: Module System implementation 2016-03-17 19:04:35 +00:00
classfilter_mozilla_compat.js 8055811: Tests for Nashorn ClassFilter Support 2014-08-26 13:26:15 +04:00
classfilter_mozilla_compat.js.EXPECTED 8142968: Module System implementation 2016-03-17 19:04:35 +00:00
classfilter.js 8050078: Nashorn ClassFilter Support 2014-08-20 20:04:19 +05:30
classfilter.js.EXPECTED 8141338: Move jdk.internal.dynalink package to jdk.dynalink 2015-11-24 10:19:34 +01:00
event_queue.js 8142968: Module System implementation 2016-03-17 19:04:35 +00:00
event_queue.js.EXPECTED 8040655: When processing a RewriteException debug object, the return value has already been reset to null. We need to catch this value before that 2014-04-18 21:24:34 +02:00
getenv.js 8044638: Tidy up Nashorn codebase for code standards 2014-06-04 13:08:57 +02:00
getenv.js.EXPECTED 8007715: Make sure that not all tests run with AllPermission 2013-02-07 17:17:29 +05:30
JDK-8006424.js 8044638: Tidy up Nashorn codebase for code standards 2014-06-04 13:08:57 +02:00
JDK-8006529.js 8135336: Fix broken build after JDK-8135262 2015-09-10 15:24:39 +02:00
JDK-8008305_subtest.js 8044638: Tidy up Nashorn codebase for code standards 2014-06-04 13:08:57 +02:00
JDK-8008305.js 8044638: Tidy up Nashorn codebase for code standards 2014-06-04 13:08:57 +02:00
JDK-8020809.js 8044638: Tidy up Nashorn codebase for code standards 2014-06-04 13:08:57 +02:00
JDK-8020809.js.EXPECTED 8020809: Java adapter should not allow overriding of caller sensitive methods 2013-07-18 16:22:25 +02:00
JDK-8021129.js 8044638: Tidy up Nashorn codebase for code standards 2014-06-04 13:08:57 +02:00
JDK-8021129.js.EXPECTED 8021129: Use public lookup again 2013-07-23 18:28:58 +02:00
JDK-8021189.js 8044638: Tidy up Nashorn codebase for code standards 2014-06-04 13:08:57 +02:00
JDK-8021189.js.EXPECTED 8021262: Make nashorn access checks consistent with underlying dynalink 2013-07-24 20:28:03 +05:30
JDK-8025629.js 8076646: nashorn tests should avoid using package names used by nashorn sources 2015-04-03 19:09:34 +05:30
JDK-8032060.js 8044638: Tidy up Nashorn codebase for code standards 2014-06-04 13:08:57 +02:00
JDK-8067854.js 8067854: bound java static method throws NPE when 'null' is used for this argument 2014-12-18 16:33:33 +05:30
JDK-8087292.js 8138906: [TEST_BUG] Test test/script/trusted/JDK-8087292.js intermittently fails 2016-03-11 11:35:20 +01:00
JDK-8087292.js.EXPECTED 8087292: nashorn should have a "fail-fast" option for scripting, analog to bash "set -e" 2015-09-03 21:47:48 +05:30
JDK-util.js 8138906: [TEST_BUG] Test test/script/trusted/JDK-8087292.js intermittently fails 2016-03-11 11:35:20 +01:00
logcoverage.js.EXPECTED 8013533: Increase code coverage report for types and logging 2013-04-30 09:42:13 +02:00
NASHORN-638.js 8044638: Tidy up Nashorn codebase for code standards 2014-06-04 13:08:57 +02:00
NASHORN-638.js.EXPECTED 8007715: Make sure that not all tests run with AllPermission 2013-02-07 17:17:29 +05:30
NASHORN-653.js 8044638: Tidy up Nashorn codebase for code standards 2014-06-04 13:08:57 +02:00
optimistic_recompilation.js 8142968: Module System implementation 2016-03-17 19:04:35 +00:00
optimistic_recompilation.js.EXPECTED 8038398: OptimisticRecompilationTest fails on staging repo nashorn/jdk9/nashorn due to test framework 2014-04-29 16:00:53 +02:00
README 8007715: Make sure that not all tests run with AllPermission 2013-02-07 17:17:29 +05:30
urlreader.js 8009757: Package access clean up and refactoring 2013-03-12 18:12:42 +05:30

This directory contains tests that need AllPermission to run.

Scripts that need to create classloaders, need to reflectively access
declared members of other classes etc. should go here.