aqa-tests icon indicating copy to clipboard operation
aqa-tests copied to clipboard

jdk_svc_sanity and jdk_jfr has duplicate subset testcases jdk_jfr_sanity

Open sophia-guo opened this issue 2 years ago • 1 comments

jdk_svc_sanity =
:jdk_management_sanity
:jdk_instrument_sanity
:jdk_jmx_sanity
:jdk_jdi_sanity
:jdk_jfr_sanity
:svc_tools_sanity

jdk_jfr =
jdk/jfr

jdk_jfr_sanity =
jdk/jfr/api/recording/event/TestLoadEventAfterStart.java
jdk/jfr/api/recording/state/TestState.java
jdk/jfr/event/os/TestCPULoad.java
jdk/jfr/event/compiler/TestAllocInNewTLAB.java
jdk/jfr/jcmd/TestJcmdStartStopDefault.java
jdk/jfr/event/io/TestFileStreamEvents.java
jdk/jfr/event/compiler/TestCompilerCompile.java
jdk/jfr/event/gc/collection/TestGCGarbageCollectionEvent.java
jdk/jfr/event/runtime/TestClassLoadEvent.java
jdk/jfr/event/runtime/TestJavaBlockedEvent.java
jdk/jfr/event/gc/collection/TestGCWithFasttime.java
jdk/jfr/event/gc/configuration/TestGCConfigurationEvent.java

Twelve testcases are duplicate

sophia-guo avatar Oct 06 '22 19:10 sophia-guo

jdk_jfi -> jdk_jfr

sendaoYan avatar Oct 08 '22 09:10 sendaoYan