diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-01-19 16:57:48 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-01-19 16:57:48 +0000 |
commit | 1565611803338f01f5d116001ce3595dd684d397 (patch) | |
tree | aedb5dac6b5760db99857ec8b5bb311f32695687 /gdb/testsuite/gdb.hp | |
parent | 1c16dfa5fdc5576b3129d29775da52302b72c500 (diff) | |
download | gdb-1565611803338f01f5d116001ce3595dd684d397.zip gdb-1565611803338f01f5d116001ce3595dd684d397.tar.gz gdb-1565611803338f01f5d116001ce3595dd684d397.tar.bz2 |
2005-01-19 Andrew Cagney <cagney@gnu.org>
* gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
of powerpc*-*-*.
* gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
* gdb.base/list.exp (test_list_function)
(test_list_filename_and_function): Ditto.
* gdb.base/callfuncs.exp (do_function_calls): Ditto.
Diffstat (limited to 'gdb/testsuite/gdb.hp')
-rw-r--r-- | gdb/testsuite/gdb.hp/gdb.base-hp/callfwmall.exp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.hp/gdb.base-hp/callfwmall.exp b/gdb/testsuite/gdb.hp/gdb.base-hp/callfwmall.exp index 586cabb..0f06983 100644 --- a/gdb/testsuite/gdb.hp/gdb.base-hp/callfwmall.exp +++ b/gdb/testsuite/gdb.hp/gdb.base-hp/callfwmall.exp @@ -256,14 +256,12 @@ proc do_function_calls {} { # to avoid such problems in the common case. This may or may not help # the RS6000. setup_xfail "rs6000*-*-*" - setup_xfail "powerpc*-*-*" if {![istarget hppa*-*-hpux*]} then { gdb_test "p t_func_values(add,func_val2)" " = 1" } setup_xfail "rs6000*-*-*" - setup_xfail "powerpc*-*-*" if {![istarget hppa*-*-hpux*]} then { gdb_test "p t_func_values(func_val1,doubleit)" " = 1" @@ -272,7 +270,6 @@ proc do_function_calls {} { gdb_test "p t_call_add(func_val1,3,4)" " = 7" setup_xfail "rs6000*-*-*" - setup_xfail "powerpc*-*-*" if {![istarget hppa*-*-hpux*]} then { gdb_test "p t_call_add(add,3,4)" " = 7" |