On Mon, 16 Mar 2026 07:07:07 GMT, Lei Zhu <[email protected]> wrote: > Added new test cases for `Float16.toString()` within `BasicFloat16ArithTests`. > These tests cover special values, boundary values, the transition point > between normal and subnormal numbers, and the threshold for switching between > standard and scientific notation; they also verify the consistency of the > output between the static and instance versions of `toString()`.
What is the relation to `Bfloat16` (in the title of the JBS issue) and the code here? But before you proceed any further, it's worth noting that it would be possible to write exhaustive `toString()` tests for Bfloat16. ------------- PR Comment: https://git.openjdk.org/jdk/pull/30255#issuecomment-4068913375
