-
Bug
-
Resolution: Fixed
-
P4
-
11, 13
-
-
b08
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8246190 | 11.0.9-oracle | Philip Race | P4 | Resolved | Fixed | b01 |
JDK-8246652 | 11.0.9 | Philip Race | P4 | Resolved | Fixed | b01 |
JDK-8249291 | openjdk8u272 | Philip Race | P4 | Resolved | Fixed | b01 |
JDK-8246192 | 8u271 | Philip Race | P4 | Resolved | Fixed | b01 |
JDK-8251689 | emb-8u271 | Philip Race | P4 | Resolved | Fixed | team |
These tests look as if they run in headless mode but that's because they catch an error and assume it is because they can't instantiate the GTK L&F
com/sun/java/swing/plaf/gtk/Test6635110.java
com/sun/java/swing/plaf/gtk/Test6963870.java
com/sun/java/swing/plaf/gtk/4928019/bug4928019.java
They should be marked
@key headful
so that they are run on a headful system.
com/sun/java/swing/plaf/gtk/Test6635110.java
com/sun/java/swing/plaf/gtk/Test6963870.java
com/sun/java/swing/plaf/gtk/4928019/bug4928019.java
They should be marked
@key headful
so that they are run on a headful system.
- backported by
-
JDK-8246190 Several tests which need the @key headful keyword are missing it.
- Resolved
-
JDK-8246192 Several tests which need the @key headful keyword are missing it.
- Resolved
-
JDK-8246652 Several tests which need the @key headful keyword are missing it.
- Resolved
-
JDK-8249291 Several tests which need the @key headful keyword are missing it.
- Resolved
-
JDK-8251689 Several tests which need the @key headful keyword are missing it.
- Resolved