From owner-p4-projects@FreeBSD.ORG Wed Jan 23 22:18:55 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 8113016A474; Wed, 23 Jan 2008 22:18:55 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4579016A469 for ; Wed, 23 Jan 2008 22:18:55 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 432A413C468 for ; Wed, 23 Jan 2008 22:18:55 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NMItV4019673 for ; Wed, 23 Jan 2008 22:18:55 GMT (envelope-from jb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NMIs0B019660 for perforce@freebsd.org; Wed, 23 Jan 2008 22:18:54 GMT (envelope-from jb@freebsd.org) Date: Wed, 23 Jan 2008 22:18:54 GMT Message-Id: <200801232218.m0NMIs0B019660@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 133955 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: Wed, 23 Jan 2008 22:18:55 -0000 http://perforce.freebsd.org/chv.cgi?CH=133955 Change 133955 by jb@jb_freebsd1 on 2008/01/23 22:18:07 Enable all the speculation tests. They seem to work. The total is 727 now. Affected files ... .. //depot/projects/dtrace/src/tools/test/dtrace/Makefile#15 edit Differences ... ==== //depot/projects/dtrace/src/tools/test/dtrace/Makefile#15 (text+ko) ==== @@ -154,26 +154,14 @@ ${TESTSRCDIR}/tst/common/proc/tst.signal.ksh \ ${TESTSRCDIR}/tst/common/proc/tst.sigwait.d \ ${TESTSRCDIR}/tst/common/proc/tst.startexit.ksh \ - ${TESTSRCDIR}/tst/common/profile-n/tst.func.ksh \ - ${TESTSRCDIR}/tst/common/profile-n/tst.mod.ksh \ - ${TESTSRCDIR}/tst/common/profile-n/tst.sym.ksh \ - ${TESTSRCDIR}/tst/common/profile-n/tst.ufunc.ksh \ - ${TESTSRCDIR}/tst/common/profile-n/tst.ufuncsort.ksh \ - ${TESTSRCDIR}/tst/common/profile-n/tst.umod.ksh \ - ${TESTSRCDIR}/tst/common/profile-n/tst.usym.ksh \ ${TESTSRCDIR}/tst/common/raise/tst.raise1.d \ ${TESTSRCDIR}/tst/common/raise/tst.raise2.d \ ${TESTSRCDIR}/tst/common/raise/tst.raise3.d \ ${TESTSRCDIR}/tst/common/rates/tst.aggrate.d \ ${TESTSRCDIR}/tst/common/rates/tst.statusrate.d \ ${TESTSRCDIR}/tst/common/rates/tst.switchrate.d \ - ${TESTSRCDIR}/tst/common/scalars/err.D_OP_INCOMPAT.dupltype.d \ - ${TESTSRCDIR}/tst/common/scalars/err.D_OP_INCOMPAT.dupttype.d \ ${TESTSRCDIR}/tst/common/scalars/tst.misc.d \ ${TESTSRCDIR}/tst/common/scalars/tst.selfarray2.d \ - ${TESTSRCDIR}/tst/common/sched/tst.enqueue.d \ - ${TESTSRCDIR}/tst/common/sched/tst.oncpu.d \ - ${TESTSRCDIR}/tst/common/sched/tst.stackdepth.d \ ${TESTSRCDIR}/tst/common/scripting/err.D_MACRO_UNDEF.invalidargs.d \ ${TESTSRCDIR}/tst/common/scripting/err.D_OP_LVAL.rdonly.d \ ${TESTSRCDIR}/tst/common/scripting/err.D_OP_WRITE.usepidmacro.d \ @@ -202,8 +190,6 @@ ${TESTSRCDIR}/tst/common/scripting/tst.trace.d \ ${TESTSRCDIR}/tst/common/scripting/tst.uid.d \ ${TESTSRCDIR}/tst/common/speculation/bug.1001148.SpecSizeVariations.d \ - ${TESTSRCDIR}/tst/common/speculation/err.BufSizeVariations1.d \ - ${TESTSRCDIR}/tst/common/speculation/err.BufSizeVariations2.d \ ${TESTSRCDIR}/tst/common/speculation/err.D_ACT_SPEC.SpeculateWithBreakPoint.d \ ${TESTSRCDIR}/tst/common/speculation/err.D_ACT_SPEC.SpeculateWithChill.d \ ${TESTSRCDIR}/tst/common/speculation/err.D_ACT_SPEC.SpeculateWithCopyOut.d \ @@ -211,54 +197,6 @@ ${TESTSRCDIR}/tst/common/speculation/err.D_ACT_SPEC.SpeculateWithPanic.d \ ${TESTSRCDIR}/tst/common/speculation/err.D_ACT_SPEC.SpeculateWithRaise.d \ ${TESTSRCDIR}/tst/common/speculation/err.D_ACT_SPEC.SpeculateWithStop.d \ - ${TESTSRCDIR}/tst/common/speculation/err.D_AGG_COMM.AggAftCommit.d \ - ${TESTSRCDIR}/tst/common/speculation/err.D_AGG_SPEC.SpeculateWithAvg.d \ - ${TESTSRCDIR}/tst/common/speculation/err.D_AGG_SPEC.SpeculateWithCount.d \ - ${TESTSRCDIR}/tst/common/speculation/err.D_AGG_SPEC.SpeculateWithLquant.d \ - ${TESTSRCDIR}/tst/common/speculation/err.D_AGG_SPEC.SpeculateWithMax.d \ - ${TESTSRCDIR}/tst/common/speculation/err.D_AGG_SPEC.SpeculateWithMin.d \ - ${TESTSRCDIR}/tst/common/speculation/err.D_AGG_SPEC.SpeculateWithQuant.d \ - ${TESTSRCDIR}/tst/common/speculation/err.D_AGG_SPEC.SpeculateWithSum.d \ - ${TESTSRCDIR}/tst/common/speculation/err.D_COMM_COMM.CommitAftCommit.d \ - ${TESTSRCDIR}/tst/common/speculation/err.D_COMM_COMM.DisjointCommit.d \ - ${TESTSRCDIR}/tst/common/speculation/err.D_COMM_DREC.CommitAftDataRec.d \ - ${TESTSRCDIR}/tst/common/speculation/err.D_DREC_COMM.DataRecAftCommit.d \ - ${TESTSRCDIR}/tst/common/speculation/err.D_DREC_COMM.ExitAfterCommit.d \ - ${TESTSRCDIR}/tst/common/speculation/err.D_EXIT_SPEC.ExitAftSpec.d \ - ${TESTSRCDIR}/tst/common/speculation/err.D_PRAGMA_MALFORM.NspecExpr.d \ - ${TESTSRCDIR}/tst/common/speculation/err.D_PRAGMA_OPTSET.HugeNspecValue.d \ - ${TESTSRCDIR}/tst/common/speculation/err.D_PRAGMA_OPTSET.InvalidSpecSize.d \ - ${TESTSRCDIR}/tst/common/speculation/err.D_PRAGMA_OPTSET.NegSpecSize.d \ - ${TESTSRCDIR}/tst/common/speculation/err.D_PROTO_LEN.SpecNoId.d \ - ${TESTSRCDIR}/tst/common/speculation/err.D_SPEC_COMM.SpecAftCommit.d \ - ${TESTSRCDIR}/tst/common/speculation/err.D_SPEC_DREC.SpecAftDataRec.d \ - ${TESTSRCDIR}/tst/common/speculation/err.D_SPEC_SPEC.SpecAftSpec.d \ - ${TESTSRCDIR}/tst/common/speculation/err.NegativeBufSize.d \ - ${TESTSRCDIR}/tst/common/speculation/err.NegativeNspec.d \ - ${TESTSRCDIR}/tst/common/speculation/err.NegativeSpecSize.d \ - ${TESTSRCDIR}/tst/common/speculation/err.SpecSizeVariations1.d \ - ${TESTSRCDIR}/tst/common/speculation/err.SpecSizeVariations2.d \ - ${TESTSRCDIR}/tst/common/speculation/tst.CommitAfterDiscard.d \ - ${TESTSRCDIR}/tst/common/speculation/tst.CommitWithZero.d \ - ${TESTSRCDIR}/tst/common/speculation/tst.DataRecAftDiscard.d \ - ${TESTSRCDIR}/tst/common/speculation/tst.DiscardAftCommit.d \ - ${TESTSRCDIR}/tst/common/speculation/tst.DiscardAftDataRec.d \ - ${TESTSRCDIR}/tst/common/speculation/tst.DiscardAftDiscard.d \ - ${TESTSRCDIR}/tst/common/speculation/tst.DiscardWithZero.d \ - ${TESTSRCDIR}/tst/common/speculation/tst.ExitAftDiscard.d \ - ${TESTSRCDIR}/tst/common/speculation/tst.NoSpecBuffer.d \ - ${TESTSRCDIR}/tst/common/speculation/tst.SpecSizeVariations1.d \ - ${TESTSRCDIR}/tst/common/speculation/tst.SpecSizeVariations2.d \ - ${TESTSRCDIR}/tst/common/speculation/tst.SpecSizeVariations3.d \ - ${TESTSRCDIR}/tst/common/speculation/tst.SpeculateWithRandom.d \ - ${TESTSRCDIR}/tst/common/speculation/tst.SpeculationCommit.d \ - ${TESTSRCDIR}/tst/common/speculation/tst.SpeculationDiscard.d \ - ${TESTSRCDIR}/tst/common/speculation/tst.SpeculationID.d \ - ${TESTSRCDIR}/tst/common/speculation/tst.SpeculationWithZero.d \ - ${TESTSRCDIR}/tst/common/speculation/tst.TwoSpecBuffers.d \ - ${TESTSRCDIR}/tst/common/speculation/tst.negcommit.d \ - ${TESTSRCDIR}/tst/common/speculation/tst.negspec.d \ - ${TESTSRCDIR}/tst/common/speculation/tst.zerosize.d \ ${TESTSRCDIR}/tst/common/stability/err.D_ATTR_MIN.MinAttributes.d \ ${TESTSRCDIR}/tst/common/stack/err.D_STACK_PROTO.bad.d \ ${TESTSRCDIR}/tst/common/stack/err.D_STACK_SIZE.d \ @@ -315,6 +253,13 @@ ${TESTSRCDIR}/tst/common/mib/tst.icmp.ksh \ ${TESTSRCDIR}/tst/common/mib/tst.tcp.ksh \ ${TESTSRCDIR}/tst/common/mib/tst.udp.ksh \ + ${TESTSRCDIR}/tst/common/profile-n/tst.func.ksh \ + ${TESTSRCDIR}/tst/common/profile-n/tst.mod.ksh \ + ${TESTSRCDIR}/tst/common/profile-n/tst.sym.ksh \ + ${TESTSRCDIR}/tst/common/profile-n/tst.ufunc.ksh \ + ${TESTSRCDIR}/tst/common/profile-n/tst.ufuncsort.ksh \ + ${TESTSRCDIR}/tst/common/profile-n/tst.umod.ksh \ + ${TESTSRCDIR}/tst/common/profile-n/tst.usym.ksh \ ${TESTSRCDIR}/tst/common/safety/tst.basename.d \ ${TESTSRCDIR}/tst/common/safety/tst.caller.d \ ${TESTSRCDIR}/tst/common/safety/tst.cleanpath.d \ @@ -352,6 +297,9 @@ ${TESTSRCDIR}/tst/common/safety/tst.vahole.d \ ${TESTSRCDIR}/tst/common/safety/tst.violentdeath.ksh \ ${TESTSRCDIR}/tst/common/safety/tst.zonename.d \ + ${TESTSRCDIR}/tst/common/sched/tst.enqueue.d \ + ${TESTSRCDIR}/tst/common/sched/tst.oncpu.d \ + ${TESTSRCDIR}/tst/common/sched/tst.stackdepth.d \ ${TESTSRCDIR}/tst/common/usdt/argmap.d \ ${TESTSRCDIR}/tst/common/usdt/args.d \ ${TESTSRCDIR}/tst/common/usdt/forker.d \ @@ -391,6 +339,8 @@ ${TESTSRCDIR}/tst/common/dtraceUtil/tst.ZeroModuleProbes.d.ksh \ ${TESTSRCDIR}/tst/common/printa/tst.many.d \ ${TESTSRCDIR}/tst/common/scalars/err.D_OP_INCOMPAT.dupgtype.d \ + ${TESTSRCDIR}/tst/common/scalars/err.D_OP_INCOMPAT.dupltype.d \ + ${TESTSRCDIR}/tst/common/scalars/err.D_OP_INCOMPAT.dupttype.d \ # -------------------------------------------------------------------------------- # Tests that currently hang the system: