[DTrace-devel] [PATCH] test: Skip err.1.1.d

Kris Van Hees kris.van.hees at oracle.com
Thu Nov 13 03:43:21 UTC 2025


NAK - we should not hide this test.  It does not impact other tests and it is
a genuine problem that needs fixing.  The test is doing what it is supposed to
do so skipping it is wrong.

On Wed, Nov 12, 2025 at 07:17:53PM -0500, eugene.loh--- via DTrace-devel wrote:
> From: Eugene Loh <eugene.loh at oracle.com>
> 
> There is a known problem with this test dumping core.  It is not enough
> to XFAIL the test since the behavior is intermittent.
> 
> Orabug: 38615307
> Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
> ---
>  test/unittest/version/err.1.1.d | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/test/unittest/version/err.1.1.d b/test/unittest/version/err.1.1.d
> index 0b63421f8..7b6a95a3c 100644
> --- a/test/unittest/version/err.1.1.d
> +++ b/test/unittest/version/err.1.1.d
> @@ -5,6 +5,7 @@
>   * http://oss.oracle.com/licenses/upl.
>   */
>  /* @@runtest-opts: -Ze */
> +/* @@skip: Known intermittent core dump Orabug 38615307 */
>  
>  #pragma D option version=1.1
>  
> -- 
> 2.47.3
> 
> 
> _______________________________________________
> 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