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 I found out from our offline discussion that it failed only on Linux and not on other platforms. Since it's **very** intermittent failure, and the test hasn't been on the problem list [since April](https://bugs.openjdk.org/browse/JDK-8144030), and there have been no reported incidents on Linux since then, I think we should not hide such failures behind additional attempts until we find out the cause. I suggest adding some additional debugging information, such as saving a screenshot of what actually happened before the exception was thrown. ------------- PR Comment: https://git.openjdk.org/jdk/pull/17180#issuecomment-1899059781