RFR: JDK-8295087: Manual Test to Automated Test Conversion [v6]

Bill Huang bhuang at openjdk.org
Wed Dec 21 20:00:51 UTC 2022


On Wed, 21 Dec 2022 18:51:32 GMT, Rajan Halade <rhalade at openjdk.org> wrote:

>> Bill Huang has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Implemented review comments.
>
> test/jdk/sun/security/provider/PolicyParser/ExtDirs.java line 33:
> 
>> 31: 
>> 32: /*
>> 33:  * @test
> 
> Why are these tags duplicated here?

Multiple "run" in a single test fails the whole test when one test run fails and all subsequent test run get terminated. Multiple tests with only one "run" each allows all test run to be excused, and they can be run in parallel.

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

PR: https://git.openjdk.org/jdk/pull/10637


More information about the core-libs-dev mailing list