Date: Sat, 3 Jun 2006 06:16:27 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 98376 for review Message-ID: <200606030616.k536GRFQ090133@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606030616.k536GRFQ090133>