Skip to main content

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

Hi Leo,

This one is an intermittent test failure which does not reproduce locally, we don't know the actual reason for sure but the conjecture is that someone must have moved the cursor on the Windows test machine at about the same time the test was executing, causing it to fail. Nothing much to worry about I guess but thanks for bringing it up anyway :-)

Arun

Inactive hide details for Leo Ufimtsev ---18-10-2016 08:21:12 PM---Hello, Compared to yesterday, today a Win32 test case is faiLeo Ufimtsev ---18-10-2016 08:21:12 PM---Hello, Compared to yesterday, today a Win32 test case is failing:

From: Leo Ufimtsev <lufimtse@xxxxxxxxxx>
To: "Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
Date: 18-10-16 08:21 PM
Subject: [platform-swt-dev] SWT Test case failure on Win32? (test_setCursorLocationLorg_eclipse_swt_graphics_Point)
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx





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
Blog: https://coffeeorientedprogramming.com/
Chat: https://mattermost.eclipse.org/eclipse/channels/platform-swt  -> LeoUfimtsev
IRC:  freenode # swt 
Twitter: @LeoUfimtsev_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top