[jfx-tests] Integrated: 8316097: Some Scenegraph/richtext tests fail due to IllegalStateException

Ajit Ghaisas aghaisas at openjdk.org
Fri Sep 15 12:25:45 UTC 2023


On Tue, 12 Sep 2023 10:33:07 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote:

> test/scenegraph/richtext/RichTextLabeledsTest.java
> test/scenegraph/richtext/RichTextMixedTest.java
> test/scenegraph/richtext/RichTextRectangleTest.java
> test/scenegraph/richtext/RichTextTextTest.java
> 
> These tests were failing with -  java.lang.IllegalStateException: This operation is permitted on the event thread only; currentThread = Time-limited test. They are fixed with a change to single file `RichTextPropertiesApp.java`
> 
> Another test - test/scenegraph/richtext/RichTextSpecSymbTest.java - was failing due to NPE. Added a null check to fix it.

This pull request has now been integrated.

Changeset: 46f2827d
Author:    Ajit Ghaisas <aghaisas at openjdk.org>
URL:       https://git.openjdk.org/jfx-tests/commit/46f2827d257e68e143006ab6e7ea9fd37b310f5a
Stats:     8 lines in 2 files changed: 5 ins; 0 del; 3 mod

8316097: Some Scenegraph/richtext tests fail due to IllegalStateException

Reviewed-by: arapte

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

PR: https://git.openjdk.org/jfx-tests/pull/9


More information about the openjfx-dev mailing list