-
Notifications
You must be signed in to change notification settings - Fork 146
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
org.eclipse.swt.tests.junit.Test_org_eclipse_swt_browser_Browser.test_TabTraversalOutOfBrowser fails intermittently, both on IE and on Edge #1656
Comments
Browser tests are still executed with IE, not with Edge, see: So the failure occurs with IE. This can also be seen in the used flag |
@jukzi just for the record, this is a regression in a test and not in productive code. In productive code I tested the snippet provided in #1640 (comment) and it worked, both for IE and for Edge. |
Thanks for clarification. I also put labels regression+test on tests that started to fail. |
I think the I don't think there is any other way to simulate an event that is supposed to originate from within the browser. Maybe we'd need to remove the test again. |
It failed again in yesterday's I-BUILD: https://download.eclipse.org/eclipse/downloads/drops4/I20241217-1800/testresults/html/org.eclipse.swt.tests_ep435I-unit-win32-x86_64-java21_win32.win32.x86_64_21.html @sratz do you think it's worth leaving it active? |
Probably not, I guess this kind of |
The test fails locally and it can fail with both browsers on Windows.
I ran the test using the parameterized version of the test class
org.eclipse.swt.tests.junit.Test_org_eclipse_swt_browser_Browser
that can be found in #672 (I disabled all other tests in the class to speed up the testing), I swapped the parameters around and also enabled/disabled them, just for fun, and this is what I saw:Note:
[browser flags: 0]
means Edge and[browser flags: 524,288]
means IEThe only combination that I couldn't get was: First Edge then IE and both failing... but I can't say that one won't fail either.
The text was updated successfully, but these errors were encountered: