-
Notifications
You must be signed in to change notification settings - Fork 722
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
Update ValueTypeArrayTests to run with lw5 compiler #18450
Update ValueTypeArrayTests to run with lw5 compiler #18450
Conversation
Signed-off-by: Theresa Mammarella <[email protected]>
80f9f29
to
4d6c1d5
Compare
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.
Thanks, Theresa! I have a few minor comments.
test/functional/Valhalla/src_lw5/org/openj9/test/lworld/ValueTypeArrayTests.java
Outdated
Show resolved
Hide resolved
test/functional/Valhalla/src_lw5/org/openj9/test/lworld/ValueTypeArrayTests.java
Outdated
Show resolved
Hide resolved
test/functional/Valhalla/src_lw5/org/openj9/test/lworld/ValueTypeArrayTests.java
Outdated
Show resolved
Hide resolved
test/functional/Valhalla/src_lw5/org/openj9/test/lworld/ValueTypeArrayTests.java
Outdated
Show resolved
Hide resolved
d431046
to
1d7c396
Compare
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.
Just some comments about some lingering lines that uses spaces for indentation.
Also, the message for commit 1d7c396c64ca598fe15ed0e6025354635e612d86 runs past 72 columns. May I ask you to add in line breaks?
test/functional/Valhalla/src_qtypes/org/openj9/test/lworld/ValueTypeArrayTests.java
Outdated
Show resolved
Hide resolved
test/functional/Valhalla/src_qtypes/org/openj9/test/lworld/ValueTypeArrayTests.java
Outdated
Show resolved
Hide resolved
test/functional/Valhalla/src_qtypes/org/openj9/test/lworld/ValueTypeArrayTests.java
Outdated
Show resolved
Hide resolved
test/functional/Valhalla/src_qtypes/org/openj9/test/lworld/ValueTypeArrayTests.java
Outdated
Show resolved
Hide resolved
1d7c396
to
1fbc453
Compare
Thanks for the review @hzongaro the indents should be fixed 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.
It looks like there are just two more lines that are indented with spaces.
Also the commit comment for 1fbc45358983ec49cda7e0602cad582e0428174f looks like it still has lines that run past 72 columns. Is your git client reformatting it?
test/functional/Valhalla/src_lw5/org/openj9/test/lworld/ValueTypeArrayTests.java
Outdated
Show resolved
Hide resolved
test/functional/Valhalla/src_qtypes/org/openj9/test/lworld/ValueTypeArrayTests.java
Outdated
Show resolved
Hide resolved
1fbc453
to
06f215a
Compare
- fix formatting for qtypes and lw5 - replace primitive with null-restricted - update testStoreNullToNullRestrictedArrayElement1 and testStoreNullToNullRestrictedArrayElement2 to throw ArrayStoreException and disable tests until support for nullrestricted arrays is added - comment out ArrayStoreException for assigning null to nullrestricted array in expectedExceptionClass until support for nullrestricted arrays is added Signed-off-by: Theresa Mammarella <[email protected]>
06f215a
to
83e0a42
Compare
I've updated the last few things. No I've never restricted the commit body character length. |
Thanks for the updates. That recommendation on commit line length comes from the commit guidelines. |
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.
Looks good. Thanks!
Jenkins test sanity xlinuxval jdknext |
Test run was successful. Merging. |
Please view the lastest commit to see a diff of ValueTypeTests.java in lw5.
Related: #18157