-
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
Add tests for JIT arraytranslate #20427
Conversation
This commit adds tests for char[] to byte[] cases of JIT arraytranslate. Signed-off-by: KONNO Kazuhiro <[email protected]>
Jenkins test sanity.functional plinux,xlinux,zlinux jdk8 |
Some tests in Output of the arraytranslate tests from https://openj9-jenkins.osuosl.org/job/Test_openjdk8_j9_sanity.functional_ppc64le_linux_Personal_testList_0/260/consoleText:
|
@0xdaryl FYI. |
Jenkins line endings check |
Jenkins test sanity.functional xlinux jdk8 |
Again, there are some failures with |
Jenkins test sanity.functional alinux jdk8 |
This commit adds tests for char[] to byte[] cases of JIT arraytranslate.