On Wed, 18 Jan 2023 10:10:33 GMT, Tejesh R <[email protected]> wrote: > > The test fails for me on macOS: > > ``` > > Caused by: java.lang.RuntimeException: Approve button tooptip is null in > > FileChooser! > > at CustomApproveButtonTest.<init>(CustomApproveButtonTest.java:78) > > at CustomApproveButtonTest$1.run(CustomApproveButtonTest.java:48) > > ``` > > > > > > > > > > > > > > > > > > > > > > > > I merged master into your PR branch to get the fix for > > [JDK-8300084](https://bugs.openjdk.org/browse/JDK-8300084) and re-built JDK > > before running the test. > > In your local setup? The fallback tooltip for approve button is null for aqua, we have to skip checking tooltip for aqua?
------------- PR: https://git.openjdk.org/jdk/pull/11901
