aoqi@0: basic: aoqi@0: aoqi@0: "basic" language and library tests. These need run only with File read aoqi@0: permission to read files under "test/script" or subdirs and property read aoqi@0: permission to read properties named "nashorn.test.*" aoqi@0: aoqi@0: error: aoqi@0: aoqi@0: scripts that should result in compile-time error. The expected files check aoqi@0: for the error message format etc. aoqi@0: aoqi@0: currently-failing: aoqi@0: aoqi@0: Tests that fail currently - but should pass eventually. aoqi@0: These are excluded for now. aoqi@0: aoqi@0: sandbox: aoqi@0: aoqi@0: Tests to check that sandbox scripts cannot access security sensitive resources. aoqi@0: Scripts under this directory run with no special permissions other than aoqi@0: what is given to all "sandbox" scripts. aoqi@0: aoqi@0: trusted: aoqi@0: aoqi@0: These tests run under AllPermission. Put only those scripts that really need aoqi@0: AllPermission - say for eg. creating class loader, full reflective access.