-
Bug
-
Resolution: Unresolved
-
P4
-
7, 8, 11, 17, 21, 25, 26
The test java/awt/font/TextLayout/TestSinhalaChar.java creates UI with SwingUtilities.invokeLater. Because of that, the test exits before it even has a chance to display any UI.
The test has to use invokeAndWait instead. Better yet, create a JLabel with the specified character and render it into a buffered image. No crash should occur, and no UI is necessary.
Yet the proposed change has to ensure the updated test reproduces the crash described inJDK-6795060 for which the test was written.
The test has to use invokeAndWait instead. Better yet, create a JLabel with the specified character and render it into a buffered image. No crash should occur, and no UI is necessary.
Yet the proposed change has to ensure the updated test reproduces the crash described in
- caused by
-
JDK-6795060 VM crash on Linux in ICU layout library when processing \u0DDD (Sinhalese)
-
- Resolved
-
- relates to
-
JDK-8358691 Some of the headful tests are actually headless
-
- Open
-