On Feb 24, 2023, at 9:54 AM, Hans-Peter Nilsson via Gcc-patches 
<gcc-patches@gcc.gnu.org> wrote:
> 
> Ok to commit?

Ok.  Thanks.

> diff --git a/gcc/testsuite/lib/multiline.exp b/gcc/testsuite/lib/multiline.exp
> index 84ba9216642e..5eccf2bbebc1 100644
> --- a/gcc/testsuite/lib/multiline.exp
> +++ b/gcc/testsuite/lib/multiline.exp

> -         ${maybe_x}pass "$title was found: \"$escaped_regex\""
> +         ${maybe_x}pass "$title was found"
>       } else {
> -         ${maybe_x}fail "$title not found: \"$escaped_regex\""
> +         ${maybe_x}fail "$title not found"

Side remark:

So, the string on pass and the string on fail are supposed to be exactly the 
same.  Regression analysis works only if the string is the same.  "regexp 
test", might be suggestive enough and can be the same spelling for both.

Reply via email to