File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,8 @@ tier4 = \
99
99
/ \
100
100
-:tier1 \
101
101
-:tier2 \
102
- -:tier3
102
+ -:tier3 \
103
+ :jdk_foreign_stress
103
104
104
105
###############################################################################
105
106
#
@@ -385,6 +386,10 @@ jdk_foreign = \
385
386
-java/foreign/TestMatrix.java \
386
387
-java/foreign/TestUpcallStress.java
387
388
389
+ jdk_foreign_stress = \
390
+ java/foreign/TestMatrix.java \
391
+ java/foreign/TestUpcallStress.java
392
+
388
393
jdk_vector = \
389
394
jdk/incubator/vector
390
395
@@ -620,7 +625,7 @@ jdk_core_manual_no_input = \
620
625
java/util/Vector/Bug8148174.java \
621
626
com/sun/net/httpserver/simpleserver/CommandLinePortNotSpecifiedTest.java \
622
627
com/sun/net/httpserver/simpleserver/jwebserver/CommandLinePortNotSpecifiedTest.java \
623
- javax/xml/jaxp/datatype/8033980/GregorianCalAndDurSerDataUtil.java
628
+ javax/xml/jaxp/datatype/8033980/GregorianCalAndDurSerDataUtil.java
624
629
625
630
jdk_security_manual_no_input = \
626
631
:jdk_security_infra \
Original file line number Diff line number Diff line change 35
35
* @modules java.base/jdk.internal.foreign
36
36
* @build NativeTestHelper CallGeneratorHelper TestUpcallHighArity
37
37
*
38
- * @run testng/othervm/native/manual
38
+ * @run testng/othervm/native
39
39
* --enable-native-access=ALL-UNNAMED
40
40
* -Djdk.internal.foreign.DowncallLinker.USE_SPEC=false
41
41
* -Djdk.internal.foreign.UpcallLinker.USE_SPEC=false
You can’t perform that action at this time.
0 commit comments