openjdk: add hotspot_vmTestbase_vm_compiler target#6616
openjdk: add hotspot_vmTestbase_vm_compiler target#6616smlambert merged 2 commits intoadoptium:masterfrom
Conversation
|
Failing test (GraphApplet.java) seems to be caused by system desktop session/gui configuration issues. otherwise, There is one instance of this exception on Mac And one instance of this on linux/s390x In case of mac gui tests are probably not expected to work (see infra issue). Other ones seem like random gui configuration issue on some test systems. |
|
I have excluded |
|
Tried to reschedule:
both windows failures are again: seems like system configuration issue. However windows runs of other jdks passed on windows (so seems to work sometimes). |
|
Hi @zzambers - Is there an open issue this PR is associated with? (same question for #6619 or #6646) Can you confirm there is no duplicate testcases in this test target (hotspot_vmTestbase_vm_compiler, or hotspot_vmTestbase_vm_gc or hotspot_vmTestbase_vm_defmeth) that are included in other targets? There are duplicate testcases in other targets (see #6565) which will need to be rectified. |
|
Hi @smlambert, There is no overlap between vmtestbase tests and other hotspot groups (except for hotspot_all, which runs everything.) vmTestbase live in their own directory Also there should be no overlap between these vmTestbase groups, as subdirectories are different. vmTestbase_vm_gc vmTestbase_vm_compiler vmTestbase_vm_defmeth |
Adds hotspot vmTestbase_vm_compiler target to openjdk tests.
(VM testbase tests were opensourced in jdk11, but so far are missing in aqa-tests.)
Testing:
jdk11 - RESULTS
jdk17 - RESULTS
jdk21 - RESULTS
jdk25 - RESULTS
Tests summary: