Skip to content

Commit cf0e1aa

Browse files
Ivan ŠipkaJornVernee
Ivan Šipka
authored andcommitted
8345335: Add excluded jdk_foreign tests to manual group
Reviewed-by: jvernee
1 parent 2c4567a commit cf0e1aa

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

test/jdk/TEST.groups

+7-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ tier4 = \
9999
/ \
100100
-:tier1 \
101101
-:tier2 \
102-
-:tier3
102+
-:tier3 \
103+
:jdk_foreign_stress
103104

104105
###############################################################################
105106
#
@@ -385,6 +386,10 @@ jdk_foreign = \
385386
-java/foreign/TestMatrix.java \
386387
-java/foreign/TestUpcallStress.java
387388

389+
jdk_foreign_stress = \
390+
java/foreign/TestMatrix.java \
391+
java/foreign/TestUpcallStress.java
392+
388393
jdk_vector = \
389394
jdk/incubator/vector
390395

@@ -620,7 +625,7 @@ jdk_core_manual_no_input = \
620625
java/util/Vector/Bug8148174.java \
621626
com/sun/net/httpserver/simpleserver/CommandLinePortNotSpecifiedTest.java \
622627
com/sun/net/httpserver/simpleserver/jwebserver/CommandLinePortNotSpecifiedTest.java \
623-
javax/xml/jaxp/datatype/8033980/GregorianCalAndDurSerDataUtil.java
628+
javax/xml/jaxp/datatype/8033980/GregorianCalAndDurSerDataUtil.java
624629

625630
jdk_security_manual_no_input = \
626631
:jdk_security_infra \

test/jdk/java/foreign/TestMatrix.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* @modules java.base/jdk.internal.foreign
3636
* @build NativeTestHelper CallGeneratorHelper TestUpcallHighArity
3737
*
38-
* @run testng/othervm/native/manual
38+
* @run testng/othervm/native
3939
* --enable-native-access=ALL-UNNAMED
4040
* -Djdk.internal.foreign.DowncallLinker.USE_SPEC=false
4141
* -Djdk.internal.foreign.UpcallLinker.USE_SPEC=false

0 commit comments

Comments
 (0)