RFR: JDK-8314215 Trailing Spaces before Line Breaks Affect the Center Alignment of Text [v5]

Kevin Rushforth kcr at openjdk.org
Mon Jan 29 16:30:46 UTC 2024


On Mon, 29 Jan 2024 16:10:01 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> > ancient test case that was disabled (see https://bugs.openjdk.org/browse/JDK-8087615).
> 
> should the old ticket be added to this PR?

If this fixes all tests that are `@Ignore`d with this old bug ID, then yes. I still see a skipped test, though. If this is still being skipped be cause of JDK-8087615, then it should use `@Ignore("JDK-8087615")` (or  `@Disabled("JDK-8087615")` if that is preferred in JUnit5).

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

PR Comment: https://git.openjdk.org/jfx/pull/1236#issuecomment-1915073445


More information about the openjfx-dev mailing list