Re: RFR: 8324966: Allow selecting jtreg test case by ID from make

2024-07-11 Thread Axel Boldt-Christmas
On Mon, 1 Jul 2024 06:49:15 GMT, Axel Boldt-Christmas wrote: > [JDK-8287828](https://bugs.openjdk.org/browse/JDK-8287828) added support for > selecting specific JTREG tests cases by their ID. However because of how we > handle input strings in make it was not possible to use `#` anywhere, > b

Re: RFR: 8324966: Allow selecting jtreg test case by ID

2024-07-01 Thread Erik Joelsson
On Mon, 1 Jul 2024 06:49:15 GMT, Axel Boldt-Christmas wrote: > [JDK-8287828](https://bugs.openjdk.org/browse/JDK-8287828) added support for > selecting specific JTREG tests cases by their ID. However because of how we > handle input strings in make it was not possible to use `#` anywhere, > b

RFR: 8324966: Allow selecting jtreg test case by ID

2024-06-30 Thread Axel Boldt-Christmas
[JDK-8287828](https://bugs.openjdk.org/browse/JDK-8287828) added support for selecting specific JTREG tests cases by their ID. However because of how we handle input strings in make it was not possible to use `#` anywhere, breaking this feature. Prior to this change * `TEST="gc/TestSystemGC.ja