On Thu, 19 Oct 2023 17:08:20 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:
> Simple fix to allow running `.jasm` tests directly, like we can do now with > `.java` and `.sh` tests. > > Before the fix: > > > % make images test TEST=runtime/clone/LocalClone.jasm > Test selection 'runtime/clone/LocalClone.jasm', will run: > * jtreg:test/hotspot/jtreg/runtime/clone/LocalClone.jasm.jasm > > Running test 'jtreg:test/hotspot/jtreg/runtime/clone/LocalClone.jasm.jasm' > Error: Cannot find file: test/hotspot/jtreg/runtime/clone/LocalClone.jasm.jasm > > > After the fix: > > > $ make images test TEST=runtime/clone/LocalClone.jasm > Test selection 'runtime/clone/LocalClone.jasm', will run: > * jtreg:test/hotspot/jtreg/runtime/clone/LocalClone.jasm > > Running test 'jtreg:test/hotspot/jtreg/runtime/clone/LocalClone.jasm' > Passed: runtime/clone/LocalClone.jasm > Test results: passed: 1 This pull request has now been integrated. Changeset: bd02cfd9 Author: Aleksey Shipilev <sh...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/bd02cfd96f80abd1559ea3531a21c28c1f670f5d Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8318540: make test cannot run .jasm tests directly Reviewed-by: lmesnik, erikj ------------- PR: https://git.openjdk.org/jdk/pull/16274