Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] SWT Test case failure on Win32? (test_setCursorLocationLorg_eclipse_swt_graphics_Point)

Hello,

Compared to yesterday, today a Win32 test case is failing:
test_setCursorLocationLorg_eclipse_swt_graphics_Point
...
expected:<Point {100, 50}> but was:<Point {760, 3}>

java.lang.AssertionError: expected:<Point {100, 50}> but was:<Point {760, 3}>
at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Display.test_setCursorLocationLorg_eclipse_swt_graphics_Point(Test_org_eclipse_swt_widgets_Display.java:1184)
at org.eclipse.swt.tests.junit.LoggingSuite.runChild(LoggingSuite.java:64)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:744)

....

I don't have a Win32 setup for bisecting, but if some Win32 person could investigate...


Today's failing logs:
http://download.eclipse.org/eclipse/downloads/drops4/N20161017-2000/testResults.php

Yesterday's working logs:
http://download.eclipse.org/eclipse/downloads/drops4/N20161016-2000/testResults.php


If of use, here is a list of recent Gerrit changes: (I didn't see anything suspicious.?)
Inline image 1

Thank you.

---
Leo Ufimtsev | Software Engineer @ Red Hat
Email: Leonidas@xxxxxxxxxx
Phone: +1 647-467-3353
IRC:  freenode # swt 
Twitter: @LeoUfimtsev

Back to the top