On Wed, 2 Apr 2025 19:24:19 GMT, Phil Race <p...@openjdk.org> wrote: >> test/jdk/javax/swing/text/html/HTMLEditorKit/bug4245401.java line 61: >> >>> 59: kit.read(new StringReader(text), doc, 0); >>> 60: } catch (Exception e) { >>> 61: } >> >> If an exception occurs, the test should fail; the exception shouldn't be >> *silently* ignored. > > Not something I added but I can re-throw as RTE. I verified that will cause > the test to fail.
Thank you. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/24365#discussion_r2026802880