RFR: JDK-8295087: Manual Test to Automated Test Conversion [v3]
Bill Huang
bhuang at openjdk.org
Tue Oct 18 22:16:47 UTC 2022
On Tue, 18 Oct 2022 19:53:50 GMT, Mahendra Chhipa <mchhipa at openjdk.org> wrote:
>> Bill Huang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> AssertThrows an exception in InconsistentEntries test.
>
> test/jdk/javax/crypto/CryptoPermissions/default_local.policy line 4:
>
>> 2: permission javax.crypto.CryptoAllPermission;
>> 3: permission javax.crypto.CryptoPermission "DES", 64;
>> 4: }
>
> please remove extra line.
I double-checked, there is no extra line at the end of this file.
> test/jdk/sun/security/provider/PolicyParser/ExtDirsDefaultPolicy.java line 46:
>
>> 44: * @summary standard extensions path is hard-coded in default
>> 45: * system policy file
>> 46: *
>
> No need to repeat these statement again.
Are you saying that we don't need to run the ExtDir2.policy and ExtDir3.policy?
-------------
PR: https://git.openjdk.org/jdk/pull/10637
More information about the core-libs-dev
mailing list