From owner-p4-projects@FreeBSD.ORG Wed Mar 26 06:56:30 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 298A41065676; Wed, 26 Mar 2008 06:56:30 +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 DD71D1065674 for ; Wed, 26 Mar 2008 06:56:29 +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 C76B38FC16 for ; Wed, 26 Mar 2008 06:56:29 +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 m2Q6uTEr083105 for ; Wed, 26 Mar 2008 06:56:29 GMT (envelope-from jb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2Q6uTic083103 for perforce@freebsd.org; Wed, 26 Mar 2008 06:56:29 GMT (envelope-from jb@freebsd.org) Date: Wed, 26 Mar 2008 06:56:29 GMT Message-Id: <200803260656.m2Q6uTic083103@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 138579 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: Wed, 26 Mar 2008 06:56:30 -0000 http://perforce.freebsd.org/chv.cgi?CH=138579 Change 138579 by jb@jb_freebsd1 on 2008/03/26 06:56:20 Ignore a few more tests now that the unimplemented functionality has been disabled in the parser so that the D script compile fails. These were previously passing simply because the dtrace kernel module code was commented out, not because they actually worked. :-) Affected files ... .. //depot/projects/dtrace/src/tools/test/dtrace/Makefile#30 edit Differences ... ==== //depot/projects/dtrace/src/tools/test/dtrace/Makefile#30 (text+ko) ==== @@ -4,6 +4,13 @@ DTEST= ${TESTSRCDIR}/cmd/scripts/dtest.pl -n IGNORE= \ + ${TESTSRCDIR}/tst/common/arrays/err.D_IDENT_UNDEF.badureg.d \ + ${TESTSRCDIR}/tst/common/printa/err.D_PRINTF_ARG_TYPE.jstack.d \ + ${TESTSRCDIR}/tst/common/printa/err.D_PRINTF_ARG_TYPE.ustack.d \ + ${TESTSRCDIR}/tst/common/printa/tst.stack.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/stop/tst.stop1.d \ ${TESTSRCDIR}/tst/common/aggs/tst.subr.d \ ${TESTSRCDIR}/tst/common/aggs/tst.signature.d \