test/script/README

Wed, 27 Apr 2016 01:36:41 +0800

author
aoqi
date
Wed, 27 Apr 2016 01:36:41 +0800
changeset 0
b1a7da25b547
permissions
-rw-r--r--

Initial load
http://hg.openjdk.java.net/jdk8u/jdk8u/nashorn/
changeset: 1034:4b9cc65dd24d
tag: jdk8u25-b17

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

mercurial