RFR: JDK-8222323: ChildAlwaysOnTopTest.java fails with "RuntimeException: Failed to unset alwaysOnTop" [v5]
Alexander Zuev
kizune at openjdk.java.net
Thu May 5 20:13:41 UTC 2022
On Thu, 5 May 2022 18:31:01 GMT, Harshitha Onkar <duke at openjdk.java.net> wrote:
>> This test case tests the functionality of `setAlwaysOnTop`.
>> Documentation on `setAlwaysOnTop`: [Link](https://docs.oracle.com/en/java/javase/17/docs/api/java.desktop/java/awt/Window.html#setAlwaysOnTop(boolean))
>>
>> The following test case was seen to fail on windows and linux platforms. With the proposed fix, the test case works on all platforms.
>>
>> The test case tests `alwaysOnTop` for the following three cases:
>>
>> 1. JDialog with no parent/owner
>> 2. JDialog with JFrame as owner
>> 3. JDialog with another JDialog as owner
>>
>> Each of the three cases mentioned above is tested under 3 scenarios:
>> 
>
> Harshitha Onkar has updated the pull request incrementally with one additional commit since the last revision:
>
> removed commented line
Marked as reviewed by kizune (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/8509
More information about the client-libs-dev
mailing list