On Wed, 25 Mar 2026 20:09:06 GMT, Hai-May Chao <[email protected]> wrote:

>> Weijun Wang has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   exception message can locate test case
>
> test/jdk/com/sun/crypto/provider/Cipher/HPKE/Compliance.java line 242:
> 
>> 240:         Asserts.assertThrows(IllegalArgumentException.class, () -> 
>> c1.exportKey("", new byte[1], 32));
>> 241:         Asserts.assertThrows(IllegalArgumentException.class, () -> 
>> c1.exportData(new byte[1], -1));
>> 242:         Asserts.assertThrows(IllegalArgumentException.class, () -> 
>> c1.exportData(null, 32));
> 
> Adding NullpointerException check for exportKey() compliance test?

Thanks. Added.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30146#discussion_r2991905781

Reply via email to