Make test-tier1 doesn't work.

Aleksey Shipilev shade at redhat.com
Fri Jan 21 09:39:46 UTC 2022


On 1/21/22 10:25 AM, Liu, Xin wrote:
> make -qp can dump all targets. I can't find test-tier1, test-jdk_lang etc.

Huh?

$ make -qp 2>&1 | grep tier1:
run-test-tier1:
test-tier1:

> Is this target still available? if so, do we need to update testing.md?

I think the "normal" way to access test profiles is:
   $ make test TEST=tier1
   $ make test TEST=jdk_lang

But the fallbacks also work for me in current mainline:

$ make test-tier1 CONF=linux-x86_64-server-fastdebug
Building target 'test-tier1' in configuration 'linux-x86_64-server-fastdebug'
Test selection 'tier1', will run:
* jtreg:test/hotspot/jtreg:tier1
* jtreg:test/jdk:tier1
* jtreg:test/langtools:tier1
* jtreg:test/jaxp:tier1
* jtreg:test/lib-test:tier1

Running test 'jtreg:test/hotspot/jtreg:tier1'

-- 
Thanks,
-Aleksey




More information about the build-dev mailing list