mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
gdb/doc/
* gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing tests. gdb/testsuite/ * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL by XFAIL. * gdb.cp/static-method.exp (info addr A::func()) (list static-method.cc:xxx::(anonymous namespace)::A::func) (list 'static-method.cc:xxx::(anonymous namespace)::A::func') (list 'static-method.cc':'xxx::(anonymous namespace)::A::func') (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise. * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m) (test value of F in k3_m): Likewise. * gdb.python/py-type.exp (python print ttype.template_argument(2)): Likewise.
This commit is contained in:
@ -193,7 +193,7 @@ proc test_template {} {
|
||||
gdb_test "python print isinstance(ttype.template_argument(1), gdb.Value)" \
|
||||
"True"
|
||||
|
||||
setup_kfail "gcc/41736" *-*-*
|
||||
setup_xfail "gcc/41736" *-*-*
|
||||
gdb_test "python print ttype.template_argument(2)" "&C::c"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user