public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* openSUSE Leap 15.1 x86_64 master test report
@ 2019-10-12 13:46 Tom de Vries
  2019-10-12 23:12 ` Simon Marchi
  2019-10-13  4:36 ` Christian Biesinger via gdb-patches
  0 siblings, 2 replies; 4+ messages in thread
From: Tom de Vries @ 2019-10-12 13:46 UTC (permalink / raw)
  To: gdb-patches

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::<u32>(23u32)
FAIL: gdb.rust/generics.exp: ptype identity::<u32>(23u32)
FAIL: gdb.rust/generics.exp: print identity::<f64>(23)
FAIL: gdb.rust/generics.exp: ptype identity::<f64>(23)
FAIL: gdb.rust/generics.exp: print identity::< Hold<i32> >(e)
FAIL: gdb.rust/generics.exp: print identity::<generics::Hold<i32> >(e)
FAIL: gdb.rust/generics.exp: print identity::<Hold<i32>>(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::<u32>(23u32)
> FAIL: gdb.rust/generics.exp: ptype identity::<u32>(23u32)
> FAIL: gdb.rust/generics.exp: print identity::<f64>(23)
> FAIL: gdb.rust/generics.exp: ptype identity::<f64>(23)
> FAIL: gdb.rust/generics.exp: print identity::< Hold<i32> >(e)
> FAIL: gdb.rust/generics.exp: print identity::<generics::Hold<i32> >(e)
> FAIL: gdb.rust/generics.exp: print identity::<Hold<i32>>(e)

PR25025 - "FAIL: gdb.rust/generics.exp: print identity::<u32>(23u32)"
https://sourceware.org/bugzilla/show_bug.cgi?id=25025

Thanks,
- Tom

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: openSUSE Leap 15.1 x86_64 master test report
  2019-10-12 13:46 openSUSE Leap 15.1 x86_64 master test report Tom de Vries
@ 2019-10-12 23:12 ` Simon Marchi
  2019-10-13  4:36 ` Christian Biesinger via gdb-patches
  1 sibling, 0 replies; 4+ messages in thread
From: Simon Marchi @ 2019-10-12 23:12 UTC (permalink / raw)
  To: Tom de Vries; +Cc: gdb-patches

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::<u32>(23u32)
> FAIL: gdb.rust/generics.exp: ptype identity::<u32>(23u32)
> FAIL: gdb.rust/generics.exp: print identity::<f64>(23)
> FAIL: gdb.rust/generics.exp: ptype identity::<f64>(23)
> FAIL: gdb.rust/generics.exp: print identity::< Hold<i32> >(e)
> FAIL: gdb.rust/generics.exp: print identity::<generics::Hold<i32> >(e)
> FAIL: gdb.rust/generics.exp: print identity::<Hold<i32>>(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::<u32>(23u32)
>> FAIL: gdb.rust/generics.exp: ptype identity::<u32>(23u32)
>> FAIL: gdb.rust/generics.exp: print identity::<f64>(23)
>> FAIL: gdb.rust/generics.exp: ptype identity::<f64>(23)
>> FAIL: gdb.rust/generics.exp: print identity::< Hold<i32> >(e)
>> FAIL: gdb.rust/generics.exp: print identity::<generics::Hold<i32> >(e)
>> FAIL: gdb.rust/generics.exp: print identity::<Hold<i32>>(e)
> 
> PR25025 - "FAIL: gdb.rust/generics.exp: print identity::<u32>(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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: openSUSE Leap 15.1 x86_64 master test report
  2019-10-12 13:46 openSUSE Leap 15.1 x86_64 master test report Tom de Vries
  2019-10-12 23:12 ` Simon Marchi
@ 2019-10-13  4:36 ` Christian Biesinger via gdb-patches
  2019-10-13  9:41   ` Tom de Vries
  1 sibling, 1 reply; 4+ messages in thread
From: Christian Biesinger via gdb-patches @ 2019-10-13  4:36 UTC (permalink / raw)
  To: Tom de Vries; +Cc: gdb-patches

On Sat, Oct 12, 2019 at 9:46 AM Tom de Vries <tdevries@suse.de> wrote:
> > 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

Hmm, that bug seems to be considered fixed, except that some tests are
missing. Unless I'm misreading the bug it doesn't seem to be quite the
same? Unless it's not fully fixed, or perhaps it regressed, but that
would probably be good to mention there.

Christian

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: openSUSE Leap 15.1 x86_64 master test report
  2019-10-13  4:36 ` Christian Biesinger via gdb-patches
@ 2019-10-13  9:41   ` Tom de Vries
  0 siblings, 0 replies; 4+ messages in thread
From: Tom de Vries @ 2019-10-13  9:41 UTC (permalink / raw)
  To: Christian Biesinger; +Cc: gdb-patches

On 13-10-2019 06:36, Christian Biesinger wrote:
> On Sat, Oct 12, 2019 at 9:46 AM Tom de Vries <tdevries@suse.de> wrote:
>>> 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
> 
> Hmm, that bug seems to be considered fixed, except that some tests are
> missing. Unless I'm misreading the bug it doesn't seem to be quite the
> same? Unless it's not fully fixed, or perhaps it regressed, but that
> would probably be good to mention there.

The FAIL was reported in
https://sourceware.org/bugzilla/show_bug.cgi?id=19436#c1 .

Thanks,
- Tom

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-10-13  9:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-12 13:46 openSUSE Leap 15.1 x86_64 master test report Tom de Vries
2019-10-12 23:12 ` Simon Marchi
2019-10-13  4:36 ` Christian Biesinger via gdb-patches
2019-10-13  9:41   ` Tom de Vries

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).