RFR: JDK-8320113: [macos14] : ShapeNotSetSometimes.java fails intermittently on macOS 14 [v2]
Andrey Turbanov
aturbanov at openjdk.org
Mon Jan 15 08:00:21 UTC 2024
On Fri, 12 Jan 2024 20:21:52 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:
>> ShapeNotSetSometimes.java fails intermittently on macOS 14. Following is a test stabilization fix for macOS 14. With the added delays ShapeNotSetSometimes.java passes on older versions of macOS as well as on macOS 14.1, 14.2.
>
> Harshitha Onkar has updated the pull request incrementally with one additional commit since the last revision:
>
> test stabilization fix
test/jdk/java/awt/Frame/ShapeNotSetSometimes/ShapeNotSetSometimes.java line 128:
> 126: robot = new Robot();
> 127:
> 128: for(int i = 1; i <= 50; i++) {
Suggestion:
for (int i = 1; i <= 50; i++) {
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17180#discussion_r1452027437
More information about the client-libs-dev
mailing list