Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8174717

[TEST_BUG] javax/swing/text/html/StyleSheet/bug4936917.java

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • client-libs
    • OEL7 and JDK9

        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.

              psadhukhan Prasanta Sadhukhan
              yan Yuri Nesterenko
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: