From 489e7dc8f7e93191931efb041159ba2e6a1c7c51 Mon Sep 17 00:00:00 2001 From: yansendao Date: Tue, 21 Feb 2023 08:07:02 +0800 Subject: [PATCH] Exclude jtreg testcase TestObjectDescription.java for jdk8 (#4343) * Exclude jtreg testcase TestObjectDescription.java for jdk8 Exclude jtreg testcase jdk/jfr/event/oldobject/TestObjectDescription.java for jdk8, which run timeout Fixes: #4342 Signed-off-by: sendaoYan * Exclude jtreg testcase TestObjectDescription.java for jdk8 Exclude jtreg testcase jdk/jfr/event/oldobject/TestObjectDescription.java for jdk8, which run timeout; https://github.com/alibaba/dragonwell8/issues/473 Fixes: #4342 Signed-off-by: sendaoYan * Exclude jtreg testcase TestObjectDescription.java for jdk8 Exclude jtreg testcase jdk/jfr/event/oldobject/TestObjectDescription.java for jdk8, which run timeout; https://github.com/alibaba/dragonwell8/issues/473 Fixes: #4352 Signed-off-by: sendaoYan --------- Signed-off-by: sendaoYan --- openjdk/excludes/ProblemList_openjdk8.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openjdk/excludes/ProblemList_openjdk8.txt b/openjdk/excludes/ProblemList_openjdk8.txt index dcbe372d88..58ea8d22b7 100644 --- a/openjdk/excludes/ProblemList_openjdk8.txt +++ b/openjdk/excludes/ProblemList_openjdk8.txt @@ -413,7 +413,7 @@ jdk/jfr/event/gc/stacktrace/TestG1OldAllocationPendingStackTrace.java https://gi jdk/jfr/event/gc/stacktrace/TestG1YoungAllocationPendingStackTrace.java https://github.com/adoptium/aqa-tests/issues/3301 linux-arm jdk/jfr/event/gc/stacktrace/TestMetaspaceG1GCAllocationPendingStackTrace.java https://github.com/adoptium/aqa-tests/issues/3301 linux-arm jdk/jfr/event/gc/stacktrace/TestParallelMarkSweepAllocationPendingStackTrace.java https://github.com/adoptium/aqa-tests/issues/3301 linux-arm -jdk/jfr/event/oldobject/TestObjectDescription.java https://github.com/adoptium/aqa-tests/issues/3301 linux-arm +jdk/jfr/event/oldobject/TestObjectDescription.java https://github.com/adoptium/aqa-tests/issues/4352 generic-all jdk/jfr/event/os/TestCPUInformation.java https://github.com/adoptium/aqa-tests/issues/3301 linux-arm jdk/jfr/event/runtime/TestSizeTFlags.java https://github.com/adoptium/aqa-tests/issues/3301 linux-arm jdk/jfr/jvm/TestLargeJavaEvent512k.java https://github.com/adoptium/aqa-tests/issues/3301 linux-arm