RFR: CODETOOLS-7903037: Allow Subtest ids with dashes and underscores
David Holmes
dholmes at openjdk.java.net
Fri Oct 29 21:51:30 UTC 2021
On Fri, 29 Oct 2021 15:06:31 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> At the moment the jtreg launcher does not accept subtest ids that contain dashes or underscores. For example:
>
>
> thomas at starfish:jtreg ... source/test/hotspot/jtreg/runtime/Metaspace/elastic/TestMetaspaceAllocationMT2.java#debug-none
> Error: Not a test or directory containing tests: runtime/Metaspace/elastic/TestMetaspaceAllocationMT2.java#debug-none
>
>
> Patch fixes this:
>
>
> thomas at starfish:jtreg ... source/test/hotspot/jtreg/runtime/Metaspace/elastic/TestMetaspaceAllocationMT2.java#debug-none
> Test results: passed: 1
Looks good to me but I'm not a reviewer for code-tools.
Not sure if anyone will actually see this PR unless they go looking for it. code-tools-dev is a very quiet mailing list and doesn't seem to be automatically included in PRs.
David
Paging @jonathan-gibbons !
-------------
Marked as reviewed by dholmes (no project role).
PR: https://git.openjdk.java.net/jtreg/pull/30
More information about the jtreg-dev
mailing list