From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123068 invoked by alias); 2 Sep 2016 14:35:00 -0000 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 Received: (qmail 123058 invoked by uid 89); 2 Sep 2016 14:34:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:222 X-HELO: mail-oi0-f50.google.com Received: from mail-oi0-f50.google.com (HELO mail-oi0-f50.google.com) (209.85.218.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 02 Sep 2016 14:34:54 +0000 Received: by mail-oi0-f50.google.com with SMTP id r205so83940748oih.3 for ; Fri, 02 Sep 2016 07:34:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=MaKaWGTmk8Ikr0y+TeJuRMFzHBs7V72+pPfwUrwV9Dk=; b=SQxXhUAWGG5btPwj4jOe+Eup3na27JmYEMge0ORQctE0MPzOQpgFGfrX6GAEHUQfjj RNX2QVZ2cp9JkhclPCZZd8idljQTB3OCjRw2zfyzYaQAcbACxbbTPCepbvdd9QnVWjGZ pvBGw+fcrBlPkt/e0zrxPhVbzgqrThojDSbCnS8hcP8Ts7gMDXEvWJ0EabVjtOmDgRSx pg8K8QLyrXcM1Lx+KBoVzwM4XubL/A2n9jcwt6/apYw5s+KT/O7qc7qm56NMwVjkm4PD 7DVuQ98Cz11V2bVdrwxR8K5h3bFuVrbH4y22hpwFHlcpjJMrOyVB/JFCg+OYsZS4Yu4e t4gA== X-Gm-Message-State: AE9vXwOVySvLgSgcRFRr+Iw0rIN1Qs/g7xnT5Lt8hpd3SqjamnBf0nfT+VIntZduCChZAc2tjs5CpwcTcOPzwA== X-Received: by 10.157.17.129 with SMTP id v1mr3156391otf.101.1472826893085; Fri, 02 Sep 2016 07:34:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.79.201 with HTTP; Fri, 2 Sep 2016 07:34:52 -0700 (PDT) In-Reply-To: <90bdbf02-6cc0-c200-2f5d-f0b1ef710158@redhat.com> References: <1472806536-11600-1-git-send-email-yao.qi@linaro.org> <90bdbf02-6cc0-c200-2f5d-f0b1ef710158@redhat.com> From: Yao Qi Date: Fri, 02 Sep 2016 14:35:00 -0000 Message-ID: Subject: Re: [PATCH] Skip floating point tests in return-nodebug.exp if gdb_skip_stdio_test is true To: Pedro Alves Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00041.txt.bz2 On Fri, Sep 2, 2016 at 11:26 AM, Pedro Alves wrote: > > LGTM. > Thanks, patch is pushed in. --=20 Yao (=E9=BD=90=E5=B0=A7)