jdk

Форк
0
/
TEST.ROOT 
45 строк · 1.7 Кб
1
# This file identifies the root of the test-suite hierarchy.
2
# It also contains test-suite configuration information.
3

4
# The list of keywords supported in the entire test suite.  The
5
# "intermittent" keyword marks tests known to fail intermittently.
6
# The "randomness" keyword marks tests using randomness with test
7
# cases differing from run to run. (A test using a fixed random seed
8
# would not count as "randomness" by this definition.) Extra care
9
# should be taken to handle test failures of intermittent or
10
# randomness tests.
11

12
keys=intermittent randomness needs-src needs-src-jdk_javadoc
13

14
# Group definitions
15
groups=TEST.groups
16

17
# Minimum jtreg version
18
requiredVersion=7.4+1
19

20
# Use new module options
21
useNewOptions=true
22

23
# Use --patch-module instead of -Xmodule:
24
useNewPatchModule=true
25

26
# Path to libraries in the topmost test directory. This is needed so @library
27
# does not need ../../ notation to reach them
28
external.lib.roots = ../../
29

30
# Allow querying of various System properties in @requires clauses
31
#
32
# Source files for classes that will be used at the beginning of each test suite run,
33
# to determine additional characteristics of the system for use with the @requires tag.
34
# Note: compiled bootlibs classes will be added to BCP.
35
requires.extraPropDefns = ../jtreg-ext/requires/VMProps.java
36
requires.extraPropDefns.bootlibs = ../lib/jdk/test/whitebox
37
requires.extraPropDefns.libs = \
38
    ../lib/jdk/test/lib/Platform.java \
39
    ../lib/jdk/test/lib/Container.java
40
requires.extraPropDefns.javacOpts = --add-exports java.base/jdk.internal.foreign=ALL-UNNAMED
41
requires.extraPropDefns.vmOpts = \
42
    -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI \
43
    --add-exports java.base/jdk.internal.foreign=ALL-UNNAMED
44
requires.properties= \
45
    vm.continuations
46

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.