-
Notifications
You must be signed in to change notification settings - Fork 152
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][windows] Seeing new Junit failure from 16th Feb build onwards #1843
Comments
This passing on |
This is passing on https://download.eclipse.org/eclipse/downloads/drops4/I20250223-1800/testResults.php So closing this issue as of now. |
Again seeing the above failure -> https://download.eclipse.org/eclipse/downloads/drops4/I20250224-1800/testresults/html/org.eclipse.swt.tests_ep435I-unit-win32-x86_64-java21_win32.win32.x86_64_21.html So opening this issue back. @here : does anyone has any idea on what can cause this failure? |
The failing test is a browser test: The failing line of code is this: Line 1181 in 9f60279
It indicates that the progress listener is called before the actual browser content has been set. |
Sorry i didnt understand it clearly. So do you mean it is expected failure? |
No, sorry for being imprecise here. I don't think this is an expected failure. I just wanted to clarify what happens (i.e., what kind of failure the the failing test expresses), but one would have to analyze whether "only" the test is not properly implemented or whther something is wrong with the progress handling in the Edge implementation. From the logs, we can at least see that it does not seem to be a timeout issue, as the failure occurs just one second after the test started (and timeout values are fairly higher):
|
Describe the bug
test_setTextContainingScript_applicationLayerProgressListenerMustSeeUpToDateDom test case is failing.
Expected behavior
This junit was passing in the previous builds, so did anything change recently regarding this?
Detailed error
Environment:
Additional info
Link to the doc -> https://download.eclipse.org/eclipse/downloads/drops4/I20250216-1800/testresults/html/org.eclipse.swt.tests_ep435I-unit-win32-x86_64-java21_win32.win32.x86_64_21.html
JRE/JDK version
Version since
Seeing this junit failing is failing since "I20250216-1800" and on "I20250217-0600"
Workaround (or) Additional context
Not aware of.
The text was updated successfully, but these errors were encountered: