RFR: 8316627: JViewport Test headless failure
Phil Race
prr at openjdk.org
Wed Sep 20 21:31:38 UTC 2023
On Wed, 20 Sep 2023 21:12:55 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:
> Converted test needs headful tag added to avoid failures.
How did this get through ? Was it not tested before pushing ?
And if a test needs "Robot" it surely expects a headful envt ?
In fact I am going to say that the problem here is using Robot at all.
You don't need to add headful, you just need to get rid of Robot which is just being used to do unnecessary Thread.sleep() calls.
-------------
Changes requested by prr (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/15847#pullrequestreview-1636539616
More information about the client-libs-dev
mailing list