From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19286 invoked by alias); 27 Aug 2004 18:42:47 -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 19271 invoked from network); 27 Aug 2004 18:42:46 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.77.109) by sourceware.org with SMTP; 27 Aug 2004 18:42:46 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i7RIfvlk011058; Fri, 27 Aug 2004 20:41:57 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i7RIfvJO044781; Fri, 27 Aug 2004 20:41:57 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id i7RIfplE044778; Fri, 27 Aug 2004 20:41:51 +0200 (CEST) Date: Fri, 27 Aug 2004 18:42:00 -0000 Message-Id: <200408271841.i7RIfplE044778@elgar.kettenis.dyndns.org> From: Mark Kettenis To: cagney@gnu.org CC: mec.gnu@mindspring.com, drow@false.org, gdb-patches@sources.redhat.com In-reply-to: <412BC24B.9000304@gnu.org> (message from Andrew Cagney on Tue, 24 Aug 2004 18:33:47 -0400) Subject: Re: [testsuite] Kfail signals.exp failures References: <20040808231810.GA24826@nevyn.them.org> <200408090745.i797jnFc000594@elgar.kettenis.dyndns.org> <20040809131105.GA27539@nevyn.them.org> <41178316.7000906@gnu.org> <4117A9EC.nail4LF31OFF4@mindspring.com> <412BC24B.9000304@gnu.org> X-SW-Source: 2004-08/txt/msg00755.txt.bz2 Date: Tue, 24 Aug 2004 18:33:47 -0400 From: Andrew Cagney As for a separate signals directory, this code is really testing infrun.c (ya), and makes for some fundamental functionality (should have been fixed working 10+ years ago), so I think still belongs in gdb.base. Besides I've been naming all the files sig*.exp so that they are easy to identify. I think its better to reserve new directories for things that are clearly separate -> stabs edge cases, dwarf edge cases, C++ lang stuff, ... We could too easily end up with a pedantic debate over which directory a test belongs (...) :-) I agree with Andrew here.