/
githubmirror
/
jdk11u-dev
ОбзорДокументацияВойти
/
githubmirror
/
jdk11u-dev
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
jdk11u-dev/
.../nashorn/script/
..
basic

8237589: Fix copyright header formatting

5 лет назад
currently-failing

8133623: JDK-8055034.js and JDK-8130127.js fail in nashorn nightly

9 лет назад
error

8187444: Forest Consolidation: Make build work

9 лет назад
jfx

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
maptests

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
markdown

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
nosecurity

8214491: Upgrade to JLine 3.9.0

8 лет назад
sandbox

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
trusted

8200215: 17th loop of "let foo = ''"; throws ReferenceError

8 лет назад
README

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
assert.js

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
jfx.js

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
markdown.js

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
test262.js

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
test262_single.js

8187443: Forest Consolidation: Move files to unified layout

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