Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit c29242e

Browse files
committed
8290460: Alpine: disable some panama tests that rely on std::thread
Backport-of: d7f0de2
1 parent 17e65bb commit c29242e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

test/jdk/java/foreign/TestUpcallAsync.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* @test
2626
* @enablePreview
2727
* @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64"
28+
* @requires !vm.musl
2829
* @build NativeTestHelper CallGeneratorHelper TestUpcallBase
2930
*
3031
* @run testng/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies

test/jdk/java/foreign/enablenativeaccess/TestEnableNativeAccess.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
* @test
2626
* @enablePreview
2727
* @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64"
28+
* @requires !vm.musl
29+
*
2830
* @library /test/lib
2931
* @build TestEnableNativeAccess
3032
* panama_module/*

0 commit comments

Comments
 (0)