Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2008 02:39:44 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133150 for review
Message-ID:  <200801130239.m0D2diSc092575@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=133150

Change 133150 by jb@jb_freebsd1 on 2008/01/13 02:39:23

	Add in the tests that are coded as shell scripts.
	
	648 tests pass now.
	
	Only 417 to go.
	
	Only!

Affected files ...

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

Differences ...

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

@@ -4,270 +4,303 @@
 DTEST=		${TESTSRCDIR}/cmd/scripts/dtest.pl
 
 IGNORE=		\
-	${TESTSRCDIR}/tst/common/aggs/err.D_KEY_TYPE.badkey4.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.allquant.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.avg.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.clear.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.clearavg.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.clearavg2.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.cleardenormalize.d \
-	${TESTSRCDIR}/tst/common/aggs/tst.clearlquantize.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.clearnormalize.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.count.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.count2.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.denormalize.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.denormalizeonly.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.fmtnormalize.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.forms.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.keysort.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.lquantize.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.lquantnormal.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.lquantrange.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.lquantround.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.lquantzero.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.max.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.min.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.multiaggs2.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.multiaggs3.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.multinormalize.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.neglquant.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.negorder.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.negquant.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.negtrunc.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.negtruncquant.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.normalize.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.order.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.quantize.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.quantmany.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.quantround.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.quantzero.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.signedkeys.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.signedkeyspos.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.subr.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.sum.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.trunc.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.trunc0.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.truncquant.d	\
-	${TESTSRCDIR}/tst/common/aggs/tst.valsortkeypos.d	\
-	${TESTSRCDIR}/tst/common/arrays/tst.uregsarray.d	\
-	${TESTSRCDIR}/tst/common/assocs/err.D_OP_INCOMPAT.dupgtype.d	\
-	${TESTSRCDIR}/tst/common/assocs/err.D_OP_INCOMPAT.dupttype.d	\
-	${TESTSRCDIR}/tst/common/assocs/tst.orthogonality.d	\
-	${TESTSRCDIR}/tst/common/buffering/err.end.d	\
-	${TESTSRCDIR}/tst/common/buffering/err.resize1.d	\
-	${TESTSRCDIR}/tst/common/buffering/err.resize2.d	\
-	${TESTSRCDIR}/tst/common/buffering/err.resize3.d	\
-	${TESTSRCDIR}/tst/common/buffering/err.zerobuf.d	\
-	${TESTSRCDIR}/tst/common/buffering/tst.alignring.d	\
-	${TESTSRCDIR}/tst/common/buffering/tst.dynvarsize.d	\
-	${TESTSRCDIR}/tst/common/buffering/tst.fill1.d	\
-	${TESTSRCDIR}/tst/common/buffering/tst.resize1.d	\
-	${TESTSRCDIR}/tst/common/buffering/tst.resize2.d	\
-	${TESTSRCDIR}/tst/common/buffering/tst.resize3.d	\
-	${TESTSRCDIR}/tst/common/buffering/tst.ring1.d	\
-	${TESTSRCDIR}/tst/common/buffering/tst.ring2.d	\
-	${TESTSRCDIR}/tst/common/buffering/tst.ring3.d	\
-	${TESTSRCDIR}/tst/common/buffering/tst.smallring.d	\
-	${TESTSRCDIR}/tst/common/buffering/tst.switch1.d	\
+	${TESTSRCDIR}/tst/common/aggs/err.D_KEY_TYPE.badkey4.d			\
+	${TESTSRCDIR}/tst/common/aggs/tst.allquant.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.avg.d					\
+	${TESTSRCDIR}/tst/common/aggs/tst.clear.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.clearavg.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.clearavg2.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.cleardenormalize.d			\
+	${TESTSRCDIR}/tst/common/aggs/tst.clearlquantize.d			\
+	${TESTSRCDIR}/tst/common/aggs/tst.clearnormalize.d			\
+	${TESTSRCDIR}/tst/common/aggs/tst.count.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.count2.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.denormalize.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.denormalizeonly.d			\
+	${TESTSRCDIR}/tst/common/aggs/tst.fmtnormalize.d			\
+	${TESTSRCDIR}/tst/common/aggs/tst.forms.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.keysort.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.lquantize.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.lquantnormal.d			\
+	${TESTSRCDIR}/tst/common/aggs/tst.lquantrange.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.lquantround.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.lquantzero.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.max.d					\
+	${TESTSRCDIR}/tst/common/aggs/tst.min.d					\
+	${TESTSRCDIR}/tst/common/aggs/tst.multiaggs2.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.multiaggs3.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.multinormalize.d			\
+	${TESTSRCDIR}/tst/common/aggs/tst.neglquant.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.negorder.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.negquant.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.negtrunc.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.negtruncquant.d			\
+	${TESTSRCDIR}/tst/common/aggs/tst.normalize.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.order.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.quantize.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.quantmany.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.quantround.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.quantzero.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.signedkeys.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.signedkeyspos.d			\
+	${TESTSRCDIR}/tst/common/aggs/tst.subr.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.sum.d					\
+	${TESTSRCDIR}/tst/common/aggs/tst.trunc.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.trunc0.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.truncquant.d				\
+	${TESTSRCDIR}/tst/common/aggs/tst.valsortkeypos.d			\
+	${TESTSRCDIR}/tst/common/arrays/tst.uregsarray.d			\
+	${TESTSRCDIR}/tst/common/assocs/err.D_OP_INCOMPAT.dupgtype.d		\
+	${TESTSRCDIR}/tst/common/assocs/err.D_OP_INCOMPAT.dupttype.d		\
+	${TESTSRCDIR}/tst/common/assocs/tst.orthogonality.d			\
+	${TESTSRCDIR}/tst/common/buffering/err.end.d				\
+	${TESTSRCDIR}/tst/common/buffering/err.resize1.d			\
+	${TESTSRCDIR}/tst/common/buffering/err.resize2.d			\
+	${TESTSRCDIR}/tst/common/buffering/err.resize3.d			\
+	${TESTSRCDIR}/tst/common/buffering/err.zerobuf.d			\
+	${TESTSRCDIR}/tst/common/buffering/tst.alignring.d			\
+	${TESTSRCDIR}/tst/common/buffering/tst.cputime.ksh			\
+	${TESTSRCDIR}/tst/common/buffering/tst.dynvarsize.d			\
+	${TESTSRCDIR}/tst/common/buffering/tst.fill1.d				\
+	${TESTSRCDIR}/tst/common/buffering/tst.resize1.d			\
+	${TESTSRCDIR}/tst/common/buffering/tst.resize2.d			\
+	${TESTSRCDIR}/tst/common/buffering/tst.resize3.d			\
+	${TESTSRCDIR}/tst/common/buffering/tst.ring1.d				\
+	${TESTSRCDIR}/tst/common/buffering/tst.ring2.d				\
+	${TESTSRCDIR}/tst/common/buffering/tst.ring3.d				\
+	${TESTSRCDIR}/tst/common/buffering/tst.smallring.d			\
+	${TESTSRCDIR}/tst/common/buffering/tst.switch1.d			\
 	${TESTSRCDIR}/tst/common/builtinvar/err.D_XLATE_NOCONV.cpuusage.d	\
-	${TESTSRCDIR}/tst/common/builtinvar/err.D_XLATE_NOCONV.nice.d	\
+	${TESTSRCDIR}/tst/common/builtinvar/err.D_XLATE_NOCONV.nice.d		\
 	${TESTSRCDIR}/tst/common/builtinvar/err.D_XLATE_NOCONV.priority.d	\
-	${TESTSRCDIR}/tst/common/builtinvar/err.D_XLATE_NOCONV.prsize.d	\
-	${TESTSRCDIR}/tst/common/builtinvar/err.D_XLATE_NOCONV.rssize.d	\
-	${TESTSRCDIR}/tst/common/builtinvar/tst.hpriority.d	\
-	${TESTSRCDIR}/tst/common/builtinvar/tst.lwpsinfo.d	\
-	${TESTSRCDIR}/tst/common/builtinvar/tst.lwpsinfo1.d	\
-	${TESTSRCDIR}/tst/common/builtinvar/tst.psinfo.d	\
-	${TESTSRCDIR}/tst/common/builtinvar/tst.psinfo1.d	\
-	${TESTSRCDIR}/tst/common/drops/drp.DTRACEDROP_AGGREGATION.d	\
-	${TESTSRCDIR}/tst/common/drops/drp.DTRACEDROP_DBLERROR.d	\
-	${TESTSRCDIR}/tst/common/drops/drp.DTRACEDROP_DYNAMIC.d	\
-	${TESTSRCDIR}/tst/common/drops/drp.DTRACEDROP_PRINCIPAL.d	\
-	${TESTSRCDIR}/tst/common/drops/drp.DTRACEDROP_PRINCIPAL.end.d	\
-	${TESTSRCDIR}/tst/common/drops/drp.DTRACEDROP_SPEC.d	\
-	${TESTSRCDIR}/tst/common/drops/drp.DTRACEDROP_SPECUNAVAIL.d	\
-	${TESTSRCDIR}/tst/common/drops/drp.DTRACEDROP_STKSTROVERFLOW.d	\
+	${TESTSRCDIR}/tst/common/builtinvar/err.D_XLATE_NOCONV.prsize.d		\
+	${TESTSRCDIR}/tst/common/builtinvar/err.D_XLATE_NOCONV.rssize.d		\
+	${TESTSRCDIR}/tst/common/builtinvar/tst.arg0clause.d			\
+	${TESTSRCDIR}/tst/common/builtinvar/tst.arg1to8clause.d			\
+	${TESTSRCDIR}/tst/common/builtinvar/tst.hpriority.d			\
+	${TESTSRCDIR}/tst/common/builtinvar/tst.lwpsinfo.d			\
+	${TESTSRCDIR}/tst/common/builtinvar/tst.lwpsinfo1.d			\
+	${TESTSRCDIR}/tst/common/builtinvar/tst.psinfo.d			\
+	${TESTSRCDIR}/tst/common/builtinvar/tst.psinfo1.d			\
+	${TESTSRCDIR}/tst/common/drops/drp.DTRACEDROP_AGGREGATION.d		\
+	${TESTSRCDIR}/tst/common/drops/drp.DTRACEDROP_DBLERROR.d		\
+	${TESTSRCDIR}/tst/common/drops/drp.DTRACEDROP_DYNAMIC.d			\
+	${TESTSRCDIR}/tst/common/drops/drp.DTRACEDROP_PRINCIPAL.d		\
+	${TESTSRCDIR}/tst/common/drops/drp.DTRACEDROP_PRINCIPAL.end.d		\
+	${TESTSRCDIR}/tst/common/drops/drp.DTRACEDROP_SPEC.d			\
+	${TESTSRCDIR}/tst/common/drops/drp.DTRACEDROP_SPECUNAVAIL.d		\
+	${TESTSRCDIR}/tst/common/drops/drp.DTRACEDROP_STKSTROVERFLOW.d		\
 	${TESTSRCDIR}/tst/common/dtraceUtil/err.D_PDESC_ZERO.InvalidDescription1.d	\
-	${TESTSRCDIR}/tst/common/funcs/err.D_PROTO_ARG.mobadarg.d	\
-	${TESTSRCDIR}/tst/common/funcs/err.D_PROTO_LEN.motoofew.d	\
-	${TESTSRCDIR}/tst/common/funcs/err.D_PROTO_LEN.motoomany.d	\
-	${TESTSRCDIR}/tst/common/funcs/err.D_PROTO_LEN.mtabadarg.d	\
-	${TESTSRCDIR}/tst/common/funcs/err.D_PROTO_LEN.mtatoofew.d	\
-	${TESTSRCDIR}/tst/common/funcs/err.D_PROTO_LEN.mtatoomany.d	\
-	${TESTSRCDIR}/tst/common/funcs/err.inet_ntoa6badaddr.d	\
-	${TESTSRCDIR}/tst/common/funcs/err.inet_ntoabadaddr.d	\
-	${TESTSRCDIR}/tst/common/funcs/err.inet_ntopbadaddr.d	\
-	${TESTSRCDIR}/tst/common/funcs/err.inet_ntopbadarg.d	\
-	${TESTSRCDIR}/tst/common/funcs/tst.bcopy.d	\
-	${TESTSRCDIR}/tst/common/funcs/tst.copyin.d	\
-	${TESTSRCDIR}/tst/common/funcs/tst.copyinto.d	\
-	${TESTSRCDIR}/tst/common/funcs/tst.ddi_pathname.d	\
-	${TESTSRCDIR}/tst/common/funcs/tst.hton.d	\
-	${TESTSRCDIR}/tst/common/funcs/tst.inet_ntoa.d	\
-	${TESTSRCDIR}/tst/common/funcs/tst.inet_ntoa6.d	\
-	${TESTSRCDIR}/tst/common/funcs/tst.inet_ntop.d	\
-	${TESTSRCDIR}/tst/common/funcs/tst.mutex_owned.d	\
-	${TESTSRCDIR}/tst/common/funcs/tst.mutex_owner.d	\
-	${TESTSRCDIR}/tst/common/funcs/tst.mutex_type_adaptive.d	\
-	${TESTSRCDIR}/tst/common/funcs/tst.progenyof.d	\
-	${TESTSRCDIR}/tst/common/inline/err.D_OP_INCOMPAT.badxlate.d	\
-	${TESTSRCDIR}/tst/common/inline/tst.InlineDataAssign.d	\
-	${TESTSRCDIR}/tst/common/inline/tst.InlineExpression.d	\
-	${TESTSRCDIR}/tst/common/inline/tst.InlineTypedef.d	\
-	${TESTSRCDIR}/tst/common/io/tst.fds.d	\
-	${TESTSRCDIR}/tst/common/java_api/manifest/test.jar-manifest	\
-	${TESTSRCDIR}/tst/common/java_api/src/TestAbort.java	\
-	${TESTSRCDIR}/tst/common/java_api/src/TestBean.java	\
-	${TESTSRCDIR}/tst/common/java_api/src/TestClose.java	\
-	${TESTSRCDIR}/tst/common/java_api/src/TestDrop.java	\
-	${TESTSRCDIR}/tst/common/java_api/src/TestEnable.java	\
-	${TESTSRCDIR}/tst/common/java_api/src/TestFunctionLookup.java	\
-	${TESTSRCDIR}/tst/common/java_api/src/TestMaxConsumers.java	\
-	${TESTSRCDIR}/tst/common/java_api/src/TestMultiAggPrinta.java	\
-	${TESTSRCDIR}/tst/common/java_api/src/TestProbeData.java	\
-	${TESTSRCDIR}/tst/common/java_api/src/TestProbeDescription.java	\
-	${TESTSRCDIR}/tst/common/java_api/src/TestStateMachine.java	\
-	${TESTSRCDIR}/tst/common/java_api/src/TestStopLock.java	\
-	${TESTSRCDIR}/tst/common/java_api/tst.printa.d	\
-	${TESTSRCDIR}/tst/common/lexer/err.D_CHR_NL.char.d	\
-	${TESTSRCDIR}/tst/common/lexer/err.D_STR_NL.string.d	\
-	${TESTSRCDIR}/tst/common/misc/tst.dynopt.d	\
-	${TESTSRCDIR}/tst/common/misc/tst.roch.d	\
-	${TESTSRCDIR}/tst/common/multiaggs/tst.many.d	\
-	${TESTSRCDIR}/tst/common/multiaggs/tst.same.d	\
-	${TESTSRCDIR}/tst/common/multiaggs/tst.sort.d	\
-	${TESTSRCDIR}/tst/common/multiaggs/tst.sortpos.d	\
-	${TESTSRCDIR}/tst/common/multiaggs/tst.tuplecompat.d	\
-	${TESTSRCDIR}/tst/common/multiaggs/tst.zero.d	\
-	${TESTSRCDIR}/tst/common/multiaggs/tst.zero2.d	\
+	${TESTSRCDIR}/tst/common/dtraceUtil/tst.DestructWithModule.d.ksh	\
+	${TESTSRCDIR}/tst/common/dtraceUtil/tst.PreprocessorStatement.d.ksh	\
+	${TESTSRCDIR}/tst/common/dtraceUtil/tst.ZeroModuleProbes.d.ksh		\
+	${TESTSRCDIR}/tst/common/funcs/err.D_PROTO_ARG.mobadarg.d		\
+	${TESTSRCDIR}/tst/common/funcs/err.D_PROTO_LEN.motoofew.d		\
+	${TESTSRCDIR}/tst/common/funcs/err.D_PROTO_LEN.motoomany.d		\
+	${TESTSRCDIR}/tst/common/funcs/err.D_PROTO_LEN.mtabadarg.d		\
+	${TESTSRCDIR}/tst/common/funcs/err.D_PROTO_LEN.mtatoofew.d		\
+	${TESTSRCDIR}/tst/common/funcs/err.D_PROTO_LEN.mtatoomany.d		\
+	${TESTSRCDIR}/tst/common/funcs/err.inet_ntoa6badaddr.d			\
+	${TESTSRCDIR}/tst/common/funcs/err.inet_ntoabadaddr.d			\
+	${TESTSRCDIR}/tst/common/funcs/err.inet_ntopbadaddr.d			\
+	${TESTSRCDIR}/tst/common/funcs/err.inet_ntopbadarg.d			\
+	${TESTSRCDIR}/tst/common/funcs/tst.bcopy.d				\
+	${TESTSRCDIR}/tst/common/funcs/tst.chill.ksh				\
+	${TESTSRCDIR}/tst/common/funcs/tst.copyin.d				\
+	${TESTSRCDIR}/tst/common/funcs/tst.copyinto.d				\
+	${TESTSRCDIR}/tst/common/funcs/tst.ddi_pathname.d			\
+	${TESTSRCDIR}/tst/common/funcs/tst.hton.d				\
+	${TESTSRCDIR}/tst/common/funcs/tst.inet_ntoa.d				\
+	${TESTSRCDIR}/tst/common/funcs/tst.inet_ntoa6.d				\
+	${TESTSRCDIR}/tst/common/funcs/tst.inet_ntop.d				\
+	${TESTSRCDIR}/tst/common/funcs/tst.mutex_owned.d			\
+	${TESTSRCDIR}/tst/common/funcs/tst.mutex_owner.d			\
+	${TESTSRCDIR}/tst/common/funcs/tst.mutex_type_adaptive.d		\
+	${TESTSRCDIR}/tst/common/funcs/tst.progenyof.d				\
+	${TESTSRCDIR}/tst/common/inline/err.D_OP_INCOMPAT.badxlate.d		\
+	${TESTSRCDIR}/tst/common/inline/tst.InlineDataAssign.d			\
+	${TESTSRCDIR}/tst/common/inline/tst.InlineExpression.d			\
+	${TESTSRCDIR}/tst/common/inline/tst.InlineTypedef.d			\
+	${TESTSRCDIR}/tst/common/io/tst.fds.d					\
+	${TESTSRCDIR}/tst/common/java_api/tst.Abort.ksh				\
+	${TESTSRCDIR}/tst/common/java_api/tst.Bean.ksh				\
+	${TESTSRCDIR}/tst/common/java_api/tst.Close.ksh				\
+	${TESTSRCDIR}/tst/common/java_api/tst.Drop.ksh				\
+	${TESTSRCDIR}/tst/common/java_api/tst.Enable.ksh			\
+	${TESTSRCDIR}/tst/common/java_api/tst.FunctionLookup.ksh		\
+	${TESTSRCDIR}/tst/common/java_api/tst.MaxConsumers.ksh			\
+	${TESTSRCDIR}/tst/common/java_api/tst.MultiAggPrinta.ksh		\
+	${TESTSRCDIR}/tst/common/java_api/tst.ProbeData.ksh			\
+	${TESTSRCDIR}/tst/common/java_api/tst.ProbeDescription.ksh		\
+	${TESTSRCDIR}/tst/common/java_api/tst.StateMachine.ksh			\
+	${TESTSRCDIR}/tst/common/java_api/tst.StopLock.ksh 			\
+	${TESTSRCDIR}/tst/common/java_api/tst.printa.d				\
+	${TESTSRCDIR}/tst/common/lexer/err.D_CHR_NL.char.d			\
+	${TESTSRCDIR}/tst/common/lexer/err.D_STR_NL.string.d			\
+	${TESTSRCDIR}/tst/common/mdb/tst.dtracedcmd.ksh				\
+	${TESTSRCDIR}/tst/common/mib/tst.icmp.ksh				\
+	${TESTSRCDIR}/tst/common/mib/tst.tcp.ksh				\
+	${TESTSRCDIR}/tst/common/mib/tst.udp.ksh				\
+	${TESTSRCDIR}/tst/common/misc/tst.dynopt.d				\
+	${TESTSRCDIR}/tst/common/misc/tst.include.ksh				\
+	${TESTSRCDIR}/tst/common/misc/tst.roch.d				\
+	${TESTSRCDIR}/tst/common/misc/tst.schrock.ksh				\
+	${TESTSRCDIR}/tst/common/multiaggs/tst.many.d				\
+	${TESTSRCDIR}/tst/common/multiaggs/tst.same.d				\
+	${TESTSRCDIR}/tst/common/multiaggs/tst.sort.d				\
+	${TESTSRCDIR}/tst/common/multiaggs/tst.sortpos.d			\
+	${TESTSRCDIR}/tst/common/multiaggs/tst.tuplecompat.d			\
+	${TESTSRCDIR}/tst/common/multiaggs/tst.zero.d				\
+	${TESTSRCDIR}/tst/common/multiaggs/tst.zero2.d				\
 	${TESTSRCDIR}/tst/common/offsetof/err.D_OFFSETOF_BITFIELD.bitfield.d	\
-	${TESTSRCDIR}/tst/common/pid/err.D_PDESC_ZERO.badlib.d	\
-	${TESTSRCDIR}/tst/common/pid/err.D_PDESC_ZERO.badlib.exe	\
-	${TESTSRCDIR}/tst/common/pid/err.D_PDESC_ZERO.badproc1.d	\
-	${TESTSRCDIR}/tst/common/pid/err.D_PROC_BADPID.badproc2.d	\
-	${TESTSRCDIR}/tst/common/pid/err.D_PROC_CREATEFAIL.many.d	\
-	${TESTSRCDIR}/tst/common/pid/err.D_PROC_CREATEFAIL.many.exe	\
-	${TESTSRCDIR}/tst/common/pid/err.D_PROC_FUNC.badfunc.d	\
-	${TESTSRCDIR}/tst/common/pid/err.D_PROC_FUNC.badfunc.exe	\
-	${TESTSRCDIR}/tst/common/pid/err.D_PROC_LIB.libdash.d	\
-	${TESTSRCDIR}/tst/common/pid/err.D_PROC_LIB.libdash.exe	\
-	${TESTSRCDIR}/tst/common/pid/err.D_PROC_NAME.alldash.d	\
-	${TESTSRCDIR}/tst/common/pid/err.D_PROC_NAME.alldash.exe	\
-	${TESTSRCDIR}/tst/common/pid/err.D_PROC_NAME.badname.d	\
-	${TESTSRCDIR}/tst/common/pid/err.D_PROC_NAME.badname.exe	\
-	${TESTSRCDIR}/tst/common/pid/err.D_PROC_NAME.globdash.d	\
-	${TESTSRCDIR}/tst/common/pid/err.D_PROC_NAME.globdash.exe	\
-	${TESTSRCDIR}/tst/common/pid/err.D_PROC_OFF.toobig.d	\
-	${TESTSRCDIR}/tst/common/pid/err.D_PROC_OFF.toobig.exe	\
-	${TESTSRCDIR}/tst/common/pid/tst.args1.d	\
-	${TESTSRCDIR}/tst/common/pid/tst.coverage.d	\
-	${TESTSRCDIR}/tst/common/pid/tst.coverage.exe	\
-	${TESTSRCDIR}/tst/common/pid/tst.emptystack.d	\
-	${TESTSRCDIR}/tst/common/pid/tst.emptystack.exe	\
-	${TESTSRCDIR}/tst/common/pid/tst.float.d	\
-	${TESTSRCDIR}/tst/common/pid/tst.fork.d	\
-	${TESTSRCDIR}/tst/common/pid/tst.gcc.d	\
-	${TESTSRCDIR}/tst/common/pid/tst.ret1.d	\
-	${TESTSRCDIR}/tst/common/pid/tst.ret2.d	\
-	${TESTSRCDIR}/tst/common/pid/tst.vfork.d	\
-	${TESTSRCDIR}/tst/common/pid/tst.weak1.d	\
-	${TESTSRCDIR}/tst/common/pid/tst.weak2.d	\
-	${TESTSRCDIR}/tst/common/plockstat/tst.available.d	\
-	${TESTSRCDIR}/tst/common/plockstat/tst.available.exe	\
-	${TESTSRCDIR}/tst/common/plockstat/tst.libmap.d	\
-	${TESTSRCDIR}/tst/common/plockstat/tst.libmap.exe	\
-	${TESTSRCDIR}/tst/common/pointers/err.D_OP_LVAL.AddressChange.d	\
-	${TESTSRCDIR}/tst/common/pointers/tst.GlobalVar.d	\
-	${TESTSRCDIR}/tst/common/pointers/tst.basic1.d	\
-	${TESTSRCDIR}/tst/common/pointers/tst.basic2.d	\
-	${TESTSRCDIR}/tst/common/predicates/tst.argsnotcached.d	\
-	${TESTSRCDIR}/tst/common/printa/tst.basics.d	\
-	${TESTSRCDIR}/tst/common/printa/tst.def.d	\
-	${TESTSRCDIR}/tst/common/printa/tst.dynwidth.d	\
-	${TESTSRCDIR}/tst/common/printa/tst.fmt.d	\
-	${TESTSRCDIR}/tst/common/printa/tst.many.d	\
-	${TESTSRCDIR}/tst/common/printa/tst.manyval.d	\
-	${TESTSRCDIR}/tst/common/printa/tst.stack.d	\
-	${TESTSRCDIR}/tst/common/printa/tst.tuple.d	\
-	${TESTSRCDIR}/tst/common/printf/tst.basics.d	\
-	${TESTSRCDIR}/tst/common/printf/tst.str.d	\
-	${TESTSRCDIR}/tst/common/printf/tst.sym.d	\
-	${TESTSRCDIR}/tst/common/proc/tst.sigwait.d	\
-	${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/safety/tst.basename.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.caller.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.cleanpath.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.copyin.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.copyin2.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.ddi_pathname.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.dirname.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.errno.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.execname.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.gid.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.hton.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.index.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.msgdsize.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.msgsize.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.null.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.pid.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.ppid.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.progenyof.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.random.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.rw.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.shortstr.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.stack.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.stackdepth.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.strchr.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.strjoin.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.strstr.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.strtok.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.substr.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.ucaller.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.uid.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.unalign.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.uregs.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.ustack.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.ustackdepth.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.vahole.d	\
-	${TESTSRCDIR}/tst/common/safety/tst.zonename.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	\
-	${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/pid/err.D_PDESC_ZERO.badlib.d			\
+	${TESTSRCDIR}/tst/common/pid/err.D_PDESC_ZERO.badproc1.d		\
+	${TESTSRCDIR}/tst/common/pid/err.D_PROC_BADPID.badproc2.d		\
+	${TESTSRCDIR}/tst/common/pid/err.D_PROC_CREATEFAIL.many.d		\
+	${TESTSRCDIR}/tst/common/pid/err.D_PROC_FUNC.badfunc.d			\
+	${TESTSRCDIR}/tst/common/pid/err.D_PROC_LIB.libdash.d			\
+	${TESTSRCDIR}/tst/common/pid/err.D_PROC_NAME.alldash.d			\
+	${TESTSRCDIR}/tst/common/pid/err.D_PROC_NAME.badname.d			\
+	${TESTSRCDIR}/tst/common/pid/err.D_PROC_NAME.globdash.d			\
+	${TESTSRCDIR}/tst/common/pid/err.D_PROC_OFF.toobig.d			\
+	${TESTSRCDIR}/tst/common/pid/tst.addprobes.ksh 				\
+	${TESTSRCDIR}/tst/common/pid/tst.args1.d				\
+	${TESTSRCDIR}/tst/common/pid/tst.coverage.d				\
+	${TESTSRCDIR}/tst/common/pid/tst.emptystack.d				\
+	${TESTSRCDIR}/tst/common/pid/tst.float.d				\
+	${TESTSRCDIR}/tst/common/pid/tst.fork.d					\
+	${TESTSRCDIR}/tst/common/pid/tst.gcc.d					\
+	${TESTSRCDIR}/tst/common/pid/tst.main.ksh				\
+	${TESTSRCDIR}/tst/common/pid/tst.manypids.ksh				\
+	${TESTSRCDIR}/tst/common/pid/tst.probemod.ksh				\
+	${TESTSRCDIR}/tst/common/pid/tst.ret1.d					\
+	${TESTSRCDIR}/tst/common/pid/tst.ret2.d					\
+	${TESTSRCDIR}/tst/common/pid/tst.vfork.d				\
+	${TESTSRCDIR}/tst/common/pid/tst.weak1.d				\
+	${TESTSRCDIR}/tst/common/pid/tst.weak2.d				\
+	${TESTSRCDIR}/tst/common/plockstat/tst.available.d			\
+	${TESTSRCDIR}/tst/common/plockstat/tst.libmap.d				\
+	${TESTSRCDIR}/tst/common/pointers/err.D_OP_LVAL.AddressChange.d		\
+	${TESTSRCDIR}/tst/common/pointers/tst.GlobalVar.d			\
+	${TESTSRCDIR}/tst/common/pointers/tst.basic1.d				\
+	${TESTSRCDIR}/tst/common/pointers/tst.basic2.d				\
+	${TESTSRCDIR}/tst/common/predicates/tst.argsnotcached.d			\
+	${TESTSRCDIR}/tst/common/predicates/tst.predcache.ksh			\
+	${TESTSRCDIR}/tst/common/printa/tst.basics.d				\
+	${TESTSRCDIR}/tst/common/printa/tst.def.d				\
+	${TESTSRCDIR}/tst/common/printa/tst.dynwidth.d				\
+	${TESTSRCDIR}/tst/common/printa/tst.fmt.d				\
+	${TESTSRCDIR}/tst/common/printa/tst.many.d				\
+	${TESTSRCDIR}/tst/common/printa/tst.manyval.d				\
+	${TESTSRCDIR}/tst/common/printa/tst.stack.d				\
+	${TESTSRCDIR}/tst/common/printa/tst.tuple.d				\
+	${TESTSRCDIR}/tst/common/printa/tst.walltimestamp.ksh			\
+	${TESTSRCDIR}/tst/common/printf/tst.basics.d				\
+	${TESTSRCDIR}/tst/common/printf/tst.printT.ksh				\
+	${TESTSRCDIR}/tst/common/printf/tst.printY.ksh				\
+	${TESTSRCDIR}/tst/common/printf/tst.str.d				\
+	${TESTSRCDIR}/tst/common/printf/tst.sym.d				\
+	${TESTSRCDIR}/tst/common/privs/tst.func_access.ksh			\
+	${TESTSRCDIR}/tst/common/privs/tst.op_access.ksh			\
+	${TESTSRCDIR}/tst/common/proc/tst.create.ksh				\
+	${TESTSRCDIR}/tst/common/proc/tst.discard.ksh				\
+	${TESTSRCDIR}/tst/common/proc/tst.exec.ksh				\
+	${TESTSRCDIR}/tst/common/proc/tst.execfail.ENOENT.ksh			\
+	${TESTSRCDIR}/tst/common/proc/tst.execfail.ksh				\
+	${TESTSRCDIR}/tst/common/proc/tst.exitcore.ksh				\
+	${TESTSRCDIR}/tst/common/proc/tst.exitexit.ksh				\
+	${TESTSRCDIR}/tst/common/proc/tst.exitkilled.ksh			\
+	${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/safety/tst.basename.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.caller.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.cleanpath.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.copyin.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.copyin2.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.ddi_pathname.d			\
+	${TESTSRCDIR}/tst/common/safety/tst.dirname.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.errno.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.execname.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.gid.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.hton.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.index.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.msgdsize.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.msgsize.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.null.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.pid.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.ppid.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.progenyof.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.random.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.rw.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.shortstr.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.stack.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.stackdepth.d			\
+	${TESTSRCDIR}/tst/common/safety/tst.strchr.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.strjoin.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.strstr.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.strtok.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.substr.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.ucaller.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.uid.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.unalign.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.uregs.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.ustack.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.ustackdepth.d			\
+	${TESTSRCDIR}/tst/common/safety/tst.vahole.d				\
+	${TESTSRCDIR}/tst/common/safety/tst.violentdeath.ksh			\
+	${TESTSRCDIR}/tst/common/safety/tst.zonename.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		\
+	${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	\
-	${TESTSRCDIR}/tst/common/scripting/err.D_SYNTAX.concat.d	\
-	${TESTSRCDIR}/tst/common/scripting/err.D_SYNTAX.desc.d	\
-	${TESTSRCDIR}/tst/common/scripting/err.D_SYNTAX.inval.d	\
-	${TESTSRCDIR}/tst/common/scripting/err.D_SYNTAX.pid.d	\
-	${TESTSRCDIR}/tst/common/scripting/tst.arg0.d	\
-	${TESTSRCDIR}/tst/common/scripting/tst.assign.d	\
-	${TESTSRCDIR}/tst/common/scripting/tst.basic.d	\
-	${TESTSRCDIR}/tst/common/scripting/tst.egid.d	\
-	${TESTSRCDIR}/tst/common/scripting/tst.euid.d	\
-	${TESTSRCDIR}/tst/common/scripting/tst.gid.d	\
-	${TESTSRCDIR}/tst/common/scripting/tst.pgid.d	\
-	${TESTSRCDIR}/tst/common/scripting/tst.pid.d	\
-	${TESTSRCDIR}/tst/common/scripting/tst.ppid.d	\
-	${TESTSRCDIR}/tst/common/scripting/tst.projid.d	\
-	${TESTSRCDIR}/tst/common/scripting/tst.quite.d	\
-	${TESTSRCDIR}/tst/common/scripting/tst.sid.d	\
-	${TESTSRCDIR}/tst/common/scripting/tst.taskid.d	\
-	${TESTSRCDIR}/tst/common/scripting/tst.trace.d	\
-	${TESTSRCDIR}/tst/common/scripting/tst.uid.d	\
+	${TESTSRCDIR}/tst/common/scripting/err.D_OP_LVAL.rdonly.d		\
+	${TESTSRCDIR}/tst/common/scripting/err.D_OP_WRITE.usepidmacro.d		\
+	${TESTSRCDIR}/tst/common/scripting/err.D_SYNTAX.concat.d		\
+	${TESTSRCDIR}/tst/common/scripting/err.D_SYNTAX.desc.d			\
+	${TESTSRCDIR}/tst/common/scripting/err.D_SYNTAX.inval.d			\
+	${TESTSRCDIR}/tst/common/scripting/err.D_SYNTAX.pid.d			\
+	${TESTSRCDIR}/tst/common/scripting/tst.arg0.d				\
+	${TESTSRCDIR}/tst/common/scripting/tst.arguments.ksh			\
+	${TESTSRCDIR}/tst/common/scripting/tst.assign.d				\
+	${TESTSRCDIR}/tst/common/scripting/tst.basic.d				\
+	${TESTSRCDIR}/tst/common/scripting/tst.egid.d				\
+	${TESTSRCDIR}/tst/common/scripting/tst.egid.ksh				\
+	${TESTSRCDIR}/tst/common/scripting/tst.euid.d				\
+	${TESTSRCDIR}/tst/common/scripting/tst.gid.d				\
+	${TESTSRCDIR}/tst/common/scripting/tst.gid.ksh				\
+	${TESTSRCDIR}/tst/common/scripting/tst.pgid.d				\
+	${TESTSRCDIR}/tst/common/scripting/tst.pid.d				\
+	${TESTSRCDIR}/tst/common/scripting/tst.ppid.d				\
+	${TESTSRCDIR}/tst/common/scripting/tst.projid.d				\
+	${TESTSRCDIR}/tst/common/scripting/tst.projid.ksh			\
+	${TESTSRCDIR}/tst/common/scripting/tst.quite.d				\
+	${TESTSRCDIR}/tst/common/scripting/tst.sid.d				\
+	${TESTSRCDIR}/tst/common/scripting/tst.taskid.d				\
+	${TESTSRCDIR}/tst/common/scripting/tst.taskid.ksh			\
+	${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.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	\
@@ -293,73 +326,101 @@
 	${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_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/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	\
-	${TESTSRCDIR}/tst/common/stack/err.D_USTACK_FRAMES.bad.d	\
-	${TESTSRCDIR}/tst/common/stack/err.D_USTACK_PROTO.bad.d	\
-	${TESTSRCDIR}/tst/common/stack/err.D_USTACK_STRSIZE.bad.d	\
-	${TESTSRCDIR}/tst/common/stack/tst.default.d	\
-	${TESTSRCDIR}/tst/common/stackdepth/tst.default.d	\
-	${TESTSRCDIR}/tst/common/stop/tst.stop1.d	\
-	${TESTSRCDIR}/tst/common/stop/tst.stop2.d	\
-	${TESTSRCDIR}/tst/common/syscall/tst.args.d	\
-	${TESTSRCDIR}/tst/common/sysevent/tst.post.d	\
-	${TESTSRCDIR}/tst/common/sysevent/tst.post_chan.d	\
-	${TESTSRCDIR}/tst/common/tracemem/err.D_PROTO_ARG.badsize.d	\
-	${TESTSRCDIR}/tst/common/tracemem/err.D_PROTO_LEN.toofew.d	\
-	${TESTSRCDIR}/tst/common/tracemem/err.D_PROTO_LEN.toomany.d	\
-	${TESTSRCDIR}/tst/common/tracemem/err.D_TRACEMEM_ADDR.badaddr.d	\
-	${TESTSRCDIR}/tst/common/tracemem/err.D_TRACEMEM_SIZE.negsize.d	\
+	${TESTSRCDIR}/tst/common/stack/err.D_STACK_PROTO.bad.d			\
+	${TESTSRCDIR}/tst/common/stack/err.D_STACK_SIZE.d			\
+	${TESTSRCDIR}/tst/common/stack/err.D_USTACK_FRAMES.bad.d		\
+	${TESTSRCDIR}/tst/common/stack/err.D_USTACK_PROTO.bad.d			\
+	${TESTSRCDIR}/tst/common/stack/err.D_USTACK_STRSIZE.bad.d		\
+	${TESTSRCDIR}/tst/common/stack/tst.default.d				\
+	${TESTSRCDIR}/tst/common/stackdepth/tst.default.d			\
+	${TESTSRCDIR}/tst/common/stop/tst.stop1.d				\
+	${TESTSRCDIR}/tst/common/stop/tst.stop2.d				\
+	${TESTSRCDIR}/tst/common/syscall/tst.args.d				\
+	${TESTSRCDIR}/tst/common/syscall/tst.openret.ksh			\
+	${TESTSRCDIR}/tst/common/sysevent/tst.post.d				\
+	${TESTSRCDIR}/tst/common/sysevent/tst.post_chan.d			\
+	${TESTSRCDIR}/tst/common/trace/tst.misc.d				\
+	${TESTSRCDIR}/tst/common/tracemem/err.D_PROTO_ARG.badsize.d		\
+	${TESTSRCDIR}/tst/common/tracemem/err.D_PROTO_LEN.toofew.d		\
+	${TESTSRCDIR}/tst/common/tracemem/err.D_PROTO_LEN.toomany.d		\
+	${TESTSRCDIR}/tst/common/tracemem/err.D_TRACEMEM_ADDR.badaddr.d		\
+	${TESTSRCDIR}/tst/common/tracemem/err.D_TRACEMEM_SIZE.negsize.d		\
 	${TESTSRCDIR}/tst/common/tracemem/err.D_TRACEMEM_SIZE.zerosize.d	\
-	${TESTSRCDIR}/tst/common/tracemem/tst.rootvp.d	\
-	${TESTSRCDIR}/tst/common/translators/tst.ProcModelTrans.d	\
-	${TESTSRCDIR}/tst/common/types/err.D_CG_DYN.ResultDynType.d	\
+	${TESTSRCDIR}/tst/common/tracemem/tst.rootvp.d				\
+	${TESTSRCDIR}/tst/common/translators/tst.ProcModelTrans.d		\
+	${TESTSRCDIR}/tst/common/types/err.D_CG_DYN.ResultDynType.d		\
 	${TESTSRCDIR}/tst/common/types/err.D_XLATE_REDECL.ResultDynType.d	\
-	${TESTSRCDIR}/tst/common/types/tst.complex.d	\
-	${TESTSRCDIR}/tst/common/types/tst.ptrops.d	\
-	${TESTSRCDIR}/tst/common/types/tst.struct.d	\
-	${TESTSRCDIR}/tst/common/types/tst.typedef.d	\
-	${TESTSRCDIR}/tst/common/usdt/argmap.d	\
-	${TESTSRCDIR}/tst/common/usdt/args.d	\
-	${TESTSRCDIR}/tst/common/usdt/forker.d	\
-	${TESTSRCDIR}/tst/common/usdt/tst.argmap.d	\
-	${TESTSRCDIR}/tst/common/usdt/tst.args.d	\
-	${TESTSRCDIR}/tst/common/ustack/tst.bigstack.d	\
-	${TESTSRCDIR}/tst/common/vars/tst.gid.d	\
-	${TESTSRCDIR}/tst/common/vars/tst.ppid.d	\
-	${TESTSRCDIR}/tst/common/vars/tst.uid.d	\
-	${TESTSRCDIR}/tst/common/vars/tst.walltimestamp.d	\
+	${TESTSRCDIR}/tst/common/types/tst.complex.d				\
+	${TESTSRCDIR}/tst/common/types/tst.ptrops.d				\
+	${TESTSRCDIR}/tst/common/types/tst.struct.d				\
+	${TESTSRCDIR}/tst/common/types/tst.typedef.d				\
+	${TESTSRCDIR}/tst/common/usdt/argmap.d					\
+	${TESTSRCDIR}/tst/common/usdt/args.d					\
+	${TESTSRCDIR}/tst/common/usdt/forker.d					\
+	${TESTSRCDIR}/tst/common/usdt/tst.andpid.ksh				\
+	${TESTSRCDIR}/tst/common/usdt/tst.argmap.d				\
+	${TESTSRCDIR}/tst/common/usdt/tst.args.d				\
+	${TESTSRCDIR}/tst/common/usdt/tst.badguess.ksh				\
+	${TESTSRCDIR}/tst/common/usdt/tst.dlclose1.ksh				\
+	${TESTSRCDIR}/tst/common/usdt/tst.dlclose2.ksh				\
+	${TESTSRCDIR}/tst/common/usdt/tst.dlclose3.ksh				\
+	${TESTSRCDIR}/tst/common/usdt/tst.eliminate.ksh				\
+	${TESTSRCDIR}/tst/common/usdt/tst.enabled.ksh				\
+	${TESTSRCDIR}/tst/common/usdt/tst.entryreturn.ksh			\
+	${TESTSRCDIR}/tst/common/usdt/tst.fork.ksh				\
+	${TESTSRCDIR}/tst/common/usdt/tst.forker.ksh				\
+	${TESTSRCDIR}/tst/common/usdt/tst.guess32.ksh				\
+	${TESTSRCDIR}/tst/common/usdt/tst.guess64.ksh				\
+	${TESTSRCDIR}/tst/common/usdt/tst.header.ksh				\
+	${TESTSRCDIR}/tst/common/usdt/tst.include.ksh				\
+	${TESTSRCDIR}/tst/common/usdt/tst.linkpriv.ksh				\
+	${TESTSRCDIR}/tst/common/usdt/tst.linkunpriv.ksh			\
+	${TESTSRCDIR}/tst/common/usdt/tst.multiple.ksh				\
+	${TESTSRCDIR}/tst/common/usdt/tst.nodtrace.ksh				\
+	${TESTSRCDIR}/tst/common/usdt/tst.onlyenabled.ksh			\
+	${TESTSRCDIR}/tst/common/usdt/tst.reeval.ksh				\
+	${TESTSRCDIR}/tst/common/usdt/tst.static.ksh				\
+	${TESTSRCDIR}/tst/common/usdt/tst.static2.ksh				\
+	${TESTSRCDIR}/tst/common/usdt/tst.user.ksh				\
+	${TESTSRCDIR}/tst/common/ustack/tst.bigstack.d				\
+	${TESTSRCDIR}/tst/common/ustack/tst.depth.ksh				\
+	${TESTSRCDIR}/tst/common/ustack/tst.spin.ksh				\
+	${TESTSRCDIR}/tst/common/vars/tst.gid.d					\
+	${TESTSRCDIR}/tst/common/vars/tst.ppid.d				\
+	${TESTSRCDIR}/tst/common/vars/tst.ucaller.ksh				\
+	${TESTSRCDIR}/tst/common/vars/tst.uid.d					\
+	${TESTSRCDIR}/tst/common/vars/tst.walltimestamp.d			\
 
 # --------------------------------------------------------------------------------
 # Tests that currently hang the system:
@@ -368,6 +429,7 @@
 	${TESTSRCDIR}/tst/common/fbtprovider/tst.basic.d	\
 	${TESTSRCDIR}/tst/common/fbtprovider/tst.return.d	\
 	${TESTSRCDIR}/tst/common/grammar/tst.stmts.d	\
+	${TESTSRCDIR}/tst/common/misc/tst.enablerace.ksh	\
 
 
 # --------------------------------------------------------------------------------
@@ -419,7 +481,9 @@
 # Get a list of test files in the test directory:
 ${_d}_ERR!=	find ${TESTSRCDIR}/tst/common/${_d} -name "err.*.d"
 ${_d}_TST!=	find ${TESTSRCDIR}/tst/common/${_d} -name "tst.*.d"
-${_d}_TF=	${${_d}_ERR} ${${_d}_TST}
+${_d}_SHERR!=	find ${TESTSRCDIR}/tst/common/${_d} -name "err.*.ksh"
+${_d}_SHTST!=	find ${TESTSRCDIR}/tst/common/${_d} -name "tst.*.ksh"
+${_d}_TF=	${${_d}_ERR} ${${_d}_TST} ${${_d}_SHERR} ${${_d}_SHTST}
 
 # Go through the list of test files and prepare another list that contains
 # none of the test files listed in the IGNORE list:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801130239.m0D2diSc092575>