Skip to content

Conversation

@iloveeclipse
Copy link
Member

Just a guess the failure could be somehow related to redirect from https://www.eclipse.org/swt to https://eclipse.dev/eclipse/swt/.

See #2804

@github-actions
Copy link
Contributor

github-actions bot commented Nov 24, 2025

Test Results

  111 files   -  7    111 suites   - 7   16m 25s ⏱️ +10s
4 597 tests  - 56  4 581 ✅  - 55  15 💤  - 2  0 ❌ ±0  1 🔥 +1 
  282 runs   - 56    281 ✅  - 53   1 💤  - 3  0 ❌ ±0 

For more details on these errors, see this check.

Results for commit f044cd4. ± Comparison against base commit a0d6ffc.

This pull request removes 56 tests.
AllWin32Tests ImageWin32Tests ‑ testDisposeDrawnImageBeforeRequestingTargetForOtherZoom
AllWin32Tests ImageWin32Tests ‑ testDrawImageAtDifferentZooms(boolean)[1] true
AllWin32Tests ImageWin32Tests ‑ testDrawImageAtDifferentZooms(boolean)[2] false
AllWin32Tests ImageWin32Tests ‑ testImageDataForDifferentFractionalZoomsShouldBeDifferent
AllWin32Tests ImageWin32Tests ‑ testImageShouldHaveDimesionAsPerZoomLevel
AllWin32Tests ImageWin32Tests ‑ testRetrieveImageDataAtDifferentZooms(boolean)[1] true
AllWin32Tests ImageWin32Tests ‑ testRetrieveImageDataAtDifferentZooms(boolean)[2] false
AllWin32Tests ImageWin32Tests ‑ test_getImageData_fromCopiedImage
AllWin32Tests ImageWin32Tests ‑ test_getImageData_fromImageForImageDataFromImage
AllWin32Tests TestTreeColumn ‑ test_ColumnOrder
…
This pull request skips 1 test.
org.eclipse.swt.tests.junit.Test_org_eclipse_swt_browser_Browser_IE ‑ test_setUrl_remote_with_post

♻️ This comment has been updated with latest results.

@akurtakov
Copy link
Member

As a start you might want to print the content or change the assertFalse(res.isEmpty()) to assertEquals("", res) so the actual value is seen.
Changing the URL doesn't seem to make a deifferent so my feeling is that this is related to some internal webkit change.

Just a guess the failure could be somehow related to redirect from
https://www.eclipse.org/swt to https://eclipse.dev/eclipse/swt/.

See eclipse-platform#2804
@iloveeclipse
Copy link
Member Author

so my feeling is that this is related to some internal webkit change.

Are you able to run this test on latest webkit? Our RHEL 9.6 version is surely very old webkit2gtk3-2.48.1-1.el9_5.x86_64.

@akurtakov
Copy link
Member

I can't reproduce the problem locally on webkitgtk-2.50.2-1.fc43

@akurtakov
Copy link
Member

One thing worth considering here is that version 2.50 no longer links against libsoup but rather libsoup3 and it might actually be a change in libsoup . https://webkitgtk.org/2025/10/07/webkitgtk-soup2-deprecation.html indicates that for now only some distros dropped libsoup (2.x) support but starting with current indevelopment version of webkit (2.52) only libsoup3 is supported. This library is what handles the cookie stuff IIRC.

@akurtakov
Copy link
Member

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 this pull request may close these issues.

2 participants