public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/16655] New: restore.exp, store.exp failures in testsuite
@ 2014-03-04  0:19 dje at google dot com
  2014-10-01  1:24 ` [Bug gdb/16655] " sandra at codesourcery dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dje at google dot com @ 2014-03-04  0:19 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16655

            Bug ID: 16655
           Summary: restore.exp, store.exp failures in testsuite
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: dje at google dot com
              Host: amd64-linux
            Target: amd64-linux

This bug is to track these failures (introduced by gcc changes IIRC).

FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l1 to 32492
FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l1 to 32492
FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l1 to 32492
FAIL: gdb.base/restore.exp: caller5 calls callee4; return restored l1 to 32492
FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l1 to 32492
FAIL: gdb.base/store.exp: var doublest l; print old l, expecting -1
FAIL: gdb.base/store.exp: var doublest l; print old r, expecting -2
FAIL: gdb.base/store.exp: var doublest l; setting l to 4
FAIL: gdb.base/store.exp: var doublest l; print new l, expecting 4
FAIL: gdb.base/store.exp: var doublest l; print incremented l, expecting 2
FAIL: gdb.base/store.exp: upvar doublest l; print old l, expecting -1
FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
FAIL: gdb.base/store.exp: upvar doublest l; set l to 4
FAIL: gdb.base/store.exp: upvar doublest l; print new l, expecting 4

[I thought I might have filed a bug already for this, but I couldn't find it.]

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug gdb/16655] restore.exp, store.exp failures in testsuite
  2014-03-04  0:19 [Bug gdb/16655] New: restore.exp, store.exp failures in testsuite dje at google dot com
@ 2014-10-01  1:24 ` sandra at codesourcery dot com
  2015-09-06 19:19 ` xdje42 at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: sandra at codesourcery dot com @ 2014-10-01  1:24 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16655

sandra at codesourcery dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sandra at codesourcery dot com

--- Comment #1 from sandra at codesourcery dot com ---
I'm seeing a lot of gdb.bases/restore.exp failures on arm-none-eabi with
-mthumb.  I believe the problem is 

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62225

GCC is not emitting DW_AT_location information for the variables it is
complaining about without -fvar-tracking enabled.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug gdb/16655] restore.exp, store.exp failures in testsuite
  2014-03-04  0:19 [Bug gdb/16655] New: restore.exp, store.exp failures in testsuite dje at google dot com
  2014-10-01  1:24 ` [Bug gdb/16655] " sandra at codesourcery dot com
@ 2015-09-06 19:19 ` xdje42 at gmail dot com
  2015-09-06 19:21 ` xdje42 at gmail dot com
  2015-09-06 19:22 ` xdje42 at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: xdje42 at gmail dot com @ 2015-09-06 19:19 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16655

Doug Evans <xdje42 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xdje42 at gmail dot com

--- Comment #2 from Doug Evans <xdje42 at gmail dot com> ---
There are more failures with similar reasons now (<optimized out>).

FAIL: gdb.base/store.exp: var float l; print old l, expecting -1
FAIL: gdb.base/store.exp: var float l; print old r, expecting -2
FAIL: gdb.base/store.exp: var float l; setting l to 4
FAIL: gdb.base/store.exp: var float l; print new l, expecting 4
FAIL: gdb.base/store.exp: var float l; print incremented l, expecting 2
FAIL: gdb.base/store.exp: var double l; print old l, expecting -1
FAIL: gdb.base/store.exp: var double l; print old r, expecting -2
FAIL: gdb.base/store.exp: var double l; setting l to 4
FAIL: gdb.base/store.exp: var double l; print new l, expecting 4
FAIL: gdb.base/store.exp: var double l; print incremented l, expecting 2
FAIL: gdb.base/store.exp: upvar float l; print old l, expecting -1
FAIL: gdb.base/store.exp: upvar float l; print old r, expecting -2
FAIL: gdb.base/store.exp: upvar float l; set l to 4
FAIL: gdb.base/store.exp: upvar float l; print new l, expecting 4
FAIL: gdb.base/store.exp: upvar double l; print old l, expecting -1
FAIL: gdb.base/store.exp: upvar double l; print old r, expecting -2
FAIL: gdb.base/store.exp: upvar double l; set l to 4
FAIL: gdb.base/store.exp: upvar double l; print new l, expecting 4

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug gdb/16655] restore.exp, store.exp failures in testsuite
  2014-03-04  0:19 [Bug gdb/16655] New: restore.exp, store.exp failures in testsuite dje at google dot com
  2014-10-01  1:24 ` [Bug gdb/16655] " sandra at codesourcery dot com
  2015-09-06 19:19 ` xdje42 at gmail dot com
@ 2015-09-06 19:21 ` xdje42 at gmail dot com
  2015-09-06 19:22 ` xdje42 at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: xdje42 at gmail dot com @ 2015-09-06 19:21 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16655

Doug Evans <xdje42 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |palves at redhat dot com

--- Comment #3 from Doug Evans <xdje42 at gmail dot com> ---
*** Bug 17019 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug gdb/16655] restore.exp, store.exp failures in testsuite
  2014-03-04  0:19 [Bug gdb/16655] New: restore.exp, store.exp failures in testsuite dje at google dot com
                   ` (2 preceding siblings ...)
  2015-09-06 19:21 ` xdje42 at gmail dot com
@ 2015-09-06 19:22 ` xdje42 at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: xdje42 at gmail dot com @ 2015-09-06 19:22 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16655

--- Comment #4 from Doug Evans <xdje42 at gmail dot com> ---
*** Bug 17020 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2015-09-06 19:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-04  0:19 [Bug gdb/16655] New: restore.exp, store.exp failures in testsuite dje at google dot com
2014-10-01  1:24 ` [Bug gdb/16655] " sandra at codesourcery dot com
2015-09-06 19:19 ` xdje42 at gmail dot com
2015-09-06 19:21 ` xdje42 at gmail dot com
2015-09-06 19:22 ` xdje42 at gmail dot com

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).