From owner-p4-projects@FreeBSD.ORG Fri Mar 21 23:21:52 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id ED3691065672; Fri, 21 Mar 2008 23:21:51 +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 ACEA21065670 for ; Fri, 21 Mar 2008 23:21:51 +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 8D61C8FC1D for ; Fri, 21 Mar 2008 23:21:51 +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 m2LNLpKS041363 for ; Fri, 21 Mar 2008 23:21:51 GMT (envelope-from jb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2LNLpju041361 for perforce@freebsd.org; Fri, 21 Mar 2008 23:21:51 GMT (envelope-from jb@freebsd.org) Date: Fri, 21 Mar 2008 23:21:51 GMT Message-Id: <200803212321.m2LNLpju041361@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 138259 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: Fri, 21 Mar 2008 23:21:52 -0000 http://perforce.freebsd.org/chv.cgi?CH=138259 Change 138259 by jb@jb_freebsd8 on 2008/03/21 23:21:42 Enable a couple of stack tests. Affected files ... .. //depot/projects/dtrace/src/tools/test/dtrace/Makefile#26 edit Differences ... ==== //depot/projects/dtrace/src/tools/test/dtrace/Makefile#26 (text+ko) ==== @@ -128,13 +128,9 @@ ${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_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/syscall/tst.args.c \ ${TESTSRCDIR}/tst/common/syscall/tst.args.d \ ${TESTSRCDIR}/tst/common/syscall/tst.openret.ksh \