Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_traverseCheckButton fails on Linux. #27

Closed
iloveeclipse opened this issue Apr 6, 2022 · 4 comments
Closed

test_traverseCheckButton fails on Linux. #27

iloveeclipse opened this issue Apr 6, 2022 · 4 comments
Assignees
Labels
junit JUnit test failure Linux/GTK Happens on Linux

Comments

@iloveeclipse
Copy link
Member

iloveeclipse commented Apr 6, 2022

This test fails on Linux, it is a regression from #24.
https://download.eclipse.org/eclipse/downloads/drops4/I20220406-0600/testresults/html/org.eclipse.swt.tests_ep424I-unit-cen64-gtk3-java11_linux.gtk.x86_64_11.html

Test_org_eclipse_swt_widgets_Button | test_traverseCheckButton | Failure | N/A
java.lang.AssertionErrorat org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertTrue(Assert.java:53)
at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Button.test_traverseCheckButton(Test_org_eclipse_swt_widgets_Button.java:448)

Originally posted by @iloveeclipse in #24 (comment)

@iloveeclipse
Copy link
Member Author

The test fails now on SWT jenkins too (now the new SWT code is used), see for example https://ci.eclipse.org/platform/job/eclipse.platform.swt/job/PR-28/1/

It is also stable fail locally on Linux.

@rolfth
Copy link
Contributor

rolfth commented Apr 7, 2022

Probably a focus issue, but cannot investigate with high prio. Please disable the test for Linux, as it is disabled for Mac, will take a look later.

iloveeclipse added a commit to iloveeclipse/eclipse.platform.swt that referenced this issue Apr 7, 2022
Disabling new test on Linux for now.

Fixes issue
eclipse-platform#27
@iloveeclipse
Copy link
Member Author

OK.

@akurtakov
Copy link
Member

This one is long done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
junit JUnit test failure Linux/GTK Happens on Linux
Projects
None yet
Development

No branches or pull requests

4 participants