RFR: 8287828: Fix so that one can select jtreg test case by ID from make

Ioi Lam iklam at openjdk.java.net
Mon Jun 6 20:35:53 UTC 2022


On Mon, 6 Jun 2022 10:48:05 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Let me ask the obvious "dumb" question ... why does this have to be so complicated? Why isn't the name of the test simply passed through to jtreg as typed?

Is it because `#` is treated as comment by the shell? Could it be encoded by something like `TestName.java%38testID`?

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

PR: https://git.openjdk.java.net/jdk/pull/9028



More information about the build-dev mailing list