-
Bug
-
Resolution: Fixed
-
P2
-
8u20
-
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
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
- relates to
-
JDK-8095512 Create new (unit) input tests to check the fix for RT-36487
- Resolved
-
JDK-8088913 Monocle input test harness hangs if there is a test failure
- Open