RFR: JDK-8290469: Add new positioning options to PassFailJFrame test framework [v6]
Phil Race
prr at openjdk.org
Fri Aug 5 20:14:15 UTC 2022
On Fri, 5 Aug 2022 19:18:21 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> Harshitha Onkar has updated the pull request incrementally with one additional commit since the last revision:
>>
>> added null check in positionWindow
>
> test/jdk/java/awt/regtesthelpers/PassFailJFrame.java line 309:
>
>> 307: } catch (InterruptedException e) {
>> 308: e.printStackTrace();
>> 309: }
>
> Is it safe to call on EDT?
>
> If `positionTestWindow` is not to be called on EDT, should it be enforced?
The intention is that it can be called either way - on or off.
-------------
PR: https://git.openjdk.org/jdk/pull/9525
More information about the client-libs-dev
mailing list