At the moment the jtreg launcher does not accept subtest ids that contain dashes or underscores. For example:
```
thomas@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
```
It would be nice if that worked.
```
thomas@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
```
It would be nice if that worked.
- relates to
-
CODETOOLS-7902447 support custom id
-
- Resolved
-