diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-12-19 13:37:34 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-12-19 13:37:34 +0000 |
commit | 13ac8d2c29bd346711448e3d6630d231e46fb70d (patch) | |
tree | e3406b81c583ed43e1393b4ae1b6b9a78406434f /gdb/testsuite/ChangeLog | |
parent | a53e62cf5654e07a8d78ce5c8f7d386565c2c17d (diff) | |
download | gdb-13ac8d2c29bd346711448e3d6630d231e46fb70d.zip gdb-13ac8d2c29bd346711448e3d6630d231e46fb70d.tar.gz gdb-13ac8d2c29bd346711448e3d6630d231e46fb70d.tar.bz2 |
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.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index fe12c18..f618349 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,19 @@ 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com> + * 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. + +2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com> + * gdb.threads/attach-stopped.exp (continue (*: attach2 continue)) (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping): Remove. |