From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35273 invoked by alias); 12 Oct 2019 23:12:22 -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 34471 invoked by uid 89); 12 Oct 2019 23:12:20 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=bringing X-HELO: smtp.polymtl.ca Received: from smtp.polymtl.ca (HELO smtp.polymtl.ca) (132.207.4.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 12 Oct 2019 23:12:19 +0000 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id x9CNCCc9017634 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sat, 12 Oct 2019 19:12:17 -0400 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca x9CNCCc9017634 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=polymtl.ca; s=default; t=1570921937; bh=2mVOXsiMP0SkwF5UN/mbh7y0p5I1eXgcXPACqllXERU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=oQ0OzynSjnjddKOncuY+tQqIk5ToNgooPMzCTZDYvBMJdbn34cwoIfpzrXlaqhjhi ajxgop8bd6oO3XEP4rXbB6e1CKpwTmrJ2O2pgyEcRRbIr89fOvveh+yO6jparqim3/ QdfeolKd75PL1M1Iv91JikOO0kmAP2UFsoSyLl7g= Received: by simark.ca (Postfix, from userid 112) id 2EA2A1E79E; Sat, 12 Oct 2019 19:12:12 -0400 (EDT) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id E8B0C1E4A5; Sat, 12 Oct 2019 19:12:10 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 12 Oct 2019 23:12:00 -0000 From: Simon Marchi To: Tom de Vries Cc: gdb-patches@sourceware.org Subject: Re: openSUSE Leap 15.1 x86_64 master test report In-Reply-To: References: Message-ID: <5ed20c8d3abe4b981baa0141c795c39e@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.3.10 X-IsSubscribed: yes X-SW-Source: 2019-10/txt/msg00313.txt.bz2 On 2019-10-12 09:46, Tom de Vries wrote: > Hi, > > on openSUSE Leap 15.1 x86_64 (using default gcc 7.4.1) with current > master (commit bbcfc6249a7) plus pending patches: > - [gdb/testsuite] Fix regexp for reg value in jit-reader.exp > https://sourceware.org/ml/gdb-patches/2019-10/msg00273.html > - [gdb/tdep] Fix 'Unexpected register class' assert in > amd64_push_arguments > https://sourceware.org/ml/gdb-patches/2019-10/msg00293.html > - [gdb/tdep] Fix inferior call arg passing for amd64 > https://sourceware.org/ml/gdb-patches/2019-10/msg00307.html > I get these test results: > ... > FAIL: gdb.ada/mi_task_arg.exp: -stack-list-arguments 1 (unexpected > output) > FAIL: gdb.base/fullname.exp: set breakpoint by full path before loading > symbols - built relative > FAIL: gdb.base/fullname.exp: set breakpoint by full path after loading > symbols - built relative > FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at > 'f(std::string)' > FAIL: gdb.rust/generics.exp: print identity::(23u32) > FAIL: gdb.rust/generics.exp: ptype identity::(23u32) > FAIL: gdb.rust/generics.exp: print identity::(23) > FAIL: gdb.rust/generics.exp: ptype identity::(23) > FAIL: gdb.rust/generics.exp: print identity::< Hold >(e) > FAIL: gdb.rust/generics.exp: print identity:: >(e) > FAIL: gdb.rust/generics.exp: print identity::>(e) > > === gdb Summary === > > # of expected passes 74962 > # of unexpected failures 11 > # of unexpected successes 4 > # of expected failures 71 > # of unknown successes 3 > # of known failures 71 > # of untested testcases 36 > # of unsupported tests 77 > ... > > > So, a total of 11 failures in 4 test-cases. The FAILs in more detail: > >> FAIL: gdb.ada/mi_task_arg.exp: -stack-list-arguments 1 (unexpected >> output) > > Unclassified. > > >> FAIL: gdb.base/fullname.exp: set breakpoint by full path before >> loading symbols - built relative >> FAIL: gdb.base/fullname.exp: set breakpoint by full path after loading >> symbols - built relative > > PR24687 - "FAIL: gdb.base/fullname.exp: set breakpoint by full path > before/after loading symbols - built relative" > https://sourceware.org/bugzilla/show_bug.cgi?id=24687 > > >> FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at >> 'f(std::string)' > > PR19436 - "C++11 ABI tag does not work" > https://sourceware.org/bugzilla/show_bug.cgi?id=19436 > > >> FAIL: gdb.rust/generics.exp: print identity::(23u32) >> FAIL: gdb.rust/generics.exp: ptype identity::(23u32) >> FAIL: gdb.rust/generics.exp: print identity::(23) >> FAIL: gdb.rust/generics.exp: ptype identity::(23) >> FAIL: gdb.rust/generics.exp: print identity::< Hold >(e) >> FAIL: gdb.rust/generics.exp: print identity:: >(e) >> FAIL: gdb.rust/generics.exp: print identity::>(e) > > PR25025 - "FAIL: gdb.rust/generics.exp: print identity::(23u32)" > https://sourceware.org/bugzilla/show_bug.cgi?id=25025 > > Thanks, > - Tom This is really nice, thanks for all you work on bringing the testsuite closer to 0 failures! Simon