RFR: 8294142: make test should report only on executed tests [v2]
    Aleksey Shipilev 
    shade at openjdk.org
       
    Fri Sep 23 18:12:25 UTC 2022
    
    
  
On Fri, 23 Sep 2022 17:52:38 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
>> Aleksey Shipilev has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains three commits:
>> 
>>  - JTREG REPORT option to be used as default
>>  - Merge branch 'master' into JDK-8294142-make-test-executed
>>  - Fix
>
> make/RunTests.gmk line 48:
> 
>> 46: 
>> 47: $(eval $(call ParseKeywordVariable, TEST_OPTS, \
>> 48:     SINGLE_KEYWORDS := JOBS TIMEOUT_FACTOR JCOV JCOV_DIFF_CHANGESET REPORT, \
> 
> I think we only add options that really are common to more than one test framework to TEST_OPTS.
Right, good catch. This one is unnecessary. Fixed in new commit.
-------------
PR: https://git.openjdk.org/jdk/pull/10405
    
    
More information about the build-dev
mailing list