PERFORCE change 97173 for review

John Birrell jb at FreeBSD.org
Mon May 15 00:55:52 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=97173

Change 97173 by jb at jb_freebsd2 on 2006/05/15 00:55:38

	Romp over a hurdle to pass 704 tests now.
	
	I have a feeling that the remaining tests are going to be really,
	really hard.

Affected files ...

.. //depot/projects/dtrace/src/cddl/test/dtrace/Makefile#10 edit

Differences ...

==== //depot/projects/dtrace/src/cddl/test/dtrace/Makefile#10 (text+ko) ====

@@ -173,6 +173,9 @@
 	${.CURDIR}/tst/common/buffering/tst.switch1.d
 
 TESTBUILTINVAR= \
+	${.CURDIR}/tst/common/builtinvar/err.D_XLATE_NOCONV.cpuusage.d \
+	${.CURDIR}/tst/common/builtinvar/err.D_XLATE_NOCONV.nice.d \
+	${.CURDIR}/tst/common/builtinvar/err.D_XLATE_NOCONV.priority.d \
 	${.CURDIR}/tst/common/builtinvar/err.D_XLATE_NOCONV.prsize.d \
 	${.CURDIR}/tst/common/builtinvar/err.D_XLATE_NOCONV.rssize.d \
 	${.CURDIR}/tst/common/builtinvar/tst.arg0.d \
@@ -180,13 +183,20 @@
 	${.CURDIR}/tst/common/builtinvar/tst.arg1.d \
 	${.CURDIR}/tst/common/builtinvar/tst.arg1to8.d \
 	${.CURDIR}/tst/common/builtinvar/tst.arg1to8clause.d \
+	${.CURDIR}/tst/common/builtinvar/tst.caller.d \
+	${.CURDIR}/tst/common/builtinvar/tst.caller1.d \
 	${.CURDIR}/tst/common/builtinvar/tst.epid.d \
 	${.CURDIR}/tst/common/builtinvar/tst.epid1.d \
 	${.CURDIR}/tst/common/builtinvar/tst.errno.d \
 	${.CURDIR}/tst/common/builtinvar/tst.errno1.d \
 	${.CURDIR}/tst/common/builtinvar/tst.execname.d \
+	${.CURDIR}/tst/common/builtinvar/tst.hpriority.d \
 	${.CURDIR}/tst/common/builtinvar/tst.id.d \
 	${.CURDIR}/tst/common/builtinvar/tst.id1.d \
+	${.CURDIR}/tst/common/builtinvar/tst.ipl.d \
+	${.CURDIR}/tst/common/builtinvar/tst.ipl1.d \
+	${.CURDIR}/tst/common/builtinvar/tst.lwpsinfo.d \
+	${.CURDIR}/tst/common/builtinvar/tst.lwpsinfo1.d \
 	${.CURDIR}/tst/common/builtinvar/tst.pid.d \
 	${.CURDIR}/tst/common/builtinvar/tst.pid1.d \
 	${.CURDIR}/tst/common/builtinvar/tst.psinfo.d \
@@ -555,6 +565,24 @@
 	${.CURDIR}/tst/common/scalars/tst.this.d \
 	${.CURDIR}/tst/common/scalars/tst.thisself.d
 
+TESTSCRIPTING= \
+	${.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.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.projid.d \
+	${.CURDIR}/tst/common/scripting/tst.quite.d \
+	${.CURDIR}/tst/common/scripting/tst.sid.d \
+	${.CURDIR}/tst/common/scripting/tst.taskid.d \
+	${.CURDIR}/tst/common/scripting/tst.trace.d \
+	${.CURDIR}/tst/common/scripting/tst.uid.d \
+	${.CURDIR}/tst/common/scripting/tst.uid.ksh
+
 TESTSIZEOF= \
 	${.CURDIR}/tst/common/sizeof/err.D_IDENT_BADREF.SizeofAssoc.d \
 	${.CURDIR}/tst/common/sizeof/err.D_IDENT_UNDEF.UnknownSymbol.d \
@@ -971,41 +999,6 @@
 	${.CURDIR}/tst/common/sched/tst.oncpu.d \
 	${.CURDIR}/tst/common/sched/tst.stackdepth.d
 
-TESTSCRIPTING= \
-	${.CURDIR}/tst/common/scripting/err.D_MACRO_UNDEF.invalidargs.d \
-	${.CURDIR}/tst/common/scripting/err.D_OP_LVAL.rdonly.d \
-	${.CURDIR}/tst/common/scripting/err.D_OP_WRITE.usepidmacro.d \
-	${.CURDIR}/tst/common/scripting/err.D_SYNTAX.concat.d \
-	${.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.arg0.d \
-	${.CURDIR}/tst/common/scripting/tst.arguments.ksh \
-	${.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.egid.ksh \
-	${.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.gid.ksh \
-	${.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.projid.ksh \
-	${.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.taskid.ksh \
-	${.CURDIR}/tst/common/scripting/tst.trace.d \
-	${.CURDIR}/tst/common/scripting/tst.uid.d \
-	${.CURDIR}/tst/common/scripting/tst.uid.ksh
-
 TESTSTACK= \
 	${.CURDIR}/tst/common/stack/err.D_STACK_PROTO.bad.d \
 	${.CURDIR}/tst/common/stack/err.D_STACK_SIZE.d \
@@ -1090,6 +1083,7 @@
 	${TESTPROVIDERS} \
 	${TESTSAFETY} \
 	${TESTSCALARS} \
+	${TESTSCRIPTING} \
 	${TESTSIZEOF} \
 	${TESTSPECULATION} \
 	${TESTSTABILITY} \
@@ -1222,12 +1216,12 @@
 # Tests that currently fail (but don't make the system go kaboom):
 
 NOTWORK= \
+	${.CURDIR}/tst/common/aggs/tst.lquantzero.d \
 	${.CURDIR}/tst/common/aggs/tst.neglquant.d \
+	${.CURDIR}/tst/common/aggs/tst.negorder.d \
 	${.CURDIR}/tst/common/aggs/tst.negquant.d \
+	${.CURDIR}/tst/common/aggs/tst.quantzero.d \
 	${.CURDIR}/tst/common/aggs/tst.subr.d \
-	${.CURDIR}/tst/common/aggs/tst.lquantzero.d \
-	${.CURDIR}/tst/common/aggs/tst.negorder.d \
-	${.CURDIR}/tst/common/aggs/tst.quantzero.d \
 	${.CURDIR}/tst/common/arrays/tst.uregsarray.d \
 	${.CURDIR}/tst/common/decls/tst.basics.d \
 	${.CURDIR}/tst/common/drops/drp.DTRACEDROP_STKSTROVERFLOW.d \
@@ -1243,6 +1237,23 @@
 	${.CURDIR}/tst/common/profile-n/tst.umod.ksh \
 	${.CURDIR}/tst/common/profile-n/tst.usym.ksh \
 	${.CURDIR}/tst/common/scalars/tst.selfarray2.d \
+	${.CURDIR}/tst/common/scripting/err.D_MACRO_UNDEF.invalidargs.d \
+	${.CURDIR}/tst/common/scripting/err.D_OP_LVAL.rdonly.d \
+	${.CURDIR}/tst/common/scripting/err.D_OP_WRITE.usepidmacro.d \
+	${.CURDIR}/tst/common/scripting/err.D_SYNTAX.concat.d \
+	${.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 \
 	${.CURDIR}/tst/common/speculation/err.D_ACT_SPEC.SpeculateWithCopyOut.d \
@@ -1254,19 +1265,11 @@
 	${.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/types/err.D_XLATE_REDECL.ResultDynType.d
 
 notwork	: ${.CURDIR}/bin/dtest ${NOTWORK}
 	@${.CURDIR}/bin/dtest ${NOTWORK}
 
-REQUIRES_CURLWPSINFO= \
-	${.CURDIR}/tst/common/builtinvar/err.D_XLATE_NOCONV.priority.d \
-	${.CURDIR}/tst/common/builtinvar/err.D_XLATE_NOCONV.cpuusage.d \
-	${.CURDIR}/tst/common/builtinvar/err.D_XLATE_NOCONV.nice.d \
-	${.CURDIR}/tst/common/builtinvar/tst.hpriority.d \
-	${.CURDIR}/tst/common/builtinvar/tst.lwpsinfo.d \
-	${.CURDIR}/tst/common/builtinvar/tst.lwpsinfo1.d
-
 REQUIRES_FBT= \
 	${.CURDIR}/tst/common/misc/tst.roch.d \
 	${.CURDIR}/tst/common/predicates/tst.argsnotcached.d \
@@ -1365,10 +1368,6 @@
 
 TESTHANG= \
 	${.CURDIR}/tst/common/aggs/tst.signature.d \
-	${.CURDIR}/tst/common/builtinvar/tst.caller.d \
-	${.CURDIR}/tst/common/builtinvar/tst.caller1.d \
-	${.CURDIR}/tst/common/builtinvar/tst.ipl.d \
-	${.CURDIR}/tst/common/builtinvar/tst.ipl1.d \
 	${.CURDIR}/tst/common/funcs/tst.chill.ksh \
 	${.CURDIR}/tst/common/funcs/tst.system.d \
 	${.CURDIR}/tst/common/inline/tst.InlineKinds.d \


More information about the p4-projects mailing list