Integrated: 7903883: --verify-exclude test existence and format checks are broken

Ludvig Janiuk lujaniuk at openjdk.org
Mon Dec 16 15:18:52 UTC 2024


On Wed, 13 Nov 2024 09:11:06 GMT, Ludvig Janiuk <lujaniuk at openjdk.org> wrote:

> The way this feature selected "the full set of tests" was actually getting "the set of tests to be run". But often, we run some subset through either specifying test files, folders, or groups. Our problemlist files will still have entries for other tests we were not running right now.
> 
> As a solution, --verify-exclude needs to compute the maximal set of tests that could be run for all test suites that any of the tests being run are a part of. I've implemented this by creating a dummy testmanager and passing no parameters to it.
> 
> Additionally, the regex for problemlist format had a typo.

This pull request has now been integrated.

Changeset: 9bc320a4
Author:    Ludvig Janiuk <lujaniuk at openjdk.org>
URL:       https://git.openjdk.org/jtreg/commit/9bc320a436236d140d13ac25a60e48b3821f9af1
Stats:     137 lines in 7 files changed: 119 ins; 1 del; 17 mod

7903883: --verify-exclude test existence and format checks are broken

Reviewed-by: cstein, jpai

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

PR: https://git.openjdk.org/jtreg/pull/236


More information about the jtreg-dev mailing list