-
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
Methods and tests for jep334 String #4105
Conversation
b200994
to
e916f2e
Compare
d35e2c0
to
750f3dc
Compare
String implements Constable, ConstantDesc |
implements Constable, ConstantDesc is included here #4030 |
test/functional/Java12andUp/src/org/openj9/test/java_lang/Test_String.java
Show resolved
Hide resolved
test/functional/Java12andUp/src/org/openj9/test/java_lang/Test_String.java
Outdated
Show resolved
Hide resolved
test/functional/Java12andUp/src/org/openj9/test/java_lang/Test_String.java
Show resolved
Hide resolved
1b8f265
to
048174d
Compare
I've updated the tests based on the review from @DanHeidinga I've also added the commit from #4104 to this pr because adding an empty testng entry does not compile. fyi @smlambert |
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.
lgtm - @smlambert are you OK with the test-related changes?
Jenkins test sanity zlinux jdk11 |
Jenkins test sanity zlinux jdk11 |
previous PR test failed with machine issue (remote call to node failed), retrying to see if transient |
Jenkins test sanity zlinux jdk12 |
@theresa-m Can you rebase this PR so it'll pick up the fix for the jvm interface version # issue? |
- String.describeConstable - String.resolveConstantDesc Signed-off-by: Theresa Mammarella <[email protected]>
- including playlist.xml entry for jep334 tests Signed-off-by: Theresa Mammarella <[email protected]>
Signed-off-by: Theresa Mammarella <[email protected]>
048174d
to
97e4578
Compare
yes. done |
Jenkins test sanity xlinux jdk12 |
Jenkins test sanity xlinux jdk12 |
failing tests are related to #4661 |
Build failures are in the |
Depends on (see #4195):
Signed-off-by: Theresa Mammarella [email protected]