Skip to content

Commit fe4a837

Browse files
sophia-guojudovana
authored andcommitted
Enable tools/jpackage/share disabled by jdk_tools for non jdk17 (adoptium#5891)
* 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 <sophia.gwf@gmail.com> * Exclude specific problematic jdk_tools testcases on apline Signed-off-by: Sophia Guo <sophia.gwf@gmail.com> * update tracked issue Signed-off-by: Sophia Guo <sophia.gwf@gmail.com> --------- Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
1 parent 53ebb30 commit fe4a837

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

openjdk/excludes/vendors/eclipse/ProblemList_openjdk21.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ java/nio/file/DirectoryStream/SecureDS.java https://github.com/adoptium/aqa-test
9595
############################################################################
9696

9797
# jdk_tools
98-
98+
tools/jpackage/share/AppLauncherEnvTest.java https://github.com/adoptium/aqa-tests/issues/3232 linux-all
9999
############################################################################
100100

101101
# jdk_jdi

openjdk/excludes/vendors/eclipse/ProblemList_openjdk23.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ java/nio/file/DirectoryStream/SecureDS.java https://github.com/adoptium/aqa-test
9595
############################################################################
9696

9797
# jdk_tools
98-
98+
tools/jpackage/share/RuntimeImageTest.java https://github.com/adoptium/aqa-tests/issues/5892 linux-all
9999
############################################################################
100100

101101
# jdk_jdi

openjdk/excludes/vendors/eclipse/ProblemList_openjdk24.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ java/nio/file/DirectoryStream/SecureDS.java https://github.com/adoptium/aqa-test
9595
############################################################################
9696

9797
# jdk_tools
98-
98+
tools/jpackage/share/RuntimeImageTest.java https://github.com/adoptium/aqa-tests/issues/5892 linux-all
9999
############################################################################
100100

101101
# jdk_jdi

openjdk/excludes/vendors/eclipse/ProblemList_openjdk8.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ java/net/ipv6tests/B6521014.java https://github.com/adoptium/infrastructure/issu
9696
############################################################################
9797

9898
# jdk_tools
99-
99+
sun/tools/native2ascii/Native2AsciiTests.sh https://github.com/adoptium/aqa-tests/issues/5893 linux-all
100+
tools/launcher/ExecutionEnvironment.java https://github.com/adoptium/aqa-tests/issues/5894 linux-all
100101
############################################################################
101102

102103
# jdk_jdi

openjdk/playlist.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1717,8 +1717,10 @@
17171717
<impl>ibm</impl>
17181718
</disable>
17191719
<disable>
1720-
<comment>https://github.com/adoptium/aqa-tests/issues/3232#issuecomment-1032587426</comment>
1720+
<comment>https://bugs.openjdk.org/browse/JDK-8324306</comment>
17211721
<platform>x86-64_alpine-linux|aarch64_alpine-linux</platform>
1722+
<version>17</version>
1723+
<impl>hotspot</impl>
17221724
</disable>
17231725
</disables>
17241726
<variations>

0 commit comments

Comments
 (0)