Skip to content

Commit

Permalink
Delete jdk_jdi_sanity from jdk_svc_sanity for duplicate testcases (#4019
Browse files Browse the repository at this point in the history
)

jdk_svc_sanity and jdk_jdi has 32 duplicate testcases, which both include jdk_jdi_sanity. So delete jdk_jdi_sanity from jdk_svc_sanity to avoid duplicate testcases.

Fixes: #3993
Signed-off-by: sendaoYan <[email protected]>
  • Loading branch information
sendaoYan authored Oct 11, 2022
1 parent 517072d commit 40551ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,11 @@
-exclude:$(Q)$(TEST_RESROOT)$(D)$(PROBLEM_LIST_FILE)$(Q) \
${FEATURE_PROBLEM_LIST_FILE} \
${VENDOR_PROBLEM_LIST_FILE} \
$(Q)$(JTREG_JDK_TEST_DIR):jdk_svc_sanity$(Q); \
$(Q)$(JTREG_JDK_TEST_DIR):jdk_management_sanity$(Q) \
$(Q)$(JTREG_JDK_TEST_DIR):jdk_instrument_sanity$(Q) \
$(Q)$(JTREG_JDK_TEST_DIR):jdk_jmx_sanity$(Q) \
$(Q)$(JTREG_JDK_TEST_DIR):jdk_jfr_sanity$(Q) \
$(Q)$(JTREG_JDK_TEST_DIR):svc_tools_sanity$(Q); \
$(TEST_STATUS)</command>
<versions>
<version>11+</version>
Expand Down

0 comments on commit 40551ba

Please sign in to comment.