From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23724 invoked by alias); 14 Jan 2003 08:19:05 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 23711 invoked from network); 14 Jan 2003 08:19:03 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by 209.249.29.67 with SMTP; 14 Jan 2003 08:19:03 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h0E8IbE30657; Tue, 14 Jan 2003 02:18:37 -0600 Date: Tue, 14 Jan 2003 08:19:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200301140818.h0E8IbE30657@duracef.shout.net> To: drow@mvista.com, gdb@sources.redhat.com Subject: Re: A testsuite update, for the curious X-SW-Source: 2003-01/txt/msg00226.txt.bz2 Daniel Jacobowitz writes: > One FAIL from gdb.gdb/complaints.exp. Hey, I'm not getting any FAILs from gdb.gdb/complaints.exp in any of my tested configurations. > a testsuite bug that only shows up with a relative path to configure, You probably already figured this out: # TODO: gdb.base/corefile.exp cannot handle relative objdir # it does "cd ${objdir}/${subdir}; ${binfile};" when # ${binfile} == ${objdir}/${subdir}/${testfile}. The fix is probably just s/${binfile}/${testfile} . BTW I am unable to run corefile.exp on native i686-pc-linux-gnu red-hat-8.0 because red hat 8.0 turns on the kernel flag for core file names so that the names are 'core.12345' instead of 'core'. > And something else is wrong in print-threads.exp; I occasionally see a > SIGSEGV in the testsuite log. But I can't reproduce it often enough to > get a good look at it. I get sporadic ERRORs in gdb.trace/actions.exp. I am not seeing this behavior in print-threads.exp and I am running 100+ of them per week (I run a lot of "infrastructure" test runs that I don't publish, but I would notice a bunch of core-dump-induced madness). I do see one other print-threads.exp problem that manifests with sourceware TCL+Expect+Dejagnu and does not manifest with stock TCL+Expect+Dejagnu. So it's quite possible that there are races that never get scheduled depending on subtle things like the version of Expect that you test with. Michael C