Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jun 2006 01:50:54 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 98369 for review
Message-ID:  <200606030150.k531osRl065534@repoman.freebsd.org>

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

Change 98369 by jb@jb_freebsd2 on 2006/06/03 01:50:23

	Crack the magic 800 tests. Phew.

Affected files ...

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

Differences ...

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

@@ -433,6 +433,7 @@
 	${.CURDIR}/tst/common/misc/tst.badopt.d \
 	${.CURDIR}/tst/common/misc/tst.boolopt.d \
 	${.CURDIR}/tst/common/misc/tst.dynopt.d \
+	${.CURDIR}/tst/common/misc/tst.enablerace.ksh \
 	${.CURDIR}/tst/common/misc/tst.haslam.d
 
 TESTMULTIAGGS= \
@@ -441,6 +442,7 @@
 	${.CURDIR}/tst/common/multiaggs/tst.many.d \
 	${.CURDIR}/tst/common/multiaggs/tst.same.d \
 	${.CURDIR}/tst/common/multiaggs/tst.sort.d \
+	${.CURDIR}/tst/common/multiaggs/tst.sortpos.d \
 	${.CURDIR}/tst/common/multiaggs/tst.tuplecompat.d \
 	${.CURDIR}/tst/common/multiaggs/tst.zero.d \
 	${.CURDIR}/tst/common/multiaggs/tst.zero2.d \
@@ -543,6 +545,7 @@
 	${.CURDIR}/tst/common/printa/tst.def.d \
 	${.CURDIR}/tst/common/printa/tst.dynwidth.d \
 	${.CURDIR}/tst/common/printa/tst.fmt.d \
+	${.CURDIR}/tst/common/printa/tst.many.d \
 	${.CURDIR}/tst/common/printa/tst.manyval.d \
 	${.CURDIR}/tst/common/printa/tst.tuple.d
 
@@ -726,6 +729,7 @@
 	${.CURDIR}/tst/common/speculation/tst.DiscardAftDiscard.d \
 	${.CURDIR}/tst/common/speculation/tst.DiscardWithZero.d \
 	${.CURDIR}/tst/common/speculation/tst.ExitAftDiscard.d \
+	${.CURDIR}/tst/common/speculation/tst.NoSpecBuffer.d \
 	${.CURDIR}/tst/common/speculation/tst.SpecSizeVariations1.d \
 	${.CURDIR}/tst/common/speculation/tst.SpecSizeVariations2.d \
 	${.CURDIR}/tst/common/speculation/tst.SpecSizeVariations3.d \
@@ -1359,9 +1363,11 @@
 	${.CURDIR}/tst/common/funcs/tst.mutex_owner.d \
 	${.CURDIR}/tst/common/funcs/tst.mutex_type_adaptive.d \
 	${.CURDIR}/tst/common/misc/tst.include.ksh \
+	${.CURDIR}/tst/common/predicates/tst.predcache.ksh \
 	${.CURDIR}/tst/common/preprocessor/err.D_PRAGCTL_INVAL.tabdefine.d \
 	${.CURDIR}/tst/common/printf/tst.sym.d \
 	${.CURDIR}/tst/common/probes/tst.probestar.d \
+	${.CURDIR}/tst/common/tracemem/tst.rootvp.d \
 	${.CURDIR}/tst/common/types/tst.complex.d \
 	${.CURDIR}/tst/common/types/tst.struct.d \
 	${.CURDIR}/tst/common/types/tst.typedef.d
@@ -1373,13 +1379,7 @@
 	${.CURDIR}/tst/common/aggs/tst.signature.d \
 	${.CURDIR}/tst/common/funcs/tst.chill.ksh \
 	${.CURDIR}/tst/common/inline/tst.InlineKinds.d \
-	${.CURDIR}/tst/common/misc/tst.enablerace.ksh \
-	${.CURDIR}/tst/common/multiaggs/tst.sortpos.d \
-	${.CURDIR}/tst/common/predicates/tst.predcache.ksh \
-	${.CURDIR}/tst/common/printa/tst.many.d \
 	${.CURDIR}/tst/common/printa/tst.stack.d \
-	${.CURDIR}/tst/common/speculation/tst.NoSpecBuffer.d \
-	${.CURDIR}/tst/common/tracemem/tst.rootvp.d \
 
 testhang	: ${.CURDIR}/bin/dtest ${TESTHANG}
 	@${.CURDIR}/bin/dtest ${TESTHANG}



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