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

Test javax/swing/SpringLayout/4726194/bug4726194.java fails in mach5

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • tbd
    • 11
    • client-libs

      This test fails in mach5:
      ----------System.out:(29/807)----------
      West Width East HorizontalCenter
       Input: 20 10 ? ?
      Output: 20 10 30 25
       Input: 20 ? 10 ?
      Output: 20 -10 10 15
       Input: 20 ? ? 10
      Output: 20 -20 0 10
       Input: 10 20 ? ?
      Output: 10 20 30 20
       Input: ? 20 10 ?
      Output: -10 20 10 0
       Input: ? 20 ? 10
      Output: 0 20 20 10
       Input: 10 ? 20 ?
      Output: 10 10 20 15
       Input: ? 10 20 ?
      Output: 10 10 20 15
       Input: ? ? 20 10
      Output: 0 20 20 10
       Input: 10 ? ? 20
      Output: 10 20 30 20
       Input: ? 10 ? 20
      Output: 15 10 25 20
       Input: ? ? 10 20
      Output: 30 -20 10 20

      North Height South VerticalCenter Baseline
       Input: 20 10 ? ? ?
      Output: 20 10 30 25 19
      ----------System.err:(40/2886)----------
      java.lang.reflect.InvocationTargetException
      at java.desktop/java.awt.EventQueue.invokeAndWait(EventQueue.java:1367)
      at java.desktop/java.awt.EventQueue.invokeAndWait(EventQueue.java:1342)
      at java.desktop/javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1480)
      at bug4726194.main(bug4726194.java:45)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.base/java.lang.reflect.Method.invoke(Method.java:564)
      at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:229)
      at java.base/java.lang.Thread.run(Thread.java:841)
      Caused by: java.lang.RuntimeException: BASELINE is not in the range: [NORTH, SOUTH]!!!
      at bug4726194.test(bug4726194.java:125)
      at bug4726194$1.run(bug4726194.java:52)
      at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:303)
      at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
      at java.desktop/java.awt.EventQueue.access$600(EventQueue.java:97)
      at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
      at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
      at java.base/java.security.AccessController.doPrivileged(Native Method)
      at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
      at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
      at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
      at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
      at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
      at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
      at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
      at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
      java.lang.RuntimeException: FAILED: SwingUtilities.invokeAndWait method failed!
      at bug4726194.main(bug4726194.java:58)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.base/java.lang.reflect.Method.invoke(Method.java:564)
      at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:229)
      at java.base/java.lang.Thread.run(Thread.java:841)

      JavaTest Message: Test threw exception: java.lang.RuntimeException
      JavaTest Message: shutting down test

            psadhukhan Prasanta Sadhukhan
            serb Sergey Bylokhov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: