This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/17017] New: gdb.python/py-xmethods.exp fails against gdbserver


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

            Bug ID: 17017
           Summary: gdb.python/py-xmethods.exp fails against gdbserver
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: palves at redhat dot com

$ make check RUNTESTFLAGS="--target_board=native-gdbserver
gdb.python/py-xmethods.exp"
...
Running ../../../src/gdb/testsuite/gdb.python/py-xmethods.exp ...
FAIL: gdb.python/py-xmethods.exp: Before: a1 + a2
FAIL: gdb.python/py-xmethods.exp: Before: a1 - a2
FAIL: gdb.python/py-xmethods.exp: Before: b1 - a1
FAIL: gdb.python/py-xmethods.exp: Before: a1.geta()
FAIL: gdb.python/py-xmethods.exp: Before: a_ptr->geta()
FAIL: gdb.python/py-xmethods.exp: Before: e.geta()
FAIL: gdb.python/py-xmethods.exp: Before: g.size_diff<float>()
FAIL: gdb.python/py-xmethods.exp: Before: g.size_mul<2>()
FAIL: gdb.python/py-xmethods.exp: Before: g.mul<double>(2.0)
FAIL: gdb.python/py-xmethods.exp: After: a1 - a2
FAIL: gdb.python/py-xmethods.exp: After: b1 - a1
                === gdb Summary ===

# of expected passes            35
# of unexpected failures        11


It all passes cleanly against native.  This is on Fedora 20.

Examples from gdb.log:

(gdb) PASS: gdb.python/py-xmethods.exp: continue to breakpoint: Break here
p a1 + a2
>From CC <A_plus_A>:
$1 = 15
(gdb) FAIL: gdb.python/py-xmethods.exp: Before: a1 + a2
p a2 - a1
>From CC <A_minus_A>:
$2 = 5
(gdb) FAIL: gdb.python/py-xmethods.exp: Before: a1 - a2

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]