Re: [DTrace-devel] [PATCH] test: Skip err.1.1.d
Kris Van Hees <[email protected]>
| Newsgroups | dev.linux.lists.dtrace |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > > 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 <[email protected]> > --- > 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 > [email protected] > https://oss.oracle.com/mailman/listinfo/dtrace-devel