-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Add Temurin specific excludes for July #5446
Conversation
smlambert
commented
Jul 15, 2024
•
edited
Loading
edited
- Add Temurin specific exclude files
- For JDK21+ exclude AbsPathsInImage due to OOM on public Adoptium nodes
- For JDK11+ exclude SecureDS on linux-all as not supported on alpine-linux and jtreg currently does not differentiate alpine-linux from other linux platforms. Will plan to raise an issue to fix in upstream jtreg, so can have a more specific exclude later.
- VersionCheck exclude on JDK8/x64Linux
- TestHumongousCodeCacheRoots JDK8/aix exclusion
Signed-off-by: Shelley Lambert <[email protected]>
Signed-off-by: Shelley Lambert <[email protected]>
Signed-off-by: Shelley Lambert <[email protected]>
Signed-off-by: Shelley Lambert <[email protected]>
Windows x86_64 test exclude proposal:Failures due to lack of WSL:
JDK 21
Also 49 failures in jdk_instrument_0 Failures due to headless JDK 17
JDK 21
JDK 22
Known MBCS issue JDK 22
|
Noting here: For Adoptium, WSL failures can be sidestepped by running the test on: |
#5447 is merged first. Could you resolve the merge conflict in this PR? |
Close this PR in favour of new / clean one, #5450 that will cherrypick into release branch also. |