RFR: CODETOOLS-7903037: Allow Subtest ids with dashes and underscores [v3]

Jonathan Gibbons jjg at openjdk.java.net
Sat Oct 30 20:38:24 UTC 2021


On Sat, 30 Oct 2021 07:05:50 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
>
> Thomas Stuefe has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - revert accidental code
>  - Use the same expression as in RegressionTestFinder

Marked as reviewed by jjg (Lead).

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

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


More information about the jtreg-dev mailing list