Skip to content

Commit

Permalink
Exclude AIX tests which deliberately fails on AIX (#5855)
Browse files Browse the repository at this point in the history
* Exclude ReadOldClass test which deliberately fails on AIX

* serviceability/dcmd/DynLibDcmdTest.java unsupported on AIX

* Forgot the platform and issue link
  • Loading branch information
Haroon-Khel authored Jan 15, 2025
1 parent c42bb03 commit 5f3648b
Showing 1 changed file with 7 additions and 0 deletions.
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 @@ -451,3 +457,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

0 comments on commit 5f3648b

Please sign in to comment.