Skip to content

Use CloseTestWindowsExtension in GoBackForwardsTest#3934

Merged
vogella merged 1 commit intoeclipse-platform:masterfrom
vogella:goback-forwards-test-extension
Apr 24, 2026
Merged

Use CloseTestWindowsExtension in GoBackForwardsTest#3934
vogella merged 1 commit intoeclipse-platform:masterfrom
vogella:goback-forwards-test-extension

Conversation

@vogella
Copy link
Copy Markdown
Contributor

@vogella vogella commented Apr 24, 2026

Replace the hand-rolled window listener and shell-leak check in GoBackForwardsTest with the existing JUnit 5 CloseTestWindowsExtension, removing about 70 lines of duplicated harness code. Behavior is unchanged: the extension performs the same window tracking and leaked-shell assertion that the test had inlined.

Fixes #3536

Replace hand-rolled window listener and shell-leak detection with the
existing JUnit 5 CloseTestWindowsExtension.

Fixes eclipse-platform#3536
@github-actions
Copy link
Copy Markdown
Contributor

Test Results

   852 files  ±0     852 suites  ±0   52m 44s ⏱️ + 1m 54s
 7 913 tests ±0   7 670 ✅ +1  243 💤 ±0  0 ❌  - 1 
20 241 runs  ±0  19 586 ✅ +1  655 💤 ±0  0 ❌  - 1 

Results for commit 9a1c953. ± Comparison against base commit b2f2d9b.

@vogella vogella merged commit 866d260 into eclipse-platform:master Apr 24, 2026
18 checks passed
@vogella vogella deleted the goback-forwards-test-extension branch April 24, 2026 12:06
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.

GoBackForwardsTest could use JUnit5 rule

1 participant