On Fri, 12 Jan 2024 20:21:52 GMT, Harshitha Onkar <hon...@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