-
Enhancement
-
Resolution: Fixed
-
P4
-
11, 17, 21, 22
-
b21
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8319212 | 21.0.2 | Aleksey Shipilev | P4 | Resolved | Fixed | b05 |
Note the duplicate `.jasm.jasm` in path:
$ CONF=macosx-aarch64-server-fastdebug make images test TEST=runtime/clone/LocalClone.jasm
Using exact match for CONF=macosx-aarch64-server-fastdebug (other matches are possible)
Building targets 'images test' in configuration 'macosx-aarch64-server-fastdebug'
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
Finished running test 'jtreg:test/hotspot/jtreg/runtime/clone/LocalClone.jasm.jasm'
Test report is stored in build/macosx-aarch64-server-fastdebug/test-results/jtreg_test_hotspot_jtreg_runtime_clone_LocalClone_jasm_jasm
$ CONF=macosx-aarch64-server-fastdebug make images test TEST=runtime/clone/LocalClone.jasm
Using exact match for CONF=macosx-aarch64-server-fastdebug (other matches are possible)
Building targets 'images test' in configuration 'macosx-aarch64-server-fastdebug'
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
Finished running test 'jtreg:test/hotspot/jtreg/runtime/clone/LocalClone.jasm.jasm'
Test report is stored in build/macosx-aarch64-server-fastdebug/test-results/jtreg_test_hotspot_jtreg_runtime_clone_LocalClone_jasm_jasm
- backported by
-
JDK-8319212 make test cannot run .jasm tests directly
-
- Resolved
-