RFR: JDK-8299052: ViewportOverlapping test fails intermittently on Win10 & Win11 [v2]

Alexey Ivanov aivanov at openjdk.org
Thu Dec 22 22:27:48 UTC 2022


On Wed, 21 Dec 2022 21:48:24 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:

>> *Headful* tests are not supposed concurrently: they display UI and often use Robot to send input events to the UI. Running such tests concurrently leads to obscure failures. In our CI system, `JTREG_JOBS=1` is passed to `make` when running headful tests.
>> 
>> There's a set of *headless* tests which can be run concurrently. Such tests will be affected if they're run concurrently.
>
> @aivanov-jdk If it affects the run time of certain group of tests then it is better not to add it to `exclusiveAccess.dirs` and explicitly specify the `JTREG_JOBS=1` instead as both produce same results?

As discussed, *headless* suite is affected. Therefore neither `java/awt` nor `javax/swing` should be added to `exclusiveAccess.dirs`.

-------------

PR: https://git.openjdk.org/jdk/pull/11747


More information about the core-libs-dev mailing list