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()`.

-------------

Commit messages:
 - 8375224: Add tests for Bfloat16.toString()

Changes: https://git.openjdk.org/jdk/pull/30255/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30255&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8375224
  Stats: 43 lines in 1 file changed: 41 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/30255.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/30255/head:pull/30255

PR: https://git.openjdk.org/jdk/pull/30255

Reply via email to