RFR: 8318540: make test cannot run .jasm tests directly

Aleksey Shipilev shade at openjdk.org
Fri Oct 20 07:35:45 UTC 2023


On Thu, 19 Oct 2023 17:08:20 GMT, Aleksey Shipilev <shade at 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

Thanks all!

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

PR Comment: https://git.openjdk.org/jdk/pull/16274#issuecomment-1772227470


More information about the build-dev mailing list