Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v1.0.1-release] - Exclude jdk21+ failed tests on aix (#5155) #5157

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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