JDK-8256567 : ProblemList java/util/stream/test/org/openjdk/tests/java/util/stream/SpliteratorTest.java for Xcomp testing
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: other
  • Submitted: 2020-11-18
  • Updated: 2020-11-26
  • Resolved: 2020-11-18
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 16
16 b26Fixed
Description
java/util/stream/test/org/openjdk/tests/java/util/stream/SpliteratorTest.java
is failing in the JDK16 CI when run in -Xcomp mode. I'm ProblemListing
the test in order to reduce the noise in the JDK16 CI.
Comments
Changeset: c9c15733 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2020-11-18 18:02:40 +0000 URL: https://github.com/openjdk/jdk/commit/c9c15733
18-11-2020

Here's the proposed context diff: $ git diff diff --git a/test/jdk/ProblemList-Xcomp.txt b/test/jdk/ProblemList-Xcomp.txt index fae08cd1efd..c7ca9b18ed5 100644 --- a/test/jdk/ProblemList-Xcomp.txt +++ b/test/jdk/ProblemList-Xcomp.txt @@ -28,3 +28,4 @@ ############################################################################# java/lang/invoke/MethodHandles/CatchExceptionTest.java 8146623 generic-all +java/util/stream/test/org/openjdk/tests/java/util/stream/SpliteratorTest.java 8256368 generic-all
18-11-2020