On Tue, 24 May 2022 05:29:43 GMT, Tejesh R <d...@openjdk.java.net> wrote:
>> Just an idea for discussion: I remember that we added some support for the >> manual tests, kind of framework or something. Probably it will be useful to >> reuse when we add "new" tests? >> https://bugs.openjdk.java.net/browse/JDK-8283803 > >> Just an idea for discussion: I remember that we added some support for the >> manual tests, kind of framework or something. Probably it will be useful to >> reuse when we add "new" tests? >> https://bugs.openjdk.java.net/browse/JDK-8283803 > > Means you are suggesting to use the passfailFrame? @TejeshR13 As mentioned by @aivanov-jdk, @mrserb [PassFailJFrame Framework](https://github.com/openjdk/jdk/blob/45180633d34b6cbb679bae0753d9f422e76d6297/test/jdk/java/awt/regtesthelpers/PassFailJFrame.java#L47), allows you to create the required UI for manual tests and automatically handles the disposal of any test resources. ------------- PR: https://git.openjdk.java.net/jdk/pull/8721