On Fri, 28 Mar 2025 11:09:03 GMT, Manukumar V S <m...@openjdk.org> wrote:
> java/awt/ScrollPane/bug8077409Test.java is unstable and fails intermittently > in CI, especially in MacOS machines. > Also the frame created in this test is not disposed which may interfere with > other tests. > > Fix: > Some stabilisations added and the frame is disposed properly. > > Testing: > Tested 100 times per > platform(macosx-x64,macosx-aarch64,windows-x64,linux-x64) and got all PASS. > I have also tested this on Windows-x64 with JDK 8u60b04 and JDK 8u60b20 as > the original issue related to this test(JDK-8077409) was fixed in JDK 8u60b20. > With JDK 8u60b04: > Exception in thread "main" java.lang.RuntimeException: Wrong position of > component in ScrollPane > at bug8077409Test.main(bug8077409Test.java:142) > > With JDK 8u60b20: > Passed..... This pull request has now been integrated. Changeset: e09d2e27 Author: Manukumar V S <m...@openjdk.org> Committer: Sergey Bylokhov <s...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/e09d2e275bc646201a8da39bd4b977d3fda97954 Stats: 98 lines in 1 file changed: 23 ins; 40 del; 35 mod 8288471: java/awt/ScrollPane/bug8077409Test.java is unstable and fails intermittently in CI Reviewed-by: abhiscxk, serb ------------- PR: https://git.openjdk.org/jdk/pull/24292