Excluding additional jpackage tests due to Wix V6 being unsupported (yet)#7040
Merged
sophia-guo merged 1 commit intoApr 21, 2026
Merged
Conversation
Signed-off-by: Adam Farley <adfarley@ibm.com>
There was a problem hiding this comment.
Pull request overview
Updates Eclipse vendor ProblemList exclusions, primarily to disable additional Windows jpackage tests for OpenJDK 26 that are suspected to fail due to WiX v6 incompatibility, and also adds a few new exclusions for OpenJDK 25.
Changes:
- Expanded the set of excluded
tools/jpackagetests onwindows-allfor OpenJDK 26 (linked to aqa-tests issue #6692). - Added new Windows exclusions for OpenJDK 25 in
vmTestbase,java/io, andtools/jpackage.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| openjdk/excludes/vendors/eclipse/ProblemList_openjdk26.txt | Adds multiple additional Windows jpackage test exclusions for JDK 26. |
| openjdk/excludes/vendors/eclipse/ProblemList_openjdk25.txt | Adds new exclusions for a vmTestbase test, a java/io test, and one additional jpackage test. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
sophia-guo
approved these changes
Apr 21, 2026
Contributor
Author
|
Thanks @sophia-guo and @Haroon-Khel 😎 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updating the list of excluded jpackage tests on windows for jdk26
Most failures were likely caused by our machines using Wix v6 (when jdk26 only has updates for v5 and under).
P.S. Change includes a handful of single-test exclusions as well. See the associated issues for details.