Skip to content

Commit 3d78187

Browse files
committed
Re-enable Display.post tests
These tests have been disabled overtime because making sure they pass consistently on Jenkins is difficult (See [407862](https://bugs.eclipse.org/bugs/show_bug.cgi?id=407862) and [553754](https://bugs.eclipse.org/bugs/show_bug.cgi?id=553754)) With GitHub actions these problems seem to be less of an issue, so we should enable these tests again, at least on GHA. This first commit is a test to see if they pass on GHA consistently, if so adding a new check so that tests can be skipped on Jenkins releng infra can be added. Part of #2571
1 parent 749ed1a commit 3d78187

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Display.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,14 +1065,6 @@ public void test_mapLorg_eclipse_swt_widgets_ControlLorg_eclipse_swt_widgets_Con
10651065

10661066
@Test
10671067
public void test_postLorg_eclipse_swt_widgets_Event() {
1068-
if (SwtTestUtil.isGTK || SwtTestUtil.isCocoa || SwtTestUtil.isWindows ) {
1069-
//TODO Fix/revisit GTK, Cocoa and Win10 failure test-case via bug 553754
1070-
if (SwtTestUtil.verbose) {
1071-
System.out.println("Excluded test_postLorg_eclipse_swt_widgets_Event(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Display)");
1072-
}
1073-
return;
1074-
}
1075-
10761068
final int KEYCODE = SWT.SHIFT;
10771069

10781070
Display display = new Display();

0 commit comments

Comments
 (0)