RFR: 8158801: [TEST_BUG] Mixing tests fail because of focus workaround trick [v13]
Khalid Boulanouare
duke at openjdk.org
Mon Aug 4 09:24:52 UTC 2025
> Many Mixing tests failed because the work around click lands on the minimizing area in the window control and causes the tests to fail.
>
> This fix changes the width of base frames which allows most of tests to pass.
Khalid Boulanouare has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 22 additional commits since the last revision:
- Merge branch 'openjdk:master' into jdk-8158801
- Removes not needed component frace ancestor.
- Problem unlists passed tests
- Uses frame requestFocus instead of robot clicks for focus
- Removes extra Robot waitForIdle
- Merge branch 'openjdk:master' into jdk-8158801
- Restores copyright year for tests not updated
- Removes some tests from problem list
- Uses request frame focus instead of Robot clicks to request frame focus
- Revert "Changes Frame width to 300, uses protected constants for all base tests frame sizes"
This reverts commit b6558c79a129837c3d8d92cdc99d9417e630126d.
- ... and 12 more: https://git.openjdk.org/jdk/compare/e38e8946...3cae7357
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/25971/files
- new: https://git.openjdk.org/jdk/pull/25971/files/b558508f..3cae7357
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=25971&range=12
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=25971&range=11-12
Stats: 19936 lines in 513 files changed: 10362 ins; 7997 del; 1577 mod
Patch: https://git.openjdk.org/jdk/pull/25971.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/25971/head:pull/25971
PR: https://git.openjdk.org/jdk/pull/25971
More information about the client-libs-dev
mailing list