File tree 5 files changed +45
-8
lines changed
5 files changed +45
-8
lines changed Original file line number Diff line number Diff line change 21
21
# questions.
22
22
#
23
23
24
+ # All tests
25
+
26
+ all = \
27
+ :hotspot_all
28
+
24
29
hotspot_all = \
25
30
/
26
31
27
32
hotspot_all_no_apps = \
28
33
/ \
29
34
-applications
30
35
36
+ # Component test groups
37
+
31
38
hotspot_compiler = \
32
39
compiler
33
40
Original file line number Diff line number Diff line change 20
20
# questions.
21
21
#
22
22
23
+ # All tests
24
+
25
+ all = \
26
+ :jaxp_all
27
+
28
+ jaxp_all = \
29
+ /
30
+
23
31
# Tiered testing definitions
24
32
25
33
# No jaxp tests are tier 1.
@@ -34,6 +42,3 @@ tier3 =
34
42
35
43
# No tier 4 tests.
36
44
tier4 =
37
-
38
- jaxp_all = \
39
- javax/xml/jaxp
Original file line number Diff line number Diff line change 20
20
# questions.
21
21
#
22
22
23
+ ###############################################################################
24
+ #
25
+ # All tests
26
+ #
27
+
28
+ all = \
29
+ :jdk_all
30
+
31
+ jdk_all = \
32
+ /
33
+
23
34
###############################################################################
24
35
#
25
36
# Tiered testing definitions
Original file line number Diff line number Diff line change @@ -67,10 +67,13 @@ langtools_sjavac = \
67
67
tools/all \
68
68
tools/sjavac
69
69
70
+ # All tests
71
+
72
+ all = \
73
+ :langtools_all
74
+
70
75
langtools_all = \
71
- jdk \
72
- lib \
73
- tools
76
+ /
74
77
75
78
# Tiered testing definitions
76
79
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
2
+ # Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
3
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
#
5
5
# This code is free software; you can redistribute it and/or modify it
21
21
# questions.
22
22
#
23
23
24
- tier1 = .
24
+ # All tests
25
+
26
+ all = \
27
+ :libtest_all
28
+
29
+ libtest_all = \
30
+ /
31
+
32
+ # Tiered testing definitions
33
+
34
+ tier1 = \
35
+ :all
You can’t perform that action at this time.
0 commit comments