Skip to content

ShellDragSupportTest::handleMouseMove test failure in Windows #770

@gnl42

Description

@gnl42

Seeing this error in Windows 11 for the current main:

Argument(s) are different! Wanted:
shell.setLocation(
    106,
    160
);
-> at org.eclipse.swt.widgets.Shell.setLocation(Shell.java:1583)
Actual invocations have different arguments at positions [0, 1]:
shell.setLocation(
    100,
    150
);
-> at org.eclipse.mylyn.commons.ui.ShellDragSupportTest.setUp(ShellDragSupportTest.java:42)
shell.setLocation(
    Point {100, 150}
);
...

ShellDragSupportTest.handleMouseMove-stackTrace.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions