NameDateSize

..12-Dec-201712

assert.jsH A D12-Dec-20172.6 KiB

basic/H12-Dec-20171.5 KiB

currently-failing/H12-Dec-201717

error/H12-Dec-201753

jfx/H12-Dec-20178

jfx.jsH A D12-Dec-20174.7 KiB

maptests/H12-Dec-201712

markdown/H12-Dec-2017102

markdown.jsH A D12-Dec-20171.3 KiB

nosecurity/H12-Dec-201770

READMEH A D12-Dec-2017797

sandbox/H12-Dec-201736

test262.jsH A D12-Dec-20171.3 KiB

test262_single.jsH A D12-Dec-20171.3 KiB

trusted/H12-Dec-201738

README

1basic:
2
3"basic" language and library tests. These need run only with File read 
4permission to read files under "test/script" or subdirs and property read
5permission to read properties named "nashorn.test.*"
6
7error:
8
9scripts that should result in compile-time error. The expected files check
10for the error message format etc.
11
12currently-failing: 
13
14Tests that fail currently - but should pass eventually.
15These are excluded for now.
16
17sandbox:
18
19Tests to check that sandbox scripts cannot access security sensitive resources.
20Scripts under this directory run with no special permissions other than
21what is given to all "sandbox" scripts.
22
23trusted:
24
25These tests run under AllPermission. Put only those scripts that really need
26AllPermission - say for eg. creating class loader, full reflective access.
27