On Wed, 21 Dec 2022 21:48:24 GMT, Harshitha Onkar <hon...@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