RFR(S) : CODETOOLS-7902810 : allow test/driver to examine problem lists
Igor Ignatyev
igor.ignatyev at oracle.com
Wed Dec 9 19:11:09 UTC 2020
http://cr.openjdk.java.net/~iignatyev/CODETOOLS-7902810/webrev.00/
> 28 lines changed: 27 ins; 0 del; 1 mod;
Hi all,
could you please review this small patch which adds `test.exclude.files` / `TESTEXCLUDEFILES and `test.match.files` / `TESTMATCHFILES` java properties / env. variables which contain list of paths to files specified via `-exclude:` and `-match:` respectively?
from JBS:
> some of our jtreg tests are actually wrappers around 3rd party tests. and sometimes one wrapper runs more than one test (due to performance or other restrictions). as with any other tests, we might need to temporarily exclude some of these tests from execution, and using regular jtreg ProblemList files (specified by -exclude: option) is the most natural way to do that. unfortunately, jtreg doesn't provide a way for tests to know which files were specified by -exclude: option, let alone a way to determine if certain tests should be excluded (based on names and current OS/arch).
JBS: https://bugs.openjdk.java.net/browse/CODETOOLS-7902810
webrev: http://cr.openjdk.java.net/~iignatyev/CODETOOLS-7902810/webrev.00/
Thanks,
-- Igor
More information about the jtreg-dev
mailing list