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

Monocle input test fails and then hangs on Windows and Mac

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 8u20
    • 8u20
    • javafx
    • None

      To reproduce this error run the following on Windows 7:

      gradle -PFULL_TEST=true :systemTests:test

      The following will cause a tests failure and then a hang on our nightly unit test runs:

      com.sun.glass.ui.monocle.input.MultiTouch2Test > pressTwoFingersReleaseOne[0] STANDARD_OUT

          TestTouchDevice: addPoint 0, 160, 100

          TestTouchDevice: addPoint 1, 256, 160

          TestTouchDevice: sync

          Touch pressed: 160, 100

          TouchPoint(1): PRESSED 160, 100 id=1

          TouchPoint(2): PRESSED 256, 160 id=2

          Touch pressed: 256, 160

          TouchPoint(1): PRESSED 160, 100 id=1

          TouchPoint(2): PRESSED 256, 160 id=2

          Mouse moved: 160, 100

          Mouse pressed: 160, 100


      com.sun.glass.ui.monocle.input.MultiTouch2Test > pressTwoFingersReleaseOne[0] FAILED

          junit.framework.AssertionFailedError: Timed out after 3000ms waiting for 'TouchPoint: PRESSED 160, 100'

              at com.sun.glass.ui.monocle.input.TestLog.waitForLog(TestLog.java:188)

              at com.sun.glass.ui.monocle.input.TestLog.waitForLogContaining(TestLog.java:214)

              at com.sun.glass.ui.monocle.input.MultiTouch2Test.pressTwoFingersReleaseOne(MultiTouch2Test.java:97)

      com.sun.glass.ui.monocle.input.MultiTouch2Test > twoFingerTap[0] STANDARD_ERROR

          Failed com.sun.glass.ui.monocle.input.MultiTouch2Test.pressTwoFingersReleaseOne[EGalaxMultiTouchDevice1]

      com.sun.glass.ui.monocle.input.MultiTouch2Test > twoFingerTap[0] STANDARD_OUT

          TestTouchDevice: addPoint 2, 640, 400

          TestTouchDevice: addPoint 3, 960, 600

          TestTouchDevice: sync

            ratayar Rafi Tayar (Inactive)
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: