RFR: 8288471: java/awt/ScrollPane/bug8077409Test.java is unstable and fails intermittently in CI [v2]
Manukumar V S
mvs at openjdk.org
Fri Apr 11 05:34:16 UTC 2025
On Fri, 11 Apr 2025 04:11:48 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> Manukumar V S has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Review comments fixed : Formatting changes
>
> test/jdk/java/awt/ScrollPane/bug8077409Test.java line 130:
>
>> 128: robot.delay(300);
>> 129: if (y != obj.pane.getComponent(0).getLocation().y) {
>> 130: throw new RuntimeException("Wrong position of component in ScrollPane");
>
> Looks like the code uses a non-standard two-space indentation.
Changed the code indentation
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24292#discussion_r2038823377
More information about the client-libs-dev
mailing list