-
Bug
-
Resolution: Fixed
-
P4
-
11.0.7, 11.0.7-oracle, 17, 21, 25, 26
-
b04
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8362876 | 21.0.9-oracle | Manukumar V S | P4 | Resolved | Fixed | master |
JDK-8362877 | 17.0.17-oracle | Manukumar V S | P4 | Resolved | Fixed | master |
JDK-8362875 | 11.0.29-oracle | Manukumar V S | P4 | Resolved | Fixed | master |
For example, MyanmarTextTest.java looks for 'Padauk' font on Linux. If the font is missing, the test returns early, that is the test passes, but it is wrong. The test should throw jtreg.SkippedException when the necessary preconditions are not satisfied.
The java/awt/font/TextLayout/MyanmarTextTest.java test creates and displays GUI, but it passes on headless machines because the preconditions aren't met. This behaviour leads to wrong assumption that the test can be run headless, but it can't.
- backported by
-
JDK-8362875 TextLayout/MyanmarTextTest.java passes if no Myanmar font is found
-
- Resolved
-
-
JDK-8362876 TextLayout/MyanmarTextTest.java passes if no Myanmar font is found
-
- Resolved
-
-
JDK-8362877 TextLayout/MyanmarTextTest.java passes if no Myanmar font is found
-
- Resolved
-
- relates to
-
JDK-8358691 Some of the headful tests are actually headless
-
- Open
-
- links to
-
Commit(master) openjdk/jdk/bcad87ea
-
Review(jdk25) openjdk/jdk/25946
-
Review(jdk25) openjdk/jdk/26410
-
Review(master) openjdk/jdk25u/24
-
Review(master) openjdk/jdk/25879