PERFORCE change 134110 for review

John Birrell jb at FreeBSD.org
Fri Jan 25 16:43:26 PST 2008


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

Change 134110 by jb at jb_freebsd1 on 2008/01/26 00:42:56

	Add the chill test.
	
	Remove the ignored tests that should have been part of a previous submit.

Affected files ...

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

Differences ...

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

@@ -27,7 +27,6 @@
 	${TESTSRCDIR}/tst/common/funcs/err.D_PROTO_LEN.mtatoofew.d		\
 	${TESTSRCDIR}/tst/common/funcs/err.D_PROTO_LEN.mtatoomany.d		\
 	${TESTSRCDIR}/tst/common/funcs/tst.bcopy.d				\
-	${TESTSRCDIR}/tst/common/funcs/tst.chill.ksh				\
 	${TESTSRCDIR}/tst/common/funcs/tst.copyin.d				\
 	${TESTSRCDIR}/tst/common/funcs/tst.copyinto.d				\
 	${TESTSRCDIR}/tst/common/funcs/tst.ddi_pathname.d			\
@@ -101,8 +100,6 @@
 	${TESTSRCDIR}/tst/common/privs/tst.op_access.ksh			\
 	${TESTSRCDIR}/tst/common/proc/tst.discard.ksh				\
 	${TESTSRCDIR}/tst/common/proc/tst.signal.ksh				\
-	X${TESTSRCDIR}/tst/common/proc/tst.sigwait.c				\
-	X${TESTSRCDIR}/tst/common/proc/tst.sigwait.d				\
 	${TESTSRCDIR}/tst/common/proc/tst.startexit.ksh				\
 	${TESTSRCDIR}/tst/common/profile-n/tst.ufuncsort.c			\
 	${TESTSRCDIR}/tst/common/scalars/tst.misc.d				\
@@ -156,9 +153,6 @@
 	${TESTSRCDIR}/tst/common/vars/tst.ppid.d				\
 	${TESTSRCDIR}/tst/common/vars/tst.ucaller.ksh				\
 	${TESTSRCDIR}/tst/common/vars/tst.walltimestamp.d			\
-	X${TESTSRCDIR}/tst/common/raise/tst.raise1.d				\
-	X${TESTSRCDIR}/tst/common/raise/tst.raise2.d				\
-	X${TESTSRCDIR}/tst/common/raise/tst.raise3.d				\
 
 NOTWORK+= \
 	${TESTSRCDIR}/tst/common/io/tst.fds.d					\


More information about the p4-projects mailing list