From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22314 invoked by alias); 2 Dec 2010 21:34:57 -0000 Received: (qmail 22262 invoked by uid 22791); 2 Dec 2010 21:34:57 -0000 X-SWARE-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Dec 2010 21:34:52 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 3EC0F31009; Thu, 2 Dec 2010 13:34:49 -0800 (PST) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost3.vmware.com (Postfix) with ESMTP id 07896CD9AF; Thu, 2 Dec 2010 13:34:48 -0800 (PST) Message-ID: <4CF810F8.7040904@vmware.com> Date: Thu, 02 Dec 2010 21:34:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.24 (X11/20101103) MIME-Version: 1.0 To: Tom Tromey CC: "gdb-patches@sourceware.org" Subject: Re: [RFA] Skip tests if floating point not supported. References: <4CF432A3.5030306@vmware.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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-12/txt/msg00018.txt.bz2 Tom Tromey wrote: >>>>>> "Michael" == Michael Snyder writes: > > Michael> Here are some tests that fail if the target does not support > Michael> floating point. > > This is ok. > > Tom Thanks Tom. Committed to trunk only.