[DTrace-devel] [PATCH 1/6] test: remove XFAIL for tests already passing

Kris Van Hees kris.van.hees at oracle.com
Tue Sep 29 17:18:45 PDT 2020


Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>

... for this patch and the other 5 patches in the series.

On Tue, Sep 29, 2020 at 04:36:47PM -0400, eugene.loh at oracle.com wrote:
> From: Eugene Loh <eugene.loh at oracle.com>
> 
> These tests were already passing in 2.0.0-1.2.
> 
> Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
> ---
>  test/unittest/pid/err.D_PROC_NAME.badname.d | 1 -
>  test/unittest/pid/err.D_PROC_OFF.toobig.d   | 1 -
>  2 files changed, 2 deletions(-)
> 
> diff --git a/test/unittest/pid/err.D_PROC_NAME.badname.d b/test/unittest/pid/err.D_PROC_NAME.badname.d
> index 3918e829..befe9bc5 100644
> --- a/test/unittest/pid/err.D_PROC_NAME.badname.d
> +++ b/test/unittest/pid/err.D_PROC_NAME.badname.d
> @@ -5,7 +5,6 @@
>   * http://oss.oracle.com/licenses/upl.
>   */
>  /* @@trigger: longsleep */
> -/* @@xfail: dtv2 */
>  
>  /*
>   * ASSERTION: Only entry, return and offsets are valid names
> diff --git a/test/unittest/pid/err.D_PROC_OFF.toobig.d b/test/unittest/pid/err.D_PROC_OFF.toobig.d
> index 4509970c..e72e121b 100644
> --- a/test/unittest/pid/err.D_PROC_OFF.toobig.d
> +++ b/test/unittest/pid/err.D_PROC_OFF.toobig.d
> @@ -5,7 +5,6 @@
>   * http://oss.oracle.com/licenses/upl.
>   */
>  /* @@trigger: longsleep */
> -/* @@xfail: dtv2 */
>  
>  /*
>   * ASSERTION: Can't have an offset that's outside of a function
> -- 
> 2.18.4
> 
> 
> _______________________________________________
> DTrace-devel mailing list
> DTrace-devel at oss.oracle.com
> https://oss.oracle.com/mailman/listinfo/dtrace-devel



More information about the DTrace-devel mailing list