PERFORCE change 138579 for review

John Birrell jb at FreeBSD.org
Wed Mar 26 06:56:30 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=138579

Change 138579 by jb at 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				\


More information about the p4-projects mailing list