On Thu, 29 Oct 2020 18:42:58 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
> 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. This pull request has now been integrated. Changeset: 2e99e28f Author: Sergey Bylokhov <s...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/2e99e28f Stats: 45 lines in 2 files changed: 23 ins; 11 del; 11 mod 8213126: java/awt/Window/MainKeyWindow/TestMainKeyWindow.java time-out on mac10.13 Reviewed-by: psadhukhan ------------- PR: https://git.openjdk.java.net/jdk/pull/941