Re: RFR: 8159451: [TEST_BUG] java/awt/Mixing/AWT_Mixing/JMenuBarOverlapping.java [v2]

2021-11-01 Thread Alisen Chung
On Fri, 29 Oct 2021 21:29:44 GMT, Phil Race wrote: >> Alisen Chung has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - reformat pixel check >> - removed debugging statement > > test/jdk/java/awt/Mixing/AWT_Mixing/OverlappingTestBase.java

Re: RFR: 8159451: [TEST_BUG] java/awt/Mixing/AWT_Mixing/JMenuBarOverlapping.java [v2]

2021-11-01 Thread Alisen Chung
> Added more time to test, removed pixel check during EmbeddedFrame test from > OverlappingTestBase. Alisen Chung has updated the pull request incrementally with two additional commits since the last revision: - reformat pixel check - removed debugging statement - Changes: - a

Re: RFR: 8159451: [TEST_BUG] java/awt/Mixing/AWT_Mixing/JMenuBarOverlapping.java

2021-10-29 Thread Phil Race
On Fri, 29 Oct 2021 19:54:47 GMT, Alisen Chung wrote: > Added more time to test, removed pixel check during EmbeddedFrame test from > OverlappingTestBase. The bug says This test just need more time to go. Provided JDK-8158801 is fixed. but that bug isn't fixed .. test/jdk/java/awt/Mixing/AW

RFR: 8159451: [TEST_BUG] java/awt/Mixing/AWT_Mixing/JMenuBarOverlapping.java

2021-10-29 Thread Alisen Chung
Added more time to test, removed pixel check during EmbeddedFrame test from OverlappingTestBase. - Commit messages: - removed from ProblemList - 8159451: [TEST_BUG] java/awt/Mixing/AWT_Mixing/JMenuBarOverlapping.java Changes: https://git.openjdk.java.net/jdk/pull/6177/files Webre