From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47974 invoked by alias); 29 Jan 2018 16:28:42 -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 47961 invoked by uid 89); 29 Jan 2018 16:28:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=persistent X-HELO: mail-qt0-f175.google.com Received: from mail-qt0-f175.google.com (HELO mail-qt0-f175.google.com) (209.85.216.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 29 Jan 2018 16:28:40 +0000 Received: by mail-qt0-f175.google.com with SMTP id s3so13383351qtb.10 for ; Mon, 29 Jan 2018 08:28:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=YQKKcesxI8qe/cUJb2KzrfQ5gjazt0bWIs0P0rCrXFo=; b=NgnCKT0Akxttv/aakA7wvV1b6uEnT2WDIiPJSro4XL11rthTgOYxTHs1oQ8Z14IYuf fLl0tTT/hQnU1XavyioeRDVstWV01aLo+WtyTtb81hCG3RDll5SOpHW/2pffwaqZxPhE 94ovJfpL39LYGNsPdikYIUYT8gRhjSAtx7JfYPi0/Sn8KfGNA783z1HVZEt7VLl8girb QgjsAWbhAlZIEb5VV2J3yjgT/K6Fb7GLoDzIbO5RQPfctIS+Xgw6urADqaK2xRuTAetc iRlAb+w/IYqSxjGKJZQ48k+UVDdaVbqmtZ0+ML0KYBPfWC2TDipDK0QFVmcc45ou6VE6 dKEg== X-Gm-Message-State: AKwxytek3foG/gejrA/bk8YFOtLskfbhgn3XP4F5CQjDw82819U5iiyW ULT1wL7fcoleYunlQOn9wTa3GgKPaI4eTn50FS0= X-Google-Smtp-Source: AH8x224mQKrshS7y9zAOqZvE3Uve3JYgQ31TVM3SptpwPQQKPZqZXLZW7TOy83zgJGoJ3AIaSpPxWHR/pR2CeKoRq38= X-Received: by 10.200.26.69 with SMTP id q5mr38166780qtk.174.1517243318629; Mon, 29 Jan 2018 08:28:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.153.232 with HTTP; Mon, 29 Jan 2018 08:28:38 -0800 (PST) In-Reply-To: References: <7C97CC6A-92CB-4702-820D-206022F07102@arm.com> <20180125141138.701802b4@ThinkPad> From: Yao Qi Date: Mon, 29 Jan 2018 16:28:00 -0000 Message-ID: Subject: Re: [PATCH v2 0/8] Remove XML files from gdbserver To: Omair Javaid Cc: Philipp Rudo , Alan Hayward , "gdb-patches@sourceware.org" , nd Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-01/txt/msg00601.txt.bz2 Hi Omair, Thanks for testing these patches... On Fri, Jan 26, 2018 at 10:31 PM, Omair Javaid wr= ote: > Hi Alan, > > I just ran gdb testsuite with native-gdbserver configuration on your > patches and found a couple of regressions. At least first three seems to = be > coming out of your patch series as they seem persistent over multiple runs > of testsuite. > > 1c1 > < Test Run By omair on Sat Jan 27 02:51:24 2018 > --- >> Test Run By omair on Sat Jan 27 01:58:06 2018 > 1257,1258c1257,1258 > < FAIL: gdb.arch/i386-mpx.exp: bndcfgu formating > < FAIL: gdb.arch/i386-mpx.exp: test if bndstatus is enabled > --- >> PASS: gdb.arch/i386-mpx.exp: bndcfgu formating >> PASS: gdb.arch/i386-mpx.exp: test if bndstatus is enabled > 6706c6706 > < FAIL: gdb.base/gcore.exp: corefile restored all registers > --- >> PASS: gdb.base/gcore.exp: corefile restored all registers > 50790c50790 If I read the diff correctly, there are regressions in gdb.arch/i386-mpx.exp and gdb.base/gcore.exp. > < PASS: gdb.threads/thread-unwindonsignal.exp: continue until exit > --- >> FAIL: gdb.threads/thread-unwindonsignal.exp: continue until exit (timeou= t) > 55145,55146c55145,55146 This test case isn't stable for me, I remember I saw the fail several times before. --=20 Yao (=E9=BD=90=E5=B0=A7)