RFR(S): 8142385: [Testbug] RandomCommandsTest fails with error: Could not parse method pattern
Vladimir Kozlov
vladimir.kozlov at oracle.com
Mon Nov 23 16:24:28 UTC 2015
Looks good.
Thanks,
Vladimir
On 11/23/15 7:22 AM, Pavel Punegov wrote:
> 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
> webrev: http://cr.openjdk.java.net/~ppunegov/8142385/webrev.00/
>
> — Thanks,
> Pavel Punegov
>
More information about the hotspot-compiler-dev
mailing list