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

java/awt/Frame/FrameLocation/FrameLocation.java fails with "The frame location is wrong!"

    XMLWordPrintable

Details

    • x86_64
    • linux

    Description

      The following test failed in the JDK21 CI:

      java/awt/Frame/FrameLocation/FrameLocation.java

      Here's a snippet from the log file:

      #section:main
      ----------messages:(7/266)----------
      command: main FrameLocation
      reason: User specified action: run main FrameLocation
      started: Wed Apr 12 03:28:43 UTC 2023
      Mode: othervm
      Additional options from @modules: --add-modules java.desktop
      finished: Wed Apr 12 03:29:01 UTC 2023
      elapsed time (seconds): 18.429
      ----------configuration:(3/40)----------
      Boot Layer
        add modules: java.desktop

      ----------System.out:(0/0)----------
      ----------System.err:(11/756)----------
      java.lang.RuntimeException: The frame location is wrong! Current: 250, 287; expected: 250, 250
      at FrameLocation.main(FrameLocation.java:56)
      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
      at java.base/java.lang.reflect.Method.invoke(Method.java:578)
      at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:125)
      at java.base/java.lang.Thread.run(Thread.java:1592)

      JavaTest Message: Test threw exception: java.lang.RuntimeException: The frame location is wrong! Current: 250, 287; expected: 250, 250
      JavaTest Message: shutting down test

      STATUS:Failed.`main' threw exception: java.lang.RuntimeException: The frame location is wrong! Current: 250, 287; expected: 250, 250
      ----------rerun:(44/5651)*----------

      Attachments

        Issue Links

          Activity

            People

              tr Tejesh R
              dcubed Daniel Daugherty
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated: