From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24906 invoked by alias); 21 Mar 2002 01:42:13 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 24867 invoked from network); 21 Mar 2002 01:42:11 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 21 Mar 2002 01:42:11 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id g2L1g7f27392; Wed, 20 Mar 2002 19:42:07 -0600 Date: Wed, 20 Mar 2002 17:42:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200203210142.g2L1g7f27392@duracef.shout.net> To: drow@mvista.com, gdb-patches@sources.redhat.com Subject: Re: [RFA/testsuite] Complex numbers in C X-SW-Source: 2002-03/txt/msg00402.txt.bz2 Daniel Jacobowitz writes: > I could not, no matter how I searched, find a way to make DejaGNU be > quiet if a test fails to compile. One of the tests in gdb.threads has the same issue: it tries to link with several different thread libraries so there is noise in the output files from the unsuccessful links. It's never bothered me and my analysis scripts do not even see it. (they start off with /^[[::upper::]]: / basically). So it's okay with me to have noise like that. Michael C