test/script/README

changeset 77
d7e83be6e7aa
parent 0
b1a7da25b547
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/script/README	Thu Feb 07 17:17:29 2013 +0530
     1.3 @@ -0,0 +1,26 @@
     1.4 +basic:
     1.5 +
     1.6 +"basic" language and library tests. These need run only with File read 
     1.7 +permission to read files under "test/script" or subdirs and property read
     1.8 +permission to read properties named "nashorn.test.*"
     1.9 +
    1.10 +error:
    1.11 +
    1.12 +scripts that should result in compile-time error. The expected files check
    1.13 +for the error message format etc.
    1.14 +
    1.15 +currently-failing: 
    1.16 +
    1.17 +Tests that fail currently - but should pass eventually.
    1.18 +These are excluded for now.
    1.19 +
    1.20 +sandbox:
    1.21 +
    1.22 +Tests to check that sandbox scripts cannot access security sensitive resources.
    1.23 +Scripts under this directory run with no special permissions other than
    1.24 +what is given to all "sandbox" scripts.
    1.25 +
    1.26 +trusted:
    1.27 +
    1.28 +These tests run under AllPermission. Put only those scripts that really need
    1.29 +AllPermission - say for eg. creating class loader, full reflective access.

mercurial