From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50998 invoked by alias); 12 Oct 2019 13:46:14 -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 50968 invoked by uid 89); 12 Oct 2019 13:46:11 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-12.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:2843, opensuse, openSUSE X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 12 Oct 2019 13:46:09 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 49987AF9F for ; Sat, 12 Oct 2019 13:46:07 +0000 (UTC) From: Tom de Vries Subject: openSUSE Leap 15.1 x86_64 master test report To: "gdb-patches@sourceware.org" Message-ID: Date: Sat, 12 Oct 2019 13:46:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-10/txt/msg00308.txt.bz2 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