JDK-8274312 : ProblemList 2 serviceability/dcmd/gc tests with ZGC on macos-all
  • Type: Sub-task
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 18
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: x86_64,aarch64
  • Submitted: 2021-09-25
  • Updated: 2021-09-30
  • Resolved: 2021-09-25
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 18
18 b17Fixed
Description
In order to reduce the noise in the JDK18 CI, I'm ProblemListing: 

serviceability/dcmd/gc/HeapDumpAllTest.java 
serviceability/dcmd/gc/HeapDumpTest.java 

on macos-all. The macos-aarch64 and macos-x64 failures
started in Tier6... sigh...

Since the two tests are already ProblemListed on linux-all and windows-all,
I'm changing the entries to generic-all.
Comments
Changeset: ab28db14 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-09-25 13:38:00 +0000 URL: https://git.openjdk.java.net/jdk/commit/ab28db1428e7109934ef1ae17ad574ed8042b9a0
25-09-2021

Here's the context diff for the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList-zgc.txt b/test/hotspot/jtreg/ProblemList-zgc.txt index 5468cd97fe4..f5f67b7bd34 100644 --- a/test/hotspot/jtreg/ProblemList-zgc.txt +++ b/test/hotspot/jtreg/ProblemList-zgc.txt @@ -45,5 +45,5 @@ serviceability/sa/TestJhsdbJstackMixed.java 8248912 generic- serviceability/sa/ClhsdbPstack.java#process 8248912 generic-all serviceability/sa/ClhsdbPstack.java#core 8248912 generic-all -serviceability/dcmd/gc/HeapDumpAllTest.java 8274196 linux-all,windows-all -serviceability/dcmd/gc/HeapDumpTest.java 8274196 linux-all,windows-all +serviceability/dcmd/gc/HeapDumpAllTest.java 8274196 generic-all +serviceability/dcmd/gc/HeapDumpTest.java 8274196 generic-all
25-09-2021