Skip to content

Conversation

arunjose696
Copy link
Contributor

The reasoning to add readAndDispatch() in test_drawImage_nonAutoScalableGC_bug_2504 is to consider the case when e.gc.drawImage()'s draw request to the OS, might not have completed by the time gcCopy.copyArea() was called. Using readAndDispatch() is to ensure all OS events are processed, so there’s no pending work left.

The reasoning to add readAndDispatch() is to consider the case when e.gc.drawImage()'s draw request to the OS, might not have completed by the time gcCopy.copyArea() was called. Using readAndDispatch() is to ensure all OS events are processed, so there’s no pending work left.
Copy link
Contributor

Test Results

  118 files  ±0    118 suites  ±0   10m 49s ⏱️ - 2m 51s
4 581 tests ±0  4 559 ✅  - 1  17 💤 ±0  5 ❌ +1 
  330 runs  ±0    321 ✅  - 1   4 💤 ±0  5 ❌ +1 

For more details on these failures, see this check.

Results for commit c20f104. ± Comparison against base commit 60de8f9.

@iloveeclipse
Copy link
Member

Windows test failures are known and unrelated, see #2516

@iloveeclipse iloveeclipse merged commit ff6bf58 into eclipse-platform:master Sep 29, 2025
15 of 17 checks passed
@iloveeclipse
Copy link
Member

Thanks!

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.

Test_org_eclipse_swt_graphics_GC.test_drawImage_nonAutoScalableGC_bug_2504 fails since I20250926-0030 on Linux
2 participants