[DTrace-devel] [PATCH 4/4] tests: drop bug workaround that is no longer needed

Kris Van Hees kris.van.hees at oracle.com
Tue Sep 12 05:17:40 UTC 2023


This seems like a patch that really ought to be included in the patch that
fixes the issue rather than being a patch on its own.

On Tue, Jun 13, 2023 at 07:46:45PM +0100, Nick Alcock via DTrace-devel wrote:
> Signed-off-by: Nick Alcock <nick.alcock at oracle.com>
> ---
>  test/unittest/options/err.pspec-default.r   | 2 +-
>  test/unittest/options/err.pspec-default.r.p | 4 ----
>  2 files changed, 1 insertion(+), 5 deletions(-)
>  delete mode 100755 test/unittest/options/err.pspec-default.r.p
> 
> diff --git a/test/unittest/options/err.pspec-default.r b/test/unittest/options/err.pspec-default.r
> index 6b25f56173d8..e2ea0ec2687e 100644
> --- a/test/unittest/options/err.pspec-default.r
> +++ b/test/unittest/options/err.pspec-default.r
> @@ -1,2 +1,2 @@
>  -- @@stderr --
> -dtrace: failed to compile script test/unittest/options/err.pspec-default.d: line 14: syntax error near
> +dtrace: failed to compile script test/unittest/options/err.pspec-default.d: line 15: syntax error near end-of-input
> diff --git a/test/unittest/options/err.pspec-default.r.p b/test/unittest/options/err.pspec-default.r.p
> deleted file mode 100755
> index a01bdaddebbd..000000000000
> --- a/test/unittest/options/err.pspec-default.r.p
> +++ /dev/null
> @@ -1,4 +0,0 @@
> -#!/bin/sed -f
> -# Chop off everything after the 'near' in the error message, to evade a bug
> -# at EOF in our scanner under flex < 2.6.
> -s/syntax error near.*$/syntax error near/g
> -- 
> 2.40.1.269.g9f1f0b2736
> 
> 



More information about the DTrace-devel mailing list