From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29255 invoked by alias); 14 Jan 2002 03:47:30 -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 29074 invoked from network); 14 Jan 2002 03:47:28 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 14 Jan 2002 03:47:28 -0000 Received: (from mec@localhost) by duracef.shout.net (8.8.7/8.8.7) id VAA16912 for gdb-patches@sources.redhat.com; Sun, 13 Jan 2002 21:47:27 -0600 Date: Sun, 13 Jan 2002 19:47:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200201140347.VAA16912@duracef.shout.net> To: gdb-patches@sources.redhat.com Subject: [PATCH] fix test script ERRORs in 5.1 branch X-SW-Source: 2002-01/txt/msg00374.txt.bz2 I'd like to request approval to port this test script patch from mainline to the 5.1 branch: http://sources.redhat.com/ml/gdb-cvs/2001-10/msg00156.html This looks like an obvious fix to me, but I want to be conservative about changing the branch. Note that the only changes are in test suite files. My motivation: I run test suites on both mainline and 5.1 branch and I write explanations of every ERROR and WARNING. It will make my life easier to remove ERRORs from the 5.1 branch, because then I won't have to keep seeing them and keep checking that they are the same error as the last test suite run. Michael C