<AWT Dev> RFR: 8213126: java/awt/Window/MainKeyWindow/TestMainKeyWindow.java time-out on mac10.13
Sergey Bylokhov
serb at openjdk.java.net
Thu Oct 29 23:24:57 UTC 2020
Initially, this bug was filed because the test was run via jtreg without passing '-nativepath' option(the make file pass this option automatically). So we could just de-problem list the test, but on the macOS Catalina the "System Preferences.app" was moved so the test cannot run it. As a fix, I suggest running the java app via a separate process instead of "System Preferences.app".
The test still fails before JDK-8194327, and passed after.
-------------
Commit messages:
- Initial fix
Changes: https://git.openjdk.java.net/jdk/pull/941/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=941&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8213126
Stats: 46 lines in 2 files changed: 24 ins; 11 del; 11 mod
Patch: https://git.openjdk.java.net/jdk/pull/941.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/941/head:pull/941
PR: https://git.openjdk.java.net/jdk/pull/941
More information about the awt-dev
mailing list