Problemlist for Microsoft openjdk
- Dominant language
- HTML
- Stars
- 155
- Forks
- 346
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 36
Description
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](https://github.com/adoptium/jdk11u/blob/9eadce369ea69e9d15f66f4f16b1bddbedd0040f/test/jdk/build/AbsPathsInImage.java#L211). It has been corrected in [the equivalent line in jdk17](https://github.com/adoptium/jdk17u/blob/ca0f148681114b64ba0b40ea77b89a5e9bc68657/test/jdk/build/AbsPathsInImage.java#L215). 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
Contributor guide
Research direction
Start with the listed JDK11u and JDK17u test paths, including ProcessBuilder/Basic.java, AbsPathsInImage.java, TestNative.java, and the jhsdb tests, and review how Windows Aarch64 problem lists represent tests or groups. Confirm the requested JDK versions and test groups are covered, including the noted AbsPathsInImage.java correction, then verify the resulting problem lists.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- operating-systems, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100