Skip to content

[Test] [Windows] test_LocationListener_ProgressListener_cancledLoad is flaky #1991

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

Open
fedejeanne opened this issue Apr 4, 2025 · 1 comment

Comments

@fedejeanne
Copy link
Contributor

Describe the bug
The test org.eclipse.swt.tests.junit.Test_org_eclipse_swt_browser_Browser.test_LocationListener_ProgressListener_cancledLoad() fails intermittently in GH actions (probably also in CI builds)

Unexpected event fired. 
LocationChanging (should be true): true
LocationChanged unexpectedly (should be false): true
ProgressChanged unexpectedly (should be false): true

	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_browser_Browser.test_LocationListener_ProgressListener_cancledLoad(Test_org_eclipse_swt_browser_Browser.java:727)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)

Environment:

  1. Select the platform(s) on which the behavior is seen:
    • All OS
    • Windows
    • Linux
    • macOS
@fedejeanne
Copy link
Contributor Author

Might have the same root cause as #1843

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant