[OpenJDK 2D-Dev] RFR: 8267940: [macos] java/awt/print/Dialog/DialogOwnerTest.java fails [v2]

Phil Race prr at openjdk.java.net
Wed Jul 21 22:25:52 UTC 2021


On Wed, 21 Jul 2021 04:19:03 GMT, Prasanta Sadhukhan <psadhukhan at 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
>
> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix instruction

Marked as reviewed by prr (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/4823


More information about the 2d-dev mailing list