-
Notifications
You must be signed in to change notification settings - Fork 759
Remove withfield/aconst_init from ValueTypeTests #19770
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
Conversation
cbb9026
to
758cf99
Compare
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
Outdated
Show resolved
Hide resolved
758cf99
to
f5a6460
Compare
c244a54
to
f454a84
Compare
Jenkins test sanity,extended zlinuxval jdknext |
Jenkins test sanity,extended amac jdk21 |
I will take a look at the extended failure. |
f454a84
to
1847ba6
Compare
- Remove ACONST_INIT and WITHFIELD bytecode uses from tests - Consolidate value and reference class generator creation methods now that both use <init> and putfield - Remove wither tests. There is no equivalent behavior in the new spec. - Remove testWithFieldOnNonValueType, testWithFieldOnNull, testWithFieldOnNonExistentClass, testUnresolvedWithFieldUse Signed-off-by: Theresa Mammarella <[email protected]>
1847ba6
to
1d44260
Compare
The tests should pass now. DDRValueTypeTest.java was using an outdated method name. |
Links of previous PR builds: |
Jenkins test sanity,extended zlinuxval jdknext |
Related to #18316