JDK-8325270 : ProblemList two compiler/intrinsics/float16 tests that fail due to JDK-8324724
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 23
  • Priority: P1
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: aarch64
  • Submitted: 2024-02-05
  • Updated: 2024-02-12
  • Resolved: 2024-02-05
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 23
23 b09Fixed
Description
In order to reduce the noise in the JDK23 CI, I'm ProblemListing:

compiler/intrinsics/float16/TestConstFloat16ToFloat.java
compiler/intrinsics/float16/Binary16Conversion.java

on macosx-aarch64.
Comments
Changeset: ab3b9417 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2024-02-05 22:49:00 +0000 URL: https://git.openjdk.org/jdk/commit/ab3b9417832a693150ca2ed4eebd5afa85b3a8e1
05-02-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17716 Date: 2024-02-05 22:41:58 +0000
05-02-2024

Here's the context diff for the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index eb3af6881c8..f995c2a4cb5 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -76,6 +76,9 @@ compiler/jvmci/TestUncaughtErrorInCompileMethod.java 8309073 generic-all compiler/floatingpoint/TestSubnormalFloat.java 8317810 generic-i586 compiler/floatingpoint/TestSubnormalDouble.java 8317810 generic-i586 +compiler/intrinsics/float16/TestConstFloat16ToFloat.java 8325264 macosx-aarch64 +compiler/intrinsics/float16/Binary16Conversion.java 8325264 macosx-aarch64 + ############################################################################# # :hotspot_gc
05-02-2024