-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
New testcase JavacBench.java#dynamic fails on win32 #5870
Conversation
Signed-off-by: Andrew Leonard <[email protected]>
Is the absence of a client CDS a bug or intentional? |
win32 we build client & server but CDS images are only built for a server, so this testcase shouldn't be run for a win32 client image. |
Can't initialization of VM I would say it's testcase issue which should not block the release. As the testcase comes from a recent backport for jdk-21+ where there is no Win32 I would say this exclusion would be a permanent. |
@andrew-m-leonard did we have same issue with arm32? |
Signed-off-by: Andrew Leonard <[email protected]> Co-authored-by: sophia-guo <[email protected]>
* Exclude hotspot runtime tests on arm linux (#5866) Signed-off-by: Andrew Leonard <[email protected]> * Exclude riscv headless failure for tools/jpackage/linux/LinuxWeirdOutputDirTest (#5868) Signed-off-by: Andrew Leonard <[email protected]> * Exclude JShellHeapDumpTest for windows-all (#5872) Signed-off-by: Andrew Leonard <[email protected]> * New testcase JavacBench.java#dynamic fails on win32 (#5870) Signed-off-by: Andrew Leonard <[email protected]> Co-authored-by: sophia-guo <[email protected]> --------- Signed-off-by: Andrew Leonard <[email protected]> Co-authored-by: sophia-guo <[email protected]>
Exclude for #5869
jdk17 win32 test runtime/cds/appcds/applications/JavacBench.java#dynamic fails due to no client CDS