RFR: JDK-8208473: [TESTBUG] nsk/jdb/exclude/exclude001/exclude001.java is timing out on solaris-sparc again

Chris Plummer chris.plummer at oracle.com
Thu Sep 20 21:47:48 UTC 2018


Looks good. Still not bullet proof, but I'm not sure it's possible to 
write tests like this in a way that will work no matter what output is 
produced by the method enter/exit events.

Chris

On 9/20/18 10:59 AM, Gary Adams wrote:
> The test failure has been identified due to the "int[2]"
> being misrecognized as a compound prompt.  This caused a cont
> command to be sent prematurely.
>
> The proposed fix waits for the correct prompt before
> advancing to the next command.
>
>   Webrev: http://cr.openjdk.java.net/~gadams/8208473/webrev/
>   Issue: https://bugs.openjdk.java.net/browse/JDK-8208473
>
> Testing is in progress.





More information about the serviceability-dev mailing list