diff options
author | David Carlton <carlton@bactrian.org> | 2003-01-17 19:24:16 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2003-01-17 19:24:16 +0000 |
commit | fdba05d75ffc6fe78011f92a6b627841aa5f1244 (patch) | |
tree | 7cc4cc4ab5f6d9f829a817521fe16cdf447273e3 /gdb | |
parent | d2b29e01d793d8e1c8ad24760dbd4e11b7ec7a4c (diff) | |
download | gdb-fdba05d75ffc6fe78011f92a6b627841aa5f1244.zip gdb-fdba05d75ffc6fe78011f92a6b627841aa5f1244.tar.gz gdb-fdba05d75ffc6fe78011f92a6b627841aa5f1244.tar.bz2 |
2003-01-17 David Carlton <carlton@math.stanford.edu>
* gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
corresponding to PR c++/68.
(and fix date of previous ChangeLog entry; oops.)
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gdb/testsuite/gdb.c++/inherit.exp | 22 |
2 files changed, 15 insertions, 14 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b4e8589..edd216f 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,4 +1,9 @@ -2003-01-16 David Carlton <carlton@math.stanford.edu> +2003-01-17 David Carlton <carlton@math.stanford.edu> + + * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests + corresponding to PR c++/68. + +2003-01-17 David Carlton <carlton@math.stanford.edu> * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure. (test_paddr_hairy_functions): Call print_addr_2_kfail for diff --git a/gdb/testsuite/gdb.c++/inherit.exp b/gdb/testsuite/gdb.c++/inherit.exp index 286c27b..66c2a52 100644 --- a/gdb/testsuite/gdb.c++/inherit.exp +++ b/gdb/testsuite/gdb.c++/inherit.exp @@ -1,4 +1,4 @@ -# Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002 +# Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify @@ -349,7 +349,6 @@ proc test_print_mi_members {} { # For now, accept gdb's behavior as an expected failure if it # simply prints either member correctly. - if {!$hp_aCC_compiler} {setup_xfail "*-*-*"} send_gdb "print g_D.A::a\n" gdb_expect { -re "warning: A ambiguous; using D::C::A. Use a cast to disambiguate.$nl\\$\[0-9\]* = 15$nl$gdb_prompt $" { @@ -359,10 +358,10 @@ proc test_print_mi_members {} { pass "print g_D.A::a (using B)" } -re ".* = 15$nl$gdb_prompt $" { - fail "print g_D.A::a (FIXME)" + kfail "gdb/68" "print g_D.A::a" } -re ".* = 11$nl$gdb_prompt $" { - fail "print g_D.A::a (FIXME)" + kfail "gdb/68" "print g_D.A::a" } -re ".*$gdb_prompt $" { fail "print g_D.A::a" } timeout { fail "print g_D.A::a (timeout)" ; return } @@ -372,7 +371,6 @@ proc test_print_mi_members {} { # For now, accept gdb's behavior as an expected failure if it # simply prints either member correctly. - if {!$hp_aCC_compiler} {setup_xfail "*-*-*"} send_gdb "print g_D.A::x\n" gdb_expect { -re "warning: A ambiguous; using D::C::A. Use a cast to disambiguate.$nl\\$\[0-9\]* = 16$nl$gdb_prompt $" { @@ -382,10 +380,10 @@ proc test_print_mi_members {} { pass "print g_D.A::x (using B)" } -re ".* = 16$nl$gdb_prompt $" { - fail "print g_D.A::x (FIXME)" + kfail "gdb/68" "print g_D.A::x" } -re ".* = 12$nl$gdb_prompt $" { - fail "print g_D.A::x (FIXME)" + kfail "gdb/68" "print g_D.A::x" } -re ".*$gdb_prompt $" { fail "print g_D.A::x" } timeout { fail "print g_D.A::x (timeout)" ; return } @@ -411,14 +409,13 @@ proc test_print_mi_members {} { # For now, accept gdb's behavior as an expected failure if it # simply prints either member correctly. - setup_xfail "*-*-*" send_gdb "print g_E.A::a\n" gdb_expect { -re ".* = 21$nl$gdb_prompt $" { - fail "print g_E.A::a (FIXME)" + kfail "gdb/68" "print g_E.A::a" } -re ".* = 25$nl$gdb_prompt $" { - fail "print g_E.A::a (FIXME)" + kfail "gdb/68" "print g_E.A::a" } -re ".*$gdb_prompt $" { fail "print g_E.A::a" } timeout { fail "print g_E.A::a (timeout)" ; return } @@ -428,7 +425,6 @@ proc test_print_mi_members {} { # For now, accept gdb's behavior as an expected failure if it # simply prints either member correctly. - if {!$hp_aCC_compiler} {setup_xfail "*-*-*"} send_gdb "print g_E.A::x\n" gdb_expect { -re "warning: A ambiguous; using E::D::C::A. Use a cast to disambiguate.$nl\\$\[0-9\]* = 26$nl$gdb_prompt $" { @@ -438,10 +434,10 @@ proc test_print_mi_members {} { pass "print g_E.A::x (using B)" } -re ".* = 26$nl$gdb_prompt $" { - fail "print g_E.A::x (FIXME)" + kfail "gdb/68" "print g_E.A::x" } -re ".* = 22$nl$gdb_prompt $" { - fail "print g_E.A::x (FIXME)" + kfail "gdb/68" "print g_E.A::x" } -re ".*$gdb_prompt $" { fail "print g_E.A::x" } timeout { fail "print g_E.A::x (timeout)" ; return } |