aqa-tests icon indicating copy to clipboard operation
aqa-tests copied to clipboard

Problemlist for Microsoft openjdk

Open jmjaffe37 opened this issue 2 years ago • 4 comments

Please let me know if this should be broken up into separate GitHub issues.

These are the current, additional tests that we would like to problemlist for Windows Aarch64 for JKD11 and JDK17:

  • JDK11u:
    • java/lang/ProcessBuilder/Basic.java#id0
    • build/AbsPathsInImage.java (This is due to an 'index out of bounds' typo found on this line. It has been corrected in the equivalent line in jdk17. Note: the fix is changing > to >=)
  • JDK17u:
    • java/foreign/TestNative.java (this seems to be the only testfile used in jdk_foreign_native_0 and jdk_foreign_native_1, so it might be easier to problemlist those test groups instead)
    • sun/tools/jhsdb/HeapDumpTestWithActiveProcess.java
    • sun/tools/jhsdb/JShellHeapDumpTest.java
    • sun/tools/jhsdb/JStackStressTest.java

jmjaffe37 avatar Aug 21 '23 18:08 jmjaffe37