From patchwork Fri Apr 10 12:27:05 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pedro Alves X-Patchwork-Id: 6132 Received: (qmail 93443 invoked by alias); 10 Apr 2015 12:27:10 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 93429 invoked by uid 89); 10 Apr 2015 12:27:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, SPF_HELO_PASS, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 10 Apr 2015 12:27:08 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t3ACR7QD009331 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 10 Apr 2015 08:27:07 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t3ACR5GX028267; Fri, 10 Apr 2015 08:27:06 -0400 Message-ID: <5527C199.4000106@redhat.com> Date: Fri, 10 Apr 2015 13:27:05 +0100 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Sergio Durigan Junior CC: GDB Patches Subject: [gdb-xfails] Remove gdb.threads/step-over-trips-on-watchpoint.exp fails Sergio, I'd like to remove the gdb.threads/step-over-trips-on-watchpoint.exp fails from the buildbot XFAILs. The test is fixed now. ---- From 4b10d4311184cc0ba09c60d2adf319ec4716ec84 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Fri, 10 Apr 2015 13:22:45 +0100 Subject: [PATCH] Remove gdb.threads/step-over-trips-on-watchpoint.exp fails Fixed by: https://sourceware.org/ml/gdb-patches/2015-04/msg00374.html --- xfails/Fedora-ppc64be-cc-with-index/xfails/master/xfail | 2 -- xfails/Fedora-ppc64be-m64/xfails/master/xfail | 4 ---- xfails/Fedora-ppc64le-cc-with-index/xfails/master/xfail | 2 -- xfails/Fedora-ppc64le-m64/xfails/master/xfail | 1 - xfails/Fedora-s390x-m64/xfails/master/xfail | 2 -- 5 files changed, 11 deletions(-) diff --git a/xfails/Fedora-ppc64be-cc-with-index/xfails/master/xfail b/xfails/Fedora-ppc64be-cc-with-index/xfails/master/xfail index b780d4a..c3e7776 100644 --- a/xfails/Fedora-ppc64be-cc-with-index/xfails/master/xfail +++ b/xfails/Fedora-ppc64be-cc-with-index/xfails/master/xfail @@ -1,3 +1 @@ -FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step FAIL: gdb.base/auxv.exp: matching auxv data from live and gcore -FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: next: next diff --git a/xfails/Fedora-ppc64be-m64/xfails/master/xfail b/xfails/Fedora-ppc64be-m64/xfails/master/xfail index a7b359e..ccc8737 100644 --- a/xfails/Fedora-ppc64be-m64/xfails/master/xfail +++ b/xfails/Fedora-ppc64be-m64/xfails/master/xfail @@ -5,7 +5,3 @@ FAIL: gdb.base/auxv.exp: load core file for info auxv on gcore-created dump (tim FAIL: gdb.base/auxv.exp: load core file for info auxv on native core dump (timeout) FAIL: gdb.base/auxv.exp: matching auxv data from live and core FAIL: gdb.base/auxv.exp: matching auxv data from live and gcore -FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next -FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step -FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: next: next -FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step diff --git a/xfails/Fedora-ppc64le-cc-with-index/xfails/master/xfail b/xfails/Fedora-ppc64le-cc-with-index/xfails/master/xfail index 329c092..e69de29 100644 --- a/xfails/Fedora-ppc64le-cc-with-index/xfails/master/xfail +++ b/xfails/Fedora-ppc64le-cc-with-index/xfails/master/xfail @@ -1,2 +0,0 @@ -FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step -FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step diff --git a/xfails/Fedora-ppc64le-m64/xfails/master/xfail b/xfails/Fedora-ppc64le-m64/xfails/master/xfail index fba7319..e69de29 100644 --- a/xfails/Fedora-ppc64le-m64/xfails/master/xfail +++ b/xfails/Fedora-ppc64le-m64/xfails/master/xfail @@ -1 +0,0 @@ -FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next diff --git a/xfails/Fedora-s390x-m64/xfails/master/xfail b/xfails/Fedora-s390x-m64/xfails/master/xfail index d603154..28486b8 100644 --- a/xfails/Fedora-s390x-m64/xfails/master/xfail +++ b/xfails/Fedora-s390x-m64/xfails/master/xfail @@ -1,3 +1 @@ FAIL: gdb.base/async-shell.exp: process stopped (timeout) -FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step -FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: next: next