From patchwork Thu Apr 12 20:20:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 152171 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 8B1E1B70B3 for ; Fri, 13 Apr 2012 06:20:51 +1000 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1334866852; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:From:To:Subject:CC:Date:Message-ID:User-Agent: MIME-Version:Content-Type:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=HUKXUfENMuizjcx9w4jgIEd7qyk=; b=Fwn71VEZohvP/Ch AGzIajx++oWrEeh/VUohopGP96AjLx8XusxvXDIh8EPoapH4n93fSw7LjEb4jIs4 HgnA/D9367DrK9aB63ZHLIYVazhh82fFzJsh6yjhYQnvgqWk0Vf0Rxz751ilIQ9u eYgCzGlpmxcMxBtqpD1IOKILF/9Q= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Received:From:To:Subject:CC:X-Yow:Date:Message-ID:User-Agent:MIME-Version:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=RLQfMeAGhYNotrR20ECb/MIIjfBHtVzTcIEvZuXwetUH+6jzZBXPaTKM2pl+JI 9nl5X557xdSceB8rs2WtYwb7hxg5q1erb2GbdJyNWjOM8GQrNlWB5B+vc+WqqcFT i28D2LzHmICickcTKqA2xi7jurw7sTt35ugcWnJB+yqNE=; Received: (qmail 24169 invoked by alias); 12 Apr 2012 20:20:35 -0000 Received: (qmail 24036 invoked by uid 22791); 12 Apr 2012 20:20:33 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 12 Apr 2012 20:20:18 +0000 Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3VTD4w3QnVz3hhZb; Thu, 12 Apr 2012 22:20:16 +0200 (CEST) Received: from igel.home (ppp-88-217-109-29.dynamic.mnet-online.de [88.217.109.29]) by mail.mnet-online.de (Postfix) with ESMTPA id 3VTD4w39jgz4KK7J; Thu, 12 Apr 2012 22:20:16 +0200 (CEST) Received: by igel.home (Postfix, from userid 501) id E45EBCA2A0; Thu, 12 Apr 2012 22:20:15 +0200 (CEST) From: Andreas Schwab To: libstdc++@gcc.gnu.org Subject: libstdc++-v3: Run prettyprinters.exp CC: gcc-patches@gcc.gnu.org X-Yow: I was in EXCRUCIATING PAIN until I started reading JACK AND JILL Magazine!! Date: Thu, 12 Apr 2012 22:20:15 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.95 (gnu/linux) MIME-Version: 1.0 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org prettyprinters.exp is never run except in non-parallel check or when requested explicitly. Tested on powerpc-linux and checked in as obvious. Andreas. 2012-04-12 Andreas Schwab * testsuite/Makefile.am (check_DEJAGNUnormal0): Run prettyprinters.exp. * testsuite/Makefile.in: Regenerated. diff --git a/libstdc++-v3/testsuite/Makefile.am b/libstdc++-v3/testsuite/Makefile.am index 7094ad5..0cf8de5 100644 --- a/libstdc++-v3/testsuite/Makefile.am +++ b/libstdc++-v3/testsuite/Makefile.am @@ -134,7 +134,7 @@ check-DEJAGNU $(check_DEJAGNU_normal_targets): check-DEJAGNU%: site.exp normal0) \ if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \ $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) \ - $(RUNTESTFLAGS) abi.exp; \ + $(RUNTESTFLAGS) abi.exp prettyprinters.exp; \ else echo "WARNING: could not find \`runtest'" 1>&2; :;\ fi; \ dirs="`cd $$srcdir; echo [013-9][0-9]_*/*`";; \