jdk-24/nashorn/test/script/trusted
2014-03-27 11:45:54 +01:00
..
event_queue.js 8038406: Testability: as a first step of moving loggers away from the process global space, the Debug object now supports logging POJOs from log entries as an event queue, which can be introspected from test scripts. This is way better than screen scraping brittle and subject-to-change log output 2014-03-27 11:45:54 +01:00
event_queue.js.EXPECTED 8038406: Testability: as a first step of moving loggers away from the process global space, the Debug object now supports logging POJOs from log entries as an event queue, which can be introspected from test scripts. This is way better than screen scraping brittle and subject-to-change log output 2014-03-27 11:45:54 +01:00
getenv.js 8007715: Make sure that not all tests run with AllPermission 2013-02-07 17:17:29 +05:30
getenv.js.EXPECTED 8007715: Make sure that not all tests run with AllPermission 2013-02-07 17:17:29 +05:30
JDK-8006424.js 8007715: Make sure that not all tests run with AllPermission 2013-02-07 17:17:29 +05:30
JDK-8006529.js 8038406: Testability: as a first step of moving loggers away from the process global space, the Debug object now supports logging POJOs from log entries as an event queue, which can be introspected from test scripts. This is way better than screen scraping brittle and subject-to-change log output 2014-03-27 11:45:54 +01:00
JDK-8008305_subtest.js 8008305: ScriptEngine.eval should offer the ability to provide a codebase 2013-02-18 14:41:58 +05:30
JDK-8008305.js 8024973: Using a different ScriptContext with a CompiledScript results in ScriptException 2013-09-18 16:36:25 +05:30
JDK-8020809.js 8020809: Java adapter should not allow overriding of caller sensitive methods 2013-07-18 16:22:25 +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 8021262: Make nashorn access checks consistent with underlying dynalink 2013-07-24 20:28:03 +05:30
JDK-8021129.js.EXPECTED 8021129: Use public lookup again 2013-07-23 18:28:58 +02:00
JDK-8021189.js 8021262: Make nashorn access checks consistent with underlying dynalink 2013-07-24 20:28:03 +05:30
JDK-8021189.js.EXPECTED 8021262: Make nashorn access checks consistent with underlying dynalink 2013-07-24 20:28:03 +05:30
JDK-8025629.js 8025629: load function should support a way to load scripts from classpath 2013-09-30 21:33:38 +05:30
JDK-8032060.js 8032060: PropertyMap of Error objects is not stable 2014-01-17 20:09:47 +05:30
logcoverage.js.EXPECTED 8013533: Increase code coverage report for types and logging 2013-04-30 09:42:13 +02:00
NASHORN-638.js 8014797: rename Java.toJavaArray/toJavaScriptArray to Java.to/from, respectively 2013-05-20 21:25:14 +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 8014797: rename Java.toJavaArray/toJavaScriptArray to Java.to/from, respectively 2013-05-20 21:25:14 +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.