RFR 8239928: ec/ECDSAJavaVerify.java failed due to timeout
Weijun Wang
weijun.wang at oracle.com
Tue Mar 10 01:48:31 UTC 2020
A new webrev at
http://cr.openjdk.java.net/~weijun/8239928/webrev.02/
Instead of checking if stderr is empty I now read the exit code. Some developer prints out debugging info in stderr.
Finally, I give up fixing the test on Windows. Both dispose() and waitFor() could hang forever.
Thanks,
Max
> On Mar 3, 2020, at 10:35 AM, Weijun Wang <weijun.wang at oracle.com> wrote:
>
> Please take a review at
>
> https://cr.openjdk.java.net/~weijun/8239928/webrev.01/
>
> Looks like on windows-x64 there is a small probability (~.1%) that VMDisconnectEvent will not be caught (and thus no VMDisconnectedException). Fortunately, in the 2 failure cases I observed, the VMDeathEvent is still seen.
>
> Thanks,
> Max
>
More information about the security-dev
mailing list