From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16452 invoked by alias); 19 Mar 2010 00:58:14 -0000 Received: (qmail 16154 invoked by uid 22791); 19 Mar 2010 00:58:13 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 19 Mar 2010 00:58:08 +0000 Received: (qmail 20131 invoked from network); 19 Mar 2010 00:58:06 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 19 Mar 2010 00:58:06 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.69) (envelope-from ) id 1NsQXN-0006nd-9N; Fri, 19 Mar 2010 00:58:05 +0000 Date: Fri, 19 Mar 2010 00:58:00 -0000 From: "Joseph S. Myers" To: Doug Evans cc: gdb-patches@sourceware.org Subject: Re: [RFA] kfail longjmp.exp tests due to bug 9270 In-Reply-To: Message-ID: References: <20100318221601.F233684413@ruffy.mtv.corp.google.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-03/txt/msg00711.txt.bz2 On Thu, 18 Mar 2010, Doug Evans wrote: > +setup_kfail "gdb/9270" "x86_64-*-linux*" What will happen for i686-*-linux* --enable-64-bit-bfd (running tests with -m64)? What about x86_64 running tests with -m32? Both i?86-* and x86_64-* can cover both 32-bit and 64-bit configurations. What you want is (IA32 or x86_64 GNU/Linux) and (64-bit multilib), I think. In GCC such tests would use the lp64 effective-target, but I don't know what the GDB equivalent is. -- Joseph S. Myers joseph@codesourcery.com