On Mon, 5 Jun 2023 03:13:01 GMT, Tejesh R <t...@openjdk.org> wrote: >> test/jdk/java/awt/Window/MultiscreenTransparencyTest.java line 43: >> >>> 41: * @bug 8006421 >>> 42: * @key headful >>> 43: * @requires (os.family == "linux") >> >> Does this have to be linux only? Can't this be a generic test? > > The fix is specifically for linux ( XWindowPeer).
Although the fix is only for linux, the test can be made generic I believe. I think it's preferred to have a test be generic if possible, but I'm OK with the test being linux only too. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/14246#discussion_r1218190132