On Mon, 19 Jul 2021 04:46:59 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> This test fails to follow the test instruction which says ""On Top" print > dialogs should stay behind the "Owner Window" > but it seems to be the behaviour right from jdk11b18 where DialogOwner class > and this test was inducted via JDK-8203796 not only in mac but in windows too > ie, > "On Top" print dialogs should stay behind the "Owner Window" as per > instruction but is not. > On Top print dialogs actually stay above the "owner window" > > I guess there is some ambiguity in test instruction or clarity in > understanding test instructions is not there > because Test instructions says "For On Top tests all windows should stay > *behind* the owner window." > but "Owner Window" instruction says "For tests that are 'Owned' or 'On Top' > the dialog must always stay *above* this window. " > > Rectified the test instruction to be same as owner window instruction This pull request has now been integrated. Changeset: 9131a8f5 Author: Prasanta Sadhukhan <psadhuk...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/9131a8f5f241b04c28a875fddb7a060cc9a3c252 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8267940: [macos] java/awt/print/Dialog/DialogOwnerTest.java fails Reviewed-by: azvegint, prr ------------- PR: https://git.openjdk.java.net/jdk/pull/4823