On Fri, 18 Jun 2021 20:20:53 GMT, Alex Menkov <[email protected]> wrote:
> Main logic of the tests is:
>
> TestProcessLauncher t = ...;
> try {
> t.launch();
> .. perform testing ...
> } finally {
> t.quit();
> }
>
> We have some problem with the tests, but the exception from
> TestProcessLauncher.quit() masks it.
> The failures are very intermittent, so need to fix this excption to get more
> information about real error.
Marked as reviewed by cjplummer (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/4532