RFR(S): 8142385: [Testbug] RandomCommandsTest fails with error: Could not parse method pattern

Pavel Punegov pavel.punegov at oracle.com
Mon Nov 23 15:22:34 UTC 2015


Please review the following test bug fix.

Issue was caused by the incorrect output processing, that uses shouldNotContain instead of one by one line checking. In this case test finds previously correct error message.
Fix: Rewrite CommandProcessor so that it will match only unprocessed lines. QuietProcessor removed, it's code was merged with CommandProcessor

bug: https://bugs.openjdk.java.net/browse/JDK-8142385
 <https://bugs.openjdk.java.net/browse/JDK-8142385>webrev: http://cr.openjdk.java.net/~ppunegov/8142385/webrev.00/ <http://cr.openjdk.java.net/~ppunegov/8142385/webrev.00/>

— Thanks,
Pavel Punegov

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20151123/ba997747/attachment.html>


More information about the hotspot-compiler-dev mailing list