On Thu, 1 Aug 2024 18:26:55 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:
> There jtreg tests have several additional problemlists > ProblemList-Xcomp.txt > ProblemList-generational-zgc.txt > ProblemList-zgc.txt > Each of them is bound to corresponding execution mode (Xcomp/ZGC) and it > makes sense to treat them like standard problemlist when tests are executed > with -Xcomp or ZGC enabled. > Currently, it is needed to set them manually and it is often forgotten. So > engineers waste time analyzing known failures. > > Additionally, the **default** timeoutFactor is increased when Xcomp is > enabled because of slowness of this mode. > > The jtreg allows to add the same problemlist twice so it is not needed to > update any execution system that set problemlists. > > Later it might makes sens to set 'JTREG_ALL_OPTIONS' by asking java about > actually set mode. So it is possible to adjust options for > fastdebug/slowdebug/product modes and/or different options that are set > during compilation (saying different default GC). This pull request has now been integrated. Changeset: 5e021cbc Author: Leonid Mesnik <lmes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/5e021cbcc7a6cb30a27380950e115ff12846239c Stats: 33 lines in 1 file changed: 30 ins; 2 del; 1 mod 8337410: The makefiles should set problemlist and adjust timeout basing on the given VM flags Reviewed-by: ihse ------------- PR: https://git.openjdk.org/jdk/pull/20430