Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2008 06:56:29 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 138579 for review
Message-ID:  <200803260656.m2Q6uTic083103@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=138579

Change 138579 by jb@jb_freebsd1 on 2008/03/26 06:56:20

	Ignore a few more tests now that the unimplemented functionality
	has been disabled in the parser so that the D script compile 
	fails. These were previously passing simply because the dtrace
	kernel module code was commented out, not because they actually
	worked. :-)

Affected files ...

.. //depot/projects/dtrace/src/tools/test/dtrace/Makefile#30 edit

Differences ...

==== //depot/projects/dtrace/src/tools/test/dtrace/Makefile#30 (text+ko) ====

@@ -4,6 +4,13 @@
 DTEST=		${TESTSRCDIR}/cmd/scripts/dtest.pl -n
 
 IGNORE=		\
+	${TESTSRCDIR}/tst/common/arrays/err.D_IDENT_UNDEF.badureg.d		\
+	${TESTSRCDIR}/tst/common/printa/err.D_PRINTF_ARG_TYPE.jstack.d		\
+	${TESTSRCDIR}/tst/common/printa/err.D_PRINTF_ARG_TYPE.ustack.d		\
+	${TESTSRCDIR}/tst/common/printa/tst.stack.d				\
+	${TESTSRCDIR}/tst/common/stack/err.D_USTACK_FRAMES.bad.d		\
+	${TESTSRCDIR}/tst/common/stack/err.D_USTACK_PROTO.bad.d			\
+	${TESTSRCDIR}/tst/common/stack/err.D_USTACK_STRSIZE.bad.d		\
 	${TESTSRCDIR}/tst/common/stop/tst.stop1.d				\
 	${TESTSRCDIR}/tst/common/aggs/tst.subr.d				\
 	${TESTSRCDIR}/tst/common/aggs/tst.signature.d				\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803260656.m2Q6uTic083103>