On Mon, 18 Sep 2023 20:40:18 GMT, Rajan Halade wrote:
>> The new approach uses test URLs directly to verify interoperability with CA
>> infrastructure. This would help us avoid having regular test fixes to update
>> test artifacts as long as CAs keep test domains up to date.
>
> Rajan Halade ha
> The new approach uses test URLs directly to verify interoperability with CA
> infrastructure. This would help us avoid having regular test fixes to update
> test artifacts as long as CAs keep test domains up to date.
Rajan Halade has updated the pull request with a new target base due to a mer
On Fri, 15 Sep 2023 20:29:11 GMT, Rajan Halade wrote:
>> The new approach uses test URLs directly to verify interoperability with CA
>> infrastructure. This would help us avoid having regular test fixes to update
>> test artifacts as long as CAs keep test domains up to date.
>
> Rajan Halade ha
On Thu, 14 Sep 2023 23:18:39 GMT, Valerie Peng wrote:
>> https://bugs.openjdk.org/browse/JDK-8296631
>
> test/jdk/sun/security/pkcs11/Secmod/AddPrivateKey.java line 74:
>
>> 72: if (version == 0.0 || version >= 3.55) {
>> 73: useSqlite(true);
>> 74: }
>
> Instead of
On Thu, 7 Sep 2023 13:23:01 GMT, Ian Myers wrote:
> sun/security/util/math/TestIntegerModuloP.java runs in tier2 and takes about
> 600 seconds to run. Thus, it drags the execution time of tier2 on large
> machines. We can split the run configurations a bit so that test is more
> parallel.
>
On Fri, 15 Sep 2023 08:21:00 GMT, Matthias Baesken wrote:
> Currently sun/security/pkcs11/PKCS11Test.java needs adjustment on Linux
> ppc64le Ubuntu 22, it does not find the NSS libs because the new file system
> locations are not handled, unlike on Linux x86_64 .
This pull request has now bee
On Fri, 15 Sep 2023 08:21:00 GMT, Matthias Baesken wrote:
> Currently sun/security/pkcs11/PKCS11Test.java needs adjustment on Linux
> ppc64le Ubuntu 22, it does not find the NSS libs because the new file system
> locations are not handled, unlike on Linux x86_64 .
Hi Christoph and Lutz, thanks