Skip to content

Commit

Permalink
Enable tools/jpackage/share disabled by jdk_tools for non jdk17 (#5891)
Browse files Browse the repository at this point in the history
* Enable tools/jpackage/share disabled by jdk_tools for non jdk17

Exclude one failing test with alpine by linux-all under adoptium. So
test is only excluded for adoptium on other linux platforms including
alpine.

Signed-off-by: Sophia Guo <[email protected]>

* Exclude specific problematic jdk_tools testcases on apline

Signed-off-by: Sophia Guo <[email protected]>

* update tracked issue

Signed-off-by: Sophia Guo <[email protected]>

---------

Signed-off-by: Sophia Guo <[email protected]>
  • Loading branch information
sophia-guo authored Jan 23, 2025
1 parent f8ca600 commit 7a5b676
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion openjdk/excludes/vendors/eclipse/ProblemList_openjdk21.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ java/nio/file/DirectoryStream/SecureDS.java https://github.com/adoptium/aqa-test
############################################################################

# jdk_tools

tools/jpackage/share/AppLauncherEnvTest.java https://github.com/adoptium/aqa-tests/issues/3232 linux-all
############################################################################

# jdk_jdi
Expand Down
2 changes: 1 addition & 1 deletion openjdk/excludes/vendors/eclipse/ProblemList_openjdk23.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ java/nio/file/DirectoryStream/SecureDS.java https://github.com/adoptium/aqa-test
############################################################################

# jdk_tools

tools/jpackage/share/RuntimeImageTest.java https://github.com/adoptium/aqa-tests/issues/5892 linux-all
############################################################################

# jdk_jdi
Expand Down
2 changes: 1 addition & 1 deletion openjdk/excludes/vendors/eclipse/ProblemList_openjdk24.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ java/nio/file/DirectoryStream/SecureDS.java https://github.com/adoptium/aqa-test
############################################################################

# jdk_tools

tools/jpackage/share/RuntimeImageTest.java https://github.com/adoptium/aqa-tests/issues/5892 linux-all
############################################################################

# jdk_jdi
Expand Down
3 changes: 2 additions & 1 deletion openjdk/excludes/vendors/eclipse/ProblemList_openjdk8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ java/net/ipv6tests/B6521014.java https://github.com/adoptium/infrastructure/issu
############################################################################

# jdk_tools

sun/tools/native2ascii/Native2AsciiTests.sh https://github.com/adoptium/aqa-tests/issues/5893 linux-all
tools/launcher/ExecutionEnvironment.java https://github.com/adoptium/aqa-tests/issues/5894 linux-all
############################################################################

# jdk_jdi
Expand Down
4 changes: 3 additions & 1 deletion openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1717,8 +1717,10 @@
<impl>ibm</impl>
</disable>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/3232#issuecomment-1032587426</comment>
<comment>https://bugs.openjdk.org/browse/JDK-8324306</comment>
<platform>x86-64_alpine-linux|aarch64_alpine-linux</platform>
<version>17</version>
<impl>hotspot</impl>
</disable>
</disables>
<variations>
Expand Down

0 comments on commit 7a5b676

Please sign in to comment.