Skip to content

Commit

Permalink
Exclude jdk21+ failed tests on aix (#5155) (#5157)
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
  • Loading branch information
sophia-guo committed Mar 19, 2024
1 parent c6a6ccf commit b22ceba
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions openjdk/excludes/ProblemList_openjdk21.txt
Original file line number Diff line number Diff line change
Expand Up @@ -345,13 +345,13 @@ tools/jlink/CheckExecutable.java https://github.com/adoptium/aqa-tests/issues/28
tools/jpackage/windows/WinInstallerIconTest.java https://github.com/adoptium/infrastructure/issues/2310 windows-all
tools/jpackage/share/AddLShortcutTest.java https://github.com/adoptium/infrastructure/issues/2310 windows-all
tools/jpackage/share/AppContentTest.java https://github.com/adoptium/infrastructure/issues/2310 windows-all

tools/launcher/JliLaunchTest.java https://github.com/adoptium/aqa-tests/issues/5010 aix-all
############################################################################

# jdk_jdi

com/sun/jdi/OnJcmdTest.java https://github.com/adoptium/aqa-tests/issues/2837 windows-x86

com/sun/jdi/ThreadMemoryLeakTest.java https://github.com/adoptium/aqa-tests/issues/5010 aix-all
############################################################################

# jdk_util
Expand Down
4 changes: 2 additions & 2 deletions openjdk/excludes/ProblemList_openjdk22.txt
Original file line number Diff line number Diff line change
Expand Up @@ -343,13 +343,13 @@ tools/jlink/CheckExecutable.java https://github.com/adoptium/aqa-tests/issues/28
tools/jpackage/windows/WinInstallerIconTest.java https://github.com/adoptium/infrastructure/issues/2310 windows-all
tools/jpackage/share/AddLShortcutTest.java https://github.com/adoptium/infrastructure/issues/2310 windows-all
tools/jpackage/share/AppContentTest.java https://github.com/adoptium/infrastructure/issues/2310 windows-all

tools/launcher/JliLaunchTest.java https://github.com/adoptium/aqa-tests/issues/5010 aix-all
############################################################################

# jdk_jdi

com/sun/jdi/OnJcmdTest.java https://github.com/adoptium/aqa-tests/issues/2837 windows-x86

com/sun/jdi/ThreadMemoryLeakTest.java https://github.com/adoptium/aqa-tests/issues/5010 aix-all
############################################################################

# jdk_util
Expand Down
4 changes: 2 additions & 2 deletions openjdk/excludes/ProblemList_openjdk23.txt
Original file line number Diff line number Diff line change
Expand Up @@ -344,13 +344,13 @@ tools/jlink/CheckExecutable.java https://github.com/adoptium/aqa-tests/issues/28
tools/jpackage/windows/WinInstallerIconTest.java https://github.com/adoptium/infrastructure/issues/2310 windows-all
tools/jpackage/share/AddLShortcutTest.java https://github.com/adoptium/infrastructure/issues/2310 windows-all
tools/jpackage/share/AppContentTest.java https://github.com/adoptium/infrastructure/issues/2310 windows-all

tools/launcher/JliLaunchTest.java https://github.com/adoptium/aqa-tests/issues/5010 aix-all
############################################################################

# jdk_jdi

com/sun/jdi/OnJcmdTest.java https://github.com/adoptium/aqa-tests/issues/2837 windows-x86

com/sun/jdi/ThreadMemoryLeakTest.java https://github.com/adoptium/aqa-tests/issues/5010 aix-all
############################################################################

# jdk_util
Expand Down
6 changes: 6 additions & 0 deletions perf/renaissance/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,12 @@
<impl>hotspot</impl>
<platform>riscv64_linux</platform>
</disable>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/5010</comment>
<impl>hotspot</impl>
<platform>ppc64_aix</platform>
<version>21+</version>
</disable>
</disables>
<command>$(JAVA_COMMAND) $(ADD_OPENS_CMD) $(JVM_OPTIONS) -jar $(Q)$(TEST_RESROOT)$(D)renaissance.jar$(Q) --json $(Q)$(REPORTDIR)$(D)philosophers.json$(Q) philosophers; \
$(TEST_STATUS)</command>
Expand Down

0 comments on commit b22ceba

Please sign in to comment.