From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3780 invoked by alias); 12 Feb 2003 22:44:08 -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 3772 invoked from network); 12 Feb 2003 22:44:07 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by 172.16.49.205 with SMTP; 12 Feb 2003 22:44:07 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h1CMi2G20157; Wed, 12 Feb 2003 16:44:02 -0600 Date: Wed, 12 Feb 2003 22:44:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200302122244.h1CMi2G20157@duracef.shout.net> To: carlton@math.stanford.edu, drow@mvista.com Subject: Re: [commit/obish] Fix cntrl-z Cc: ac131313@redhat.com, gdb-patches@sources.redhat.com X-SW-Source: 2003-02/txt/msg00296.txt.bz2 I ran annota2.exp 1000 times with gcc v2 and v3, dwarf-2 and stabs+. $ cat r-*/*/*/gdb.sum | grep annotate-quit | sort | uniq -c 977 KFAIL: gdb.c++/annota2.exp: annotate-quit (PRMS: gdb/544) 23 PASS: gdb.c++/annota2.exp: annotate-quit This is with 'cvs -D 2003-02-12 20:00:55 UTC'. I'm also on a busy system (building gcc's all day long). I can run it again on an idle system in a few hours. This test was all PASSes on 300 runs on '2003-02-09 18:18:02 UTC'. cvs -D ... -D ... indicates that the command loop changes are the only significant change. The ^Z part does work though. Michael C