• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

basic/H07-May-2022-28,54927,680

currently-failing/H03-May-2022-1,3421,317

error/H03-May-2022-204170

jfx/H03-May-2022-

maptests/H03-May-2022-

markdown/H03-May-2022-376257

nosecurity/H03-May-2022-15,89115,759

sandbox/H03-May-2022-5847

trusted/H03-May-2022-156132

READMEH A D30-Oct-2021797 2717

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