PERFORCE change 97169 for review

John Birrell jb at FreeBSD.org
Sun May 14 23:29:03 UTC 2006


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

Change 97169 by jb at jb_freebsd2 on 2006/05/14 23:28:14

	The printT and printY tests are coded for UTC-8. I'm UTC+10. Grumble.
	
	Changed the basic decls test to remove 'vnode_t' because FreeBSD
	doesn't define that.

Affected files ...

.. //depot/projects/dtrace/src/cddl/test/dtrace/Makefile#9 edit

Differences ...

==== //depot/projects/dtrace/src/cddl/test/dtrace/Makefile#9 (text+ko) ====

@@ -219,6 +219,7 @@
 	${.CURDIR}/tst/common/decls/err.D_DECL_SIGNINT.UnsignedStruct.d \
 	${.CURDIR}/tst/common/decls/err.D_DECL_VOIDATTR.ShortVoidDecl.d \
 	${.CURDIR}/tst/common/decls/tst.arrays.d \
+	${.CURDIR}/tst/common/decls/tst.basics.d \
 	${.CURDIR}/tst/common/decls/tst.funcs.d \
 	${.CURDIR}/tst/common/decls/tst.pointers.d \
 	${.CURDIR}/tst/common/decls/tst.varargsfuncs.d
@@ -1234,8 +1235,6 @@
 	${.CURDIR}/tst/common/error/tst.DTRACEFLT_UNKNOWN.d \
 	${.CURDIR}/tst/common/printa/tst.walltimestamp.d \
 	${.CURDIR}/tst/common/printf/tst.basics.d \
-	${.CURDIR}/tst/common/printf/tst.printT.d \
-	${.CURDIR}/tst/common/printf/tst.printY.d \
 	${.CURDIR}/tst/common/profile-n/tst.argtest.d \
 	${.CURDIR}/tst/common/profile-n/tst.func.ksh \
 	${.CURDIR}/tst/common/profile-n/tst.mod.ksh \
@@ -1330,6 +1329,10 @@
 REQUIRES_TCP_T= \
 	${.CURDIR}/tst/common/offsetof/err.D_OFFSETOF_BITFIELD.bitfield.d
 
+REQUIRES_TIMEZONE= \
+	${.CURDIR}/tst/common/printf/tst.printT.d \
+	${.CURDIR}/tst/common/printf/tst.printY.d
+
 REQUIRES_VFS_T= \
 	${.CURDIR}/tst/common/inline/err.D_OP_INCOMPAT.badxlate.d
 


More information about the p4-projects mailing list