Skip to content

openjdk: promote hotspot test to extended level#5624

Merged
sophia-guo merged 1 commit intoadoptium:masterfrom
zzambers:hotspot-extended-level
Sep 25, 2024
Merged

openjdk: promote hotspot test to extended level#5624
sophia-guo merged 1 commit intoadoptium:masterfrom
zzambers:hotspot-extended-level

Conversation

@zzambers
Copy link
Copy Markdown
Contributor

Promote hotspot_gc, hotspot_runtime, hotspot_serviceability to extended level. See: #5424

Results of dev.openjdk (jdk21, jdk11) show just 1 serviceability issue. I have done other PR to exclude it.

@karianna karianna requested a review from smlambert September 19, 2024 05:07
@sophia-guo
Copy link
Copy Markdown
Contributor

dev.openjdk is only enabled for linux_x64, which need extra label 'sw.tool.docker' to ensure tests running on the agent with docker installed. @zzambers are those tests working for all platforms and no docker needed?

@sophia-guo
Copy link
Copy Markdown
Contributor

@zzambers
Copy link
Copy Markdown
Contributor Author

dev.openjdk is only enabled for linux_x64, which need extra label 'sw.tool.docker' to ensure tests running on the agent with docker installed. @zzambers are those tests working for all platforms and no docker needed?

Docker should not be necessary. I am keeping hotspot_container and hotspot_container_jdk8 in dev.

@zzambers
Copy link
Copy Markdown
Contributor Author

When it comes to other platforms, I would not expect (many) problems there, as I have done quite a lot of testing on different platforms as part of introducing them in current form: #5367

@zzambers
Copy link
Copy Markdown
Contributor Author

zzambers commented Sep 25, 2024

I have realized I have not done MacOS testing in PR I referenced above.
So I have done them now:

jdk21 / x86-64_mac
hotspot_gc: OK
hotspot_runtime: 5 FAILURES

runtime/cds/CheckDefaultArchiveFile.java.CheckDefaultArchiveFile
runtime/cds/TestCDSVMCrash.java.TestCDSVMCrash
runtime/cds/appcds/CommandLineFlagCombo.java.CommandLineFlagCombo
runtime/cds/appcds/TestDumpClassListSource.java.TestDumpClassListSource
runtime/cds/appcds/dynamicArchive/TestAutoCreateSharedArchiveNoDefaultArchive.java.TestAutoCreateSharedArchiveNoDefaultArchive

hotspot_serviceability: 1 FAILURE

serviceability/jvmti/RedefineClasses/RedefineSharedClassJFR.java.RedefineSharedClassJFR

There are some failures, but all of them seem to be caused by missing jsa archive on macOS. I'll create issue and exclude them.

@zzambers
Copy link
Copy Markdown
Contributor Author

Failing tests MacOS excluded: #5647

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants