RFR: JDK-8266245: AWT Test FullScreenInsets.java fails due to incorrect pixel color and wrong window bounds [v2]
Alexey Ivanov
aivanov at openjdk.org
Mon Jan 9 17:42:59 UTC 2023
On Mon, 9 Jan 2023 09:59:04 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
>> Harshitha Onkar has updated the pull request incrementally with one additional commit since the last revision:
>>
>> frame changed back to decorated and exclude on linux
>
> test/jdk/java/awt/FullScreen/FullScreenInsets/FullScreenInsets.java line 190:
>
>> 188: try {
>> 189: robot = new Robot();
>> 190: } catch(AWTException ae) {
>
> Suggestion:
>
> } catch (AWTException ae) {
There are a couple more lines where a space is missing on the left of a binary operator.
-------------
PR: https://git.openjdk.org/jdk/pull/11462
More information about the client-libs-dev
mailing list