RFR: 8285094: Test java/awt/Frame/InvisibleOwner/InvisibleOwner.java failing on Linux [v2]
Sergey Bylokhov
serb at openjdk.java.net
Thu Apr 28 23:31:47 UTC 2022
On Thu, 21 Apr 2022 15:23:31 GMT, Phil Race <prr at 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.
>
> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>
> 8285094
Marked as reviewed by serb (Reviewer).
test/jdk/java/awt/Frame/GetGraphicsStressTest/GetGraphicsStressTest.java line 30:
> 28: /**
> 29: * @test
> 30: * @bug 8235638 8235739 8285094
It is not necessary to add bugid here, since this list is useful to verify the old bugs if the test will be reworked later.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8312
More information about the client-libs-dev
mailing list