From owner-p4-projects@FreeBSD.ORG Sat Jun 3 06:18:02 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 0EF5216A421; Sat, 3 Jun 2006 06:18:02 +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 930E816A420 for ; Sat, 3 Jun 2006 06:18:01 +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 4985043D46 for ; Sat, 3 Jun 2006 06:18: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 k536GRw1090136 for ; Sat, 3 Jun 2006 06:16:27 GMT (envelope-from jb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k536GRFQ090133 for perforce@freebsd.org; Sat, 3 Jun 2006 06:16:27 GMT (envelope-from jb@freebsd.org) Date: Sat, 3 Jun 2006 06:16:27 GMT Message-Id: <200606030616.k536GRFQ090133@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 98376 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: Sat, 03 Jun 2006 06:18:02 -0000 http://perforce.freebsd.org/chv.cgi?CH=98376 Change 98376 by jb@jb_freebsd2 on 2006/06/03 06:15:31 More tests that work. 816 now. Affected files ... .. //depot/projects/dtrace/src/cddl/test/dtrace/Makefile#15 edit Differences ... ==== //depot/projects/dtrace/src/cddl/test/dtrace/Makefile#15 (text+ko) ==== @@ -254,6 +254,7 @@ ${.CURDIR}/tst/common/dtraceUtil/tst.BufsizeTera.d.ksh \ ${.CURDIR}/tst/common/dtraceUtil/tst.DataModel32.d.ksh \ ${.CURDIR}/tst/common/dtraceUtil/tst.DefineNameWithCPP.d.ksh \ + ${.CURDIR}/tst/common/dtraceUtil/tst.DestructWithoutW.d.ksh \ ${.CURDIR}/tst/common/dtraceUtil/tst.ExitStatus1.d.ksh \ ${.CURDIR}/tst/common/dtraceUtil/tst.ExitStatus2.d.ksh \ ${.CURDIR}/tst/common/dtraceUtil/tst.ExtraneousProbeIds.d.ksh \ @@ -312,7 +313,12 @@ ${.CURDIR}/tst/common/dtraceUtil/tst.MultipleInvalidProbeId.d.ksh \ ${.CURDIR}/tst/common/dtraceUtil/tst.QuietMode.d.ksh \ ${.CURDIR}/tst/common/dtraceUtil/tst.TestCompile.d.ksh \ - ${.CURDIR}/tst/common/dtraceUtil/tst.UnDefineNameWithCPP.d.ksh + ${.CURDIR}/tst/common/dtraceUtil/tst.UnDefineNameWithCPP.d.ksh \ + ${.CURDIR}/tst/common/dtraceUtil/tst.ZeroFunctionProbes.d.ksh \ + ${.CURDIR}/tst/common/dtraceUtil/tst.ZeroNameProbes.d.ksh \ + ${.CURDIR}/tst/common/dtraceUtil/tst.ZeroProbeIdentfier.d.ksh \ + ${.CURDIR}/tst/common/dtraceUtil/tst.ZeroProbesWithoutZ.d.ksh \ + ${.CURDIR}/tst/common/dtraceUtil/tst.ZeroProviderProbes.d.ksh TESTEND= \ ${.CURDIR}/tst/common/end/err.D_IDENT_UNDEF.timespent.d \ @@ -409,6 +415,8 @@ ${.CURDIR}/tst/common/inline/err.D_IDENT_UNDEF.recur.d \ ${.CURDIR}/tst/common/inline/err.D_OP_INCOMPAT.baddef1.d \ ${.CURDIR}/tst/common/inline/err.D_OP_INCOMPAT.baddef2.d \ + ${.CURDIR}/tst/common/inline/tst.InlineDataAssign.d \ + ${.CURDIR}/tst/common/inline/tst.InlineExpression.d \ ${.CURDIR}/tst/common/inline/tst.InlineTypedef.d \ ${.CURDIR}/tst/common/inline/tst.InlineWritableAssign.d @@ -661,18 +669,23 @@ ${.CURDIR}/tst/common/scalars/tst.thisself.d TESTSCRIPTING= \ + ${.CURDIR}/tst/common/scripting/tst.D_MACRO_UNUSED.overflow.ksh \ ${.CURDIR}/tst/common/scripting/tst.arg0.d \ ${.CURDIR}/tst/common/scripting/tst.assign.d \ ${.CURDIR}/tst/common/scripting/tst.basic.d \ ${.CURDIR}/tst/common/scripting/tst.egid.d \ ${.CURDIR}/tst/common/scripting/tst.euid.d \ + ${.CURDIR}/tst/common/scripting/tst.euid.ksh \ ${.CURDIR}/tst/common/scripting/tst.gid.d \ ${.CURDIR}/tst/common/scripting/tst.pgid.d \ ${.CURDIR}/tst/common/scripting/tst.pid.d \ ${.CURDIR}/tst/common/scripting/tst.ppid.d \ + ${.CURDIR}/tst/common/scripting/tst.ppid.ksh \ ${.CURDIR}/tst/common/scripting/tst.projid.d \ ${.CURDIR}/tst/common/scripting/tst.quite.d \ ${.CURDIR}/tst/common/scripting/tst.sid.d \ + ${.CURDIR}/tst/common/scripting/tst.sid.ksh \ + ${.CURDIR}/tst/common/scripting/tst.stringmacro.ksh \ ${.CURDIR}/tst/common/scripting/tst.taskid.d \ ${.CURDIR}/tst/common/scripting/tst.trace.d \ ${.CURDIR}/tst/common/scripting/tst.uid.d \ @@ -816,6 +829,7 @@ ${.CURDIR}/tst/common/translators/tst.OutputAliasTrans.d \ ${.CURDIR}/tst/common/translators/tst.PartialDereferencing.d \ ${.CURDIR}/tst/common/translators/tst.PartialOutputTransDefn.d \ + ${.CURDIR}/tst/common/translators/tst.ProcModelTrans.d \ ${.CURDIR}/tst/common/translators/tst.RepeatDeclaration.d \ ${.CURDIR}/tst/common/translators/tst.SimultaneousTranslators.d \ ${.CURDIR}/tst/common/translators/tst.StructureAssignment.d \ @@ -835,6 +849,7 @@ TESTTYPES= \ ${.CURDIR}/tst/common/types/err.D_CAST_INVAL.badcast.d \ + ${.CURDIR}/tst/common/types/err.D_CG_DYN.ResultDynType.d \ ${.CURDIR}/tst/common/types/err.D_CHR_OFLOW.charconst.d \ ${.CURDIR}/tst/common/types/err.D_DECL_BADCLASS.bad.d \ ${.CURDIR}/tst/common/types/err.D_DECL_CHARATTR.badtype3.d \ @@ -861,6 +876,7 @@ ${.CURDIR}/tst/common/types/err.D_UNKNOWN.badtype2.d \ ${.CURDIR}/tst/common/types/err.D_UNKNOWN.dupenum.d \ ${.CURDIR}/tst/common/types/err.D_UNKNOWN.dupstruct.d \ + ${.CURDIR}/tst/common/types/err.D_XLATE_REDECL.ResultDynType.d \ ${.CURDIR}/tst/common/types/tst.assignops.d \ ${.CURDIR}/tst/common/types/tst.badshiftops.d \ ${.CURDIR}/tst/common/types/tst.basics.d \ @@ -1236,25 +1252,12 @@ ${.CURDIR}/tst/common/arrays/tst.uregsarray.d \ ${.CURDIR}/tst/common/drops/drp.DTRACEDROP_STKSTROVERFLOW.d \ ${.CURDIR}/tst/common/dtraceUtil/tst.DataModel64.d.ksh \ - ${.CURDIR}/tst/common/dtraceUtil/tst.DestructWithFunction.d.ksh \ - ${.CURDIR}/tst/common/dtraceUtil/tst.DestructWithID.d.ksh \ ${.CURDIR}/tst/common/dtraceUtil/tst.DestructWithModule.d.ksh \ - ${.CURDIR}/tst/common/dtraceUtil/tst.DestructWithName.d.ksh \ - ${.CURDIR}/tst/common/dtraceUtil/tst.DestructWithProvider.d.ksh \ - ${.CURDIR}/tst/common/dtraceUtil/tst.DestructWithoutW.d.ksh \ ${.CURDIR}/tst/common/dtraceUtil/tst.ELFGenerationOut.d.ksh \ ${.CURDIR}/tst/common/dtraceUtil/tst.ELFGenerationWithO.d.ksh \ ${.CURDIR}/tst/common/dtraceUtil/tst.PreprocessorStatement.d.ksh \ - ${.CURDIR}/tst/common/dtraceUtil/tst.ZeroFunctionProbes.d.ksh \ - ${.CURDIR}/tst/common/dtraceUtil/tst.ZeroModuleProbes.d.ksh \ - ${.CURDIR}/tst/common/dtraceUtil/tst.ZeroNameProbes.d.ksh \ - ${.CURDIR}/tst/common/dtraceUtil/tst.ZeroProbeIdentfier.d.ksh \ - ${.CURDIR}/tst/common/dtraceUtil/tst.ZeroProbesWithoutZ.d.ksh \ - ${.CURDIR}/tst/common/dtraceUtil/tst.ZeroProviderProbes.d.ksh \ ${.CURDIR}/tst/common/error/tst.DTRACEFLT_BADADDR.d \ ${.CURDIR}/tst/common/error/tst.DTRACEFLT_UNKNOWN.d \ - ${.CURDIR}/tst/common/inline/tst.InlineDataAssign.d \ - ${.CURDIR}/tst/common/inline/tst.InlineExpression.d \ ${.CURDIR}/tst/common/pointers/err.D_OP_LVAL.AddressChange.d \ ${.CURDIR}/tst/common/printa/tst.walltimestamp.d \ ${.CURDIR}/tst/common/printf/tst.basics.d \ @@ -1273,15 +1276,10 @@ ${.CURDIR}/tst/common/scripting/err.D_SYNTAX.desc.d \ ${.CURDIR}/tst/common/scripting/err.D_SYNTAX.inval.d \ ${.CURDIR}/tst/common/scripting/err.D_SYNTAX.pid.d \ - ${.CURDIR}/tst/common/scripting/tst.D_MACRO_UNUSED.overflow.ksh \ ${.CURDIR}/tst/common/scripting/tst.arguments.ksh \ ${.CURDIR}/tst/common/scripting/tst.egid.ksh \ - ${.CURDIR}/tst/common/scripting/tst.euid.ksh \ ${.CURDIR}/tst/common/scripting/tst.gid.ksh \ - ${.CURDIR}/tst/common/scripting/tst.ppid.ksh \ ${.CURDIR}/tst/common/scripting/tst.projid.ksh \ - ${.CURDIR}/tst/common/scripting/tst.sid.ksh \ - ${.CURDIR}/tst/common/scripting/tst.stringmacro.ksh \ ${.CURDIR}/tst/common/scripting/tst.taskid.ksh \ ${.CURDIR}/tst/common/speculation/err.D_ACT_SPEC.SpeculateWithBreakPoint.d \ ${.CURDIR}/tst/common/speculation/err.D_ACT_SPEC.SpeculateWithChill.d \ @@ -1291,10 +1289,7 @@ ${.CURDIR}/tst/common/speculation/err.D_ACT_SPEC.SpeculateWithRaise.d \ ${.CURDIR}/tst/common/speculation/err.D_ACT_SPEC.SpeculateWithStop.d \ ${.CURDIR}/tst/common/trace/tst.misc.d \ - ${.CURDIR}/tst/common/tracemem/err.D_TRACEMEM_ADDR.badaddr.d \ - ${.CURDIR}/tst/common/translators/tst.ProcModelTrans.d \ - ${.CURDIR}/tst/common/types/err.D_CG_DYN.ResultDynType.d \ - ${.CURDIR}/tst/common/types/err.D_XLATE_REDECL.ResultDynType.d + ${.CURDIR}/tst/common/tracemem/err.D_TRACEMEM_ADDR.badaddr.d notwork : ${.CURDIR}/bin/dtest ${NOTWORK} @${.CURDIR}/bin/dtest ${NOTWORK} @@ -1377,6 +1372,11 @@ TESTHANG= \ ${.CURDIR}/tst/common/aggs/tst.signature.d \ + ${.CURDIR}/tst/common/dtraceUtil/tst.DestructWithFunction.d.ksh \ + ${.CURDIR}/tst/common/dtraceUtil/tst.DestructWithID.d.ksh \ + ${.CURDIR}/tst/common/dtraceUtil/tst.DestructWithName.d.ksh \ + ${.CURDIR}/tst/common/dtraceUtil/tst.DestructWithProvider.d.ksh \ + ${.CURDIR}/tst/common/dtraceUtil/tst.ZeroModuleProbes.d.ksh \ ${.CURDIR}/tst/common/funcs/tst.chill.ksh \ ${.CURDIR}/tst/common/inline/tst.InlineKinds.d \ ${.CURDIR}/tst/common/printa/tst.stack.d \