-
Notifications
You must be signed in to change notification settings - Fork 738
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
Valhalla test updates and disable failing tests #19690
Conversation
2d3e21f
to
6168efb
Compare
@theresa-m Please rebase. There is a merge conflict. Also the commit Remove CFR_ACC_VALUE_TYPE and CFR_ACC_PRIMITIVE_VALUE_TYPE is already reviewed and merged in #19631. It should not appear in this PR again. |
Signed-off-by: Theresa Mammarella <Theresa.T.Mammarella@ibm.com>
Signed-off-by: Theresa Mammarella <Theresa.T.Mammarella@ibm.com>
- testInvalidNestedField is replaced by preload tests in ValhallaAttributeTests - testNoneValueQTypeAsNestedField is replaced by nullrestricted tests in ValhallaAttributeTests Signed-off-by: Theresa Mammarella <Theresa.T.Mammarella@ibm.com>
Signed-off-by: Theresa Mammarella <Theresa.T.Mammarella@ibm.com>
I have rebased this change. |
test/functional/Valhalla/src_qtypes/org/openj9/test/lworld/ValueTypeGenerator.java
Outdated
Show resolved
Hide resolved
test/functional/Valhalla/src_qtypes/org/openj9/test/lworld/ValueTypeTests.java
Outdated
Show resolved
Hide resolved
test/functional/Valhalla/src_qtypes/org/openj9/test/lworld/ValueTypeTests.java
Show resolved
Hide resolved
Jenkins test sanity,extended zlinuxval jdknext |
Jenkins test sanity,extended winval jdknext |
The Windows build failed due to machine issue:
I was assuming all tests should pass. Could you look at the failures in the Linux s390 build ? @theresa-m |
Hmm yea I'll check it out. I was mostly verifying that on my mac which is not able to run all the variations. |
The PR build link on Linux s390 is https://openj9-jenkins.osuosl.org/job/PullRequest-OpenJ9/5637/ |
@@ -63,13 +63,13 @@ | |||
<variations> | |||
<variation>-Xjit:count=0</variation> | |||
<variation>-Xjit:count=1,disableAsyncCompilation -Xgcpolicy:optthruput</variation> | |||
<variation>-Xjit:count=1,disableAsyncCompilation -Xgcpolicy:optthruput -XX:ValueTypeFlatteningThreshold=99999 -XX:-EnableArrayFlattening</variation> | |||
<!--<variation>-Xjit:count=1,disableAsyncCompilation -Xgcpolicy:optthruput -XX:ValueTypeFlatteningThreshold=99999 -XX:-EnableArrayFlattening</variation> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please include the JIT issue number as a comment here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its there now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Theresa Mammarella <Theresa.T.Mammarella@ibm.com>
I have disabled the failing tests and updated the issues for excluded tests. Can you try the build again @hangshao0 ? |
Jenkins test sanity,extended zlinuxval jdknext |
Jenkins test sanity,extended alinuxval jdknext |
After this change set the Valhalla more tests should be passing. Tests that are not passing are disabled for now.
This change should be merged after #19646
Changes include:
The following issues and comments have been created to track the excluded tests: