Date: Sun, 14 May 2006 23:28:52 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 97169 for review Message-ID: <200605142328.k4ENSqrv008801@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=97169 Change 97169 by jb@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605142328.k4ENSqrv008801>