Integrated: CODETOOLS-7903037: Allow Subtest ids with dashes and underscores

Thomas Stuefe stuefe at openjdk.java.net
Sun Oct 31 14:21:22 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

This pull request has now been integrated.

Changeset: 9e9c9b14
Author:    Thomas Stuefe <stuefe at openjdk.org>
Committer: Jonathan Gibbons <jjg at openjdk.org>
URL:       https://git.openjdk.java.net/jtreg/commit/9e9c9b14a2318bd91b11c6699075c746b873fa6d
Stats:     2 lines in 2 files changed: 0 ins; 0 del; 2 mod

7903037: Allow Subtest ids with dashes and underscores

Reviewed-by: dholmes, jjg

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

PR: https://git.openjdk.java.net/jtreg/pull/30


More information about the jtreg-dev mailing list