From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65831 invoked by alias); 10 Apr 2015 08:22:03 -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 65812 invoked by uid 89); 10 Apr 2015 08:22:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f169.google.com Received: from mail-pd0-f169.google.com (HELO mail-pd0-f169.google.com) (209.85.192.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 10 Apr 2015 08:22:01 +0000 Received: by pddn5 with SMTP id n5so15540865pdd.2 for ; Fri, 10 Apr 2015 01:22:00 -0700 (PDT) X-Received: by 10.70.47.102 with SMTP id c6mr804366pdn.24.1428654119968; Fri, 10 Apr 2015 01:21:59 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id f1sm1396499pdp.24.2015.04.10.01.21.58 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 10 Apr 2015 01:21:59 -0700 (PDT) From: Yao Qi To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v2 00/23] All-stop on top of non-stop References: <1428410990-28560-1-git-send-email-palves@redhat.com> Date: Fri, 10 Apr 2015 08:22:00 -0000 In-Reply-To: <1428410990-28560-1-git-send-email-palves@redhat.com> (Pedro Alves's message of "Tue, 7 Apr 2015 13:49:27 +0100") Message-ID: <86lhi0v1el.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00360.txt.bz2 Pedro Alves writes: > While v1 had only been tested on x86-64 GNU/Linux, v2 was tested on: > > x86-64 GNU/Linux > x86-64 GNU/Linux on top of software single-step branch > PPC64 GNU/Linux > S/390 GNU/Linux I also tested this series on aarch64 GNU/Linux (hardware single step, no displaced stepping) with GDBserver. Some regressions in gdb.threads/non-stop-fair-events.exp. (gdb) PASS: gdb.threads/non-stop-fair-events.exp: signal_thread=3D2: contin= ue & ^M Program received signal SIGUSR1, User defined signal 1.^M FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3D2: thread 1 bro= ke out of loop (timeout) FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3D2: thread 2 bro= ke out of loop (timeout) FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3D2: thread 3 bro= ke out of loop (timeout) --=20 Yao (=E9=BD=90=E5=B0=A7)