On Thu, 8 Sep 2022 10:54:48 GMT, Tejesh R <[email protected]> wrote: >> The fix handles Windows and linux platforms, since FilePane.class is >> involved on mode selection. In Mac its doesn't come thought this path, I >> guess it handles some other way. The issue doesn't occur on key press also >> (All platforms), since the path of setting selected files are different for >> each scenario. > > I guess the dialogue is not not been removed when exception is thrown. Will > take a look into it.
If the product fix that is being done will touch only Linux and Windows(And in Mac it looks like it not exiting properly), we can make this regression test to run only on Linux and Windows using jtreg tag: @requires (os.family == "windows" | os.family == "linux") ------------- PR: https://git.openjdk.org/jdk/pull/9996
