RFR: 8198626: java/awt/KeyboardFocusmanager/TypeAhead/TestDialogTypeAhead.html fails on mac

2021-10-18 Thread Pankaj Bansal
Test java/awt/KeyboardFocusmanager/TypeAhead/TestDialogTypeAhead.html fails on mac fails on Mac. The test fails on my local machine (macOS BigSur) always and on mach5 also. The test uses Robot for mouse clicks and there is no delay or autoDelay set on Robot. The fix adds set autoDelay on the ro

Re: RFR: 8192931: Regression test java/awt/font/TextLayout/CombiningPerf.java fails

2021-10-18 Thread Jayathirth D V
On Mon, 18 Oct 2021 23:06:34 GMT, Phil Race wrote: > As described in the bug evaluation, this test was only useful when it had > Lucida Sans as a font in the JDK and > the ICU layout engine. > > I don't think it can be made reliable any more given unknown fonts and the > difference in the lay

Integrated: 8255898: Test java/awt/FileDialog/FilenameFilterTest/FilenameFilterTest.java fails on Mac OS

2021-10-18 Thread Jayathirth D V
On Mon, 18 Oct 2021 12:58:20 GMT, Jayathirth D V wrote: > Root cause for this test failure in our CI systems was macOS regression in > specific version of Catalina. > This issue is fixed in macOS 10.12 Catalina Beta7 (19A546d) and it is no > longer failing after multiple individual test runs as

Re: RFR: 8255898: Test java/awt/FileDialog/FilenameFilterTest/FilenameFilterTest.java fails on Mac OS

2021-10-18 Thread Sergey Bylokhov
On Mon, 18 Oct 2021 12:58:20 GMT, Jayathirth D V wrote: > Root cause for this test failure in our CI systems was macOS regression in > specific version of Catalina. > This issue is fixed in macOS 10.12 Catalina Beta7 (19A546d) and it is no > longer failing after multiple individual test runs as

Re: RFR: 8192931: Regression test java/awt/font/TextLayout/CombiningPerf.java fails

2021-10-18 Thread Sergey Bylokhov
On Mon, 18 Oct 2021 23:06:34 GMT, Phil Race wrote: > As described in the bug evaluation, this test was only useful when it had > Lucida Sans as a font in the JDK and > the ICU layout engine. > > I don't think it can be made reliable any more given unknown fonts and the > difference in the lay

RFR: 8192931: Regression test java/awt/font/TextLayout/CombiningPerf.java fails

2021-10-18 Thread Phil Race
As described in the bug evaluation, this test was only useful when it had Lucida Sans as a font in the JDK and the ICU layout engine. I don't think it can be made reliable any more given unknown fonts and the difference in the layput engine. So delete it. - Commit messages: - 81

Re: RFR: 8255898: Test java/awt/FileDialog/FilenameFilterTest/FilenameFilterTest.java fails on Mac OS

2021-10-18 Thread Phil Race
On Mon, 18 Oct 2021 12:58:20 GMT, Jayathirth D V wrote: > Root cause for this test failure in our CI systems was macOS regression in > specific version of Catalina. > This issue is fixed in macOS 10.12 Catalina Beta7 (19A546d) and it is no > longer failing after multiple individual test runs as

Re: RFR: 8255898: Test java/awt/FileDialog/FilenameFilterTest/FilenameFilterst.java fails on Mac OS

2021-10-18 Thread Jayathirth D V
On Mon, 18 Oct 2021 12:58:20 GMT, Jayathirth D V wrote: > Root cause for this test failure in our CI systems was macOS regression in > specific version of Catalina. > This issue is fixed in macOS 10.12 Catalina Beta7 (19A546d) and it is no > longer failing after multiple individual test runs as

RFR: 8255898: Test java/awt/FileDialog/FilenameFilterTest/FilenameFilterst.java fails on Mac OS

2021-10-18 Thread Jayathirth D V
Root cause for this test failure in our CI systems was macOS regression in specific version of Catalina. This issue is fixed in macOS 10.12 Catalina Beta7 (19A546d) and it is no longer failing after multiple individual test runs as well as multiple FileDialog jtreg test bunch run in our CI syste