From owner-p4-projects@FreeBSD.ORG Sun May 14 23:29:03 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 373C716A406; Sun, 14 May 2006 23:29:03 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CB2416A401 for ; Sun, 14 May 2006 23:29:02 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBF4A43D4C for ; Sun, 14 May 2006 23:29:01 +0000 (GMT) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4ENSqA5008804 for ; Sun, 14 May 2006 23:28:52 GMT (envelope-from jb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4ENSqrv008801 for perforce@freebsd.org; Sun, 14 May 2006 23:28:52 GMT (envelope-from jb@freebsd.org) Date: Sun, 14 May 2006 23:28:52 GMT Message-Id: <200605142328.k4ENSqrv008801@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jb@freebsd.org using -f From: John Birrell To: Perforce Change Reviews Cc: Subject: PERFORCE change 97169 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 23:29:03 -0000 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