RFR: JDK-8222323: ChildAlwaysOnTopTest.java fails with "RuntimeException: Failed to unset alwaysOnTop" [v2]

Harshitha Onkar duke at openjdk.java.net
Wed May 4 22:39:12 UTC 2022


On Wed, 4 May 2022 18:15:10 GMT, Harshitha Onkar <duke at openjdk.java.net> wrote:

>> I think that's a reasonable suggestion in general to bear in mind when writing tests.
>> I've seen tests which bail at the first failure and you wish you knew how the rest of it worked out ..
>> Like (say) a test that iterates over the 4 available L&Fs might be a case.
>
> @prrace Thank you for the inputs. Will make a note to add it for future similar test scenarios too.

Updated test case to continue testing all scenarios and to throw Exception at the end (in case test fails in any of the scenarios)

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

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



More information about the client-libs-dev mailing list