From owner-p4-projects@FreeBSD.ORG Sun May 14 00:53:08 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 3943E16A458; Sun, 14 May 2006 00:53:08 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F067816A40E for ; Sun, 14 May 2006 00:53:07 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAD1943D45 for ; Sun, 14 May 2006 00:53:07 +0000 (GMT) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4E0r2uB079175 for ; Sun, 14 May 2006 00:53:02 GMT (envelope-from jb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4E0r2Gc079172 for perforce@freebsd.org; Sun, 14 May 2006 00:53:02 GMT (envelope-from jb@freebsd.org) Date: Sun, 14 May 2006 00:53:02 GMT Message-Id: <200605140053.k4E0r2Gc079172@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 97119 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: Sun, 14 May 2006 00:53:08 -0000 http://perforce.freebsd.org/chv.cgi?CH=97119 Change 97119 by jb@jb_freebsd2 on 2006/05/14 00:52:14 Inch our way to pass 661 tests. This is like rock climbing. Affected files ... .. //depot/projects/dtrace/src/cddl/test/dtrace/Makefile#5 edit Differences ... ==== //depot/projects/dtrace/src/cddl/test/dtrace/Makefile#5 (text+ko) ==== @@ -78,14 +78,12 @@ ${.CURDIR}/tst/common/aggs/tst.lquantnormal.d \ ${.CURDIR}/tst/common/aggs/tst.lquantrange.d \ ${.CURDIR}/tst/common/aggs/tst.lquantround.d \ - ${.CURDIR}/tst/common/aggs/tst.lquantzero.d \ ${.CURDIR}/tst/common/aggs/tst.max.d \ ${.CURDIR}/tst/common/aggs/tst.min.d \ ${.CURDIR}/tst/common/aggs/tst.multiaggs1.d \ ${.CURDIR}/tst/common/aggs/tst.multiaggs2.d \ ${.CURDIR}/tst/common/aggs/tst.multiaggs3.d \ ${.CURDIR}/tst/common/aggs/tst.multinormalize.d \ - ${.CURDIR}/tst/common/aggs/tst.negorder.d \ ${.CURDIR}/tst/common/aggs/tst.negtrunc.d \ ${.CURDIR}/tst/common/aggs/tst.negtruncquant.d \ ${.CURDIR}/tst/common/aggs/tst.normalize.d \ @@ -93,7 +91,6 @@ ${.CURDIR}/tst/common/aggs/tst.quantize.d \ ${.CURDIR}/tst/common/aggs/tst.quantmany.d \ ${.CURDIR}/tst/common/aggs/tst.quantround.d \ - ${.CURDIR}/tst/common/aggs/tst.quantzero.d \ ${.CURDIR}/tst/common/aggs/tst.sum.d \ ${.CURDIR}/tst/common/aggs/tst.trunc.d \ ${.CURDIR}/tst/common/aggs/tst.trunc0.d \ @@ -136,6 +133,7 @@ ${.CURDIR}/tst/common/assocs/tst.diffprofile.d \ ${.CURDIR}/tst/common/assocs/tst.initialize.d \ ${.CURDIR}/tst/common/assocs/tst.misc.d \ + ${.CURDIR}/tst/common/assocs/tst.orthogonality.d \ ${.CURDIR}/tst/common/assocs/tst.this.d TESTBEGIN= \ @@ -169,6 +167,7 @@ ${.CURDIR}/tst/common/buffering/tst.resize3.d \ ${.CURDIR}/tst/common/buffering/tst.ring1.d \ ${.CURDIR}/tst/common/buffering/tst.ring2.d \ + ${.CURDIR}/tst/common/buffering/tst.ring3.d \ ${.CURDIR}/tst/common/buffering/tst.smallring.d \ ${.CURDIR}/tst/common/buffering/tst.switch1.d @@ -510,6 +509,9 @@ ${.CURDIR}/tst/common/providers/err.D_PDESC_ZERO.wrongdec3.d \ ${.CURDIR}/tst/common/providers/tst.basics.d \ ${.CURDIR}/tst/common/providers/tst.beginexit.d \ + ${.CURDIR}/tst/common/providers/tst.beginprof.d \ + ${.CURDIR}/tst/common/providers/tst.probattrs.d \ + ${.CURDIR}/tst/common/providers/tst.probefunc.d \ ${.CURDIR}/tst/common/providers/tst.probemod.d \ ${.CURDIR}/tst/common/providers/tst.probename.d \ ${.CURDIR}/tst/common/providers/tst.probprov.d \ @@ -876,11 +878,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 \ - ${.CURDIR}/tst/common/misc/tst.include.ksh \ - ${.CURDIR}/tst/common/misc/tst.roch.d \ - ${.CURDIR}/tst/common/misc/tst.schrock.ksh + ${.CURDIR}/tst/common/misc/tst.haslam.d TESTPID= \ ${.CURDIR}/tst/common/pid/err.D_PDESC_ZERO.badlib.d \ @@ -1214,6 +1212,9 @@ ${.CURDIR}/tst/common/aggs/tst.neglquant.d \ ${.CURDIR}/tst/common/aggs/tst.negquant.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 \ @@ -1230,6 +1231,7 @@ ${.CURDIR}/tst/common/profile-n/tst.ufunc.ksh \ ${.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/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 \ @@ -1268,17 +1270,12 @@ ${.CURDIR}/tst/common/builtinvar/tst.lwpsinfo.d \ ${.CURDIR}/tst/common/builtinvar/tst.lwpsinfo1.d -REQUIRES_CURTHREAD= \ - ${.CURDIR}/tst/common/assocs/tst.orthogonality.d \ - ${.CURDIR}/tst/common/buffering/tst.ring3.d \ - ${.CURDIR}/tst/common/scalars/tst.selfarray2.d \ - ${.CURDIR}/tst/common/types/tst.complex.d - REQUIRES_ERRNO= \ ${.CURDIR}/tst/common/builtinvar/tst.errno.d \ - ${.CURDIR}/tst/common/builtinvar/tst.errno1. + ${.CURDIR}/tst/common/builtinvar/tst.errno1.d REQUIRES_FBT= \ + ${.CURDIR}/tst/common/misc/tst.roch.d \ ${.CURDIR}/tst/common/predicates/tst.argsnotcached.d \ ${.CURDIR}/tst/common/safety/tst.basename.d \ ${.CURDIR}/tst/common/safety/tst.caller.d \ @@ -1327,7 +1324,8 @@ ${.CURDIR}/tst/common/types/tst.ptrops.d REQUIRES_LIBPROC= \ - ${.CURDIR}/tst/common/vars/tst.ucaller.ksh + ${.CURDIR}/tst/common/vars/tst.ucaller.ksh \ + ${.CURDIR}/tst/common/misc/tst.schrock.ksh REQUIRES_ROOTFS= \ ${.CURDIR}/tst/common/printf/tst.str.d @@ -1358,9 +1356,11 @@ ${.CURDIR}/tst/common/funcs/tst.mutex_owned.d \ ${.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/preprocessor/err.D_PRAGCTL_INVAL.tabdefine.d \ ${.CURDIR}/tst/common/printf/tst.sym.d \ ${.CURDIR}/tst/common/probes/tst.probestar.d \ + ${.CURDIR}/tst/common/types/tst.complex.d # -------------------------------------------------------------------------------- # Tests that currently hang. @@ -1374,15 +1374,13 @@ ${.CURDIR}/tst/common/funcs/tst.chill.ksh \ ${.CURDIR}/tst/common/funcs/tst.system.d \ ${.CURDIR}/tst/common/inline/tst.InlineKinds.d \ + ${.CURDIR}/tst/common/misc/tst.enablerace.ksh \ ${.CURDIR}/tst/common/multiaggs/tst.many.d \ ${.CURDIR}/tst/common/multiaggs/tst.sortpos.d \ ${.CURDIR}/tst/common/multiaggs/tst.tuplecompat.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/providers/tst.beginprof.d \ - ${.CURDIR}/tst/common/providers/tst.probattrs.d \ - ${.CURDIR}/tst/common/providers/tst.probefunc.d \ ${.CURDIR}/tst/common/speculation/tst.NoSpecBuffer.d \ ${.CURDIR}/tst/common/tracemem/tst.rootvp.d