On Wed, 25 Sep 2024 20:29:40 GMT, Phil Race <[email protected]> wrote:
> Open sourcing some rendering tests.
test/jdk/sun/awt/font/TestArabicHebrew.java line 75:
> 73: int index = font.canDisplayUpTo(str);
> 74: if (index != -1) {
> 75: throw new RuntimeException("Cannot display char " + index +
> " for " + script);
Suggestion:
throw new RuntimeException("Cannot display char " + index + " for "
+ script);
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21192#discussion_r1777055226