Skip to content

Commit

Permalink
8290460: Alpine: disable some panama tests that rely on std::thread
Browse files Browse the repository at this point in the history
Reviewed-by: jvernee, dholmes
  • Loading branch information
tstuefe committed Jul 19, 2022
1 parent dfbc691 commit d7f0de2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/jdk/java/foreign/TestUpcallAsync.java
Expand Up @@ -25,6 +25,7 @@
* @test
* @enablePreview
* @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64"
* @requires !vm.musl
* @build NativeTestHelper CallGeneratorHelper TestUpcallBase
*
* @run testng/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies
Expand Down
Expand Up @@ -25,6 +25,8 @@
* @test
* @enablePreview
* @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64"
* @requires !vm.musl
*
* @library /test/lib
* @build TestEnableNativeAccess
* panama_module/*
Expand Down

0 comments on commit d7f0de2

Please sign in to comment.