-
Bug
-
Resolution: Fixed
-
P4
-
9
-
OEL7 and JDK9
-
b158
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8175783 | 10 | Prasanta Sadhukhan | P4 | Resolved | Fixed | b02 |
JDK-8310882 | 8u391 | Manukumar V S | P4 | Resolved | Fixed | b01 |
This test consistently (12/12) fails on my OEL 7. The following small change makes it always pass (12/12):
iff -r ba316e40c19b test/javax/swing/text/html/StyleSheet/bug4936917.java
--- a/test/javax/swing/text/html/StyleSheet/bug4936917.java Wed Feb 08 19:22:20 2017 +0400
+++ b/test/javax/swing/text/html/StyleSheet/bug4936917.java Fri Feb 10 12:29:12 2017 +0300
@@ -72,6 +72,7 @@
blockTillDisplayed(editorPane);
Robot robot = new Robot();
robot.waitForIdle();
+robot.delay(300);
int x0 = p.x + 15 ;
RULE "javax/swing/text/html/StyleSheet/bug4936917.java" Exception java.lang.RuntimeException: Test failed.
iff -r ba316e40c19b test/javax/swing/text/html/StyleSheet/bug4936917.java
--- a/test/javax/swing/text/html/StyleSheet/bug4936917.java Wed Feb 08 19:22:20 2017 +0400
+++ b/test/javax/swing/text/html/StyleSheet/bug4936917.java Fri Feb 10 12:29:12 2017 +0300
@@ -72,6 +72,7 @@
blockTillDisplayed(editorPane);
Robot robot = new Robot();
robot.waitForIdle();
+robot.delay(300);
int x0 = p.x + 15 ;
RULE "javax/swing/text/html/StyleSheet/bug4936917.java" Exception java.lang.RuntimeException: Test failed.
- backported by
-
JDK-8175783 [TEST_BUG] javax/swing/text/html/StyleSheet/bug4936917.java
-
- Resolved
-
-
JDK-8310882 [TEST_BUG] javax/swing/text/html/StyleSheet/bug4936917.java
-
- Resolved
-