On Wed, 20 Apr 2022 04:13:09 GMT, Phil Race <p...@openjdk.org> wrote:
> As discussed in https://bugs.openjdk.java.net/browse/JDK-8285094 it seems > that the test > java/awt/Frame/GetGraphicsStressTest/GetGraphicsStressTest.java destabilises > the Xserver. > This causes java/awt/Frame/InvisibleOwner/InvisibleOwner.java to fail and > even before that > other tests which do pass are not visibly behaving as expected. > > I didn't find any Xserver logs of "bad stuff" happening so it just seems like > the Xserver was > having trouble keeping up and JDK was behaving correctly as it could despite > the Xserver sending > lots of requests to repaint. > > Just the "sleep" at the end of GetGraphicsStressTest.java seems to be enough > but I'd already > reworked InvisibleOwner.java and I'd like to think it is a bit better than > before. This pull request has now been integrated. Changeset: 64d98ba1 Author: Phil Race <p...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/64d98ba1001a24b301e5d8bce247f556fdcd39b2 Stats: 137 lines in 2 files changed: 73 ins; 9 del; 55 mod 8285094: Test java/awt/Frame/InvisibleOwner/InvisibleOwner.java failing on Linux Reviewed-by: psadhukhan, serb ------------- PR: https://git.openjdk.java.net/jdk/pull/8312