-
Notifications
You must be signed in to change notification settings - Fork 729
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
testXXArgumentTesting target false positive #19966
Labels
Milestone
Comments
pshipton
added this to the Release 0.48 (Java 8, 11, 17, 21, 23) October refresh milestone
Aug 2, 2024
@llxia fyi |
@LongyuZhang could you take a look? |
LongyuZhang
added a commit
to LongyuZhang/openj9
that referenced
this issue
Sep 17, 2024
Move j9 specific XXArgumentTesting_j9 subtests Closes: eclipse-openj9#19966 Signed-off-by: LongyuZhang <[email protected]>
LongyuZhang
added a commit
to LongyuZhang/openj9
that referenced
this issue
Sep 17, 2024
Move j9 specific XXArgumentTesting_j9 subtests Closes: eclipse-openj9#19966 Signed-off-by: LongyuZhang <[email protected]>
LongyuZhang
added a commit
to LongyuZhang/openj9
that referenced
this issue
Sep 17, 2024
Move j9 specific XXArgumentTesting_j9 subtests Closes: eclipse-openj9#19966 Signed-off-by: LongyuZhang <[email protected]>
LongyuZhang
added a commit
to LongyuZhang/openj9
that referenced
this issue
Sep 18, 2024
Move j9 specific subtests to XXArgumentTesting_j9 Closes: eclipse-openj9#19966 Signed-off-by: LongyuZhang <[email protected]>
LongyuZhang
added a commit
to LongyuZhang/openj9
that referenced
this issue
Sep 18, 2024
Move j9 specific subtests to XXArgumentTesting_j9 Closes: eclipse-openj9#19966 Signed-off-by: LongyuZhang <[email protected]>
luke-li-2003
pushed a commit
to luke-li-2003/openj9
that referenced
this issue
Sep 25, 2024
Move j9 specific subtests to XXArgumentTesting_j9 Closes: eclipse-openj9#19966 Signed-off-by: LongyuZhang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Number of FAILED tests: 6 out of 9. However testXXArgumentTesting is set as passed. It's false positive
https://ci.adoptium.net/view/Test_functional/job/Test_openjdk11_hs_sanity.functional_x86-64_linux_testList_0/6/
Looks like those failing tests should be limited to impl=openj9 or IBM and move from XXArgumentTesting.xml to XXArgumentTesting_j9.xml
False positive appears to be caused by missing option -nonZeroExitWhenError.
The text was updated successfully, but these errors were encountered: