From owner-p4-projects@FreeBSD.ORG Sun Mar 23 02:59:58 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 17DAE1065672; Sun, 23 Mar 2008 02:59:58 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB660106566B for ; Sun, 23 Mar 2008 02:59:57 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BC75D8FC1B for ; Sun, 23 Mar 2008 02:59:57 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2N2xvq4046353 for ; Sun, 23 Mar 2008 02:59:57 GMT (envelope-from jb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2N2xv8J046351 for perforce@freebsd.org; Sun, 23 Mar 2008 02:59:57 GMT (envelope-from jb@freebsd.org) Date: Sun, 23 Mar 2008 02:59:57 GMT Message-Id: <200803230259.m2N2xv8J046351@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 138319 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, 23 Mar 2008 02:59:58 -0000 http://perforce.freebsd.org/chv.cgi?CH=138319 Change 138319 by jb@jb_freebsd1 on 2008/03/23 02:59:49 Enable a couple more tests. Disable some new ones from the latest IFopensolaris that depend on the pid provider. Affected files ... .. //depot/projects/dtrace/src/tools/test/dtrace/Makefile#27 edit Differences ... ==== //depot/projects/dtrace/src/tools/test/dtrace/Makefile#27 (text+ko) ==== @@ -78,6 +78,10 @@ ${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.provregex1.ksh \ + ${TESTSRCDIR}/tst/common/pid/tst.provregex2.ksh \ + ${TESTSRCDIR}/tst/common/pid/tst.provregex3.ksh \ + ${TESTSRCDIR}/tst/common/pid/tst.provregex4.ksh \ ${TESTSRCDIR}/tst/common/pid/tst.ret1.c \ ${TESTSRCDIR}/tst/common/pid/tst.ret1.d \ ${TESTSRCDIR}/tst/common/pid/tst.ret2.c \ @@ -128,9 +132,6 @@ ${TESTSRCDIR}/tst/common/speculation/err.D_ACT_SPEC.SpeculateWithPanic.d \ ${TESTSRCDIR}/tst/common/speculation/err.D_ACT_SPEC.SpeculateWithRaise.d \ ${TESTSRCDIR}/tst/common/speculation/err.D_ACT_SPEC.SpeculateWithStop.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/syscall/tst.args.c \ ${TESTSRCDIR}/tst/common/syscall/tst.args.d \ ${TESTSRCDIR}/tst/common/syscall/tst.openret.ksh \