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.5-release] Exclude AIX tests which deliberately fails on AIX (#5855) #5858

Merged
merged 1 commit into from
Jan 15, 2025
Merged
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
7 changes: 7 additions & 0 deletions openjdk/excludes/ProblemList_openjdk8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
# limitations under the License.
#############################################################################

# hotspot_jdk

serviceability/dcmd/DynLibDcmdTest.java https://github.com/adoptium/aqa-tests/issues/5854 aix-all

############################################################################

# hotspot_all

# compiler/7184394/TestAESMain.java https://github.com/adoptium/infrastructure/issues/2893
Expand Down Expand Up @@ -450,3 +456,4 @@ jdk/jfr/event/compiler/TestCompilerInlining.java https://github.com/adoptium/aqa
# langtools_all

tools/javac/defaultMethods/Assertions.java https://bugs.openjdk.org/browse/JDK-8047675 generic-all
tools/javah/ReadOldClass.sh https://github.com/adoptium/aqa-tests/issues/5854 aix-all
Loading