diff options
author | Michael Chastain <mec@google.com> | 2004-01-11 23:16:25 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2004-01-11 23:16:25 +0000 |
commit | 83b8cf9d6bedd33a16f40e0ae7cdff501a09dac8 (patch) | |
tree | 735d8d20c63ef07f03c3ef0097c6e686630706ad /gdb | |
parent | b11c3051bc9702661fae72f0ed12b0c8869f1004 (diff) | |
download | gdb-83b8cf9d6bedd33a16f40e0ae7cdff501a09dac8.zip gdb-83b8cf9d6bedd33a16f40e0ae7cdff501a09dac8.tar.gz gdb-83b8cf9d6bedd33a16f40e0ae7cdff501a09dac8.tar.bz2 |
2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
* gdb.base/scope.exp: Remove obsolete setup_xfail for
hp_cc_compiler.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/scope.exp | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index f0fb800..4c0d6d0 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-01-11 Michael Chastain <mec.gnu@mindspring.com> + + * gdb.base/scope.exp: Remove obsolete setup_xfail for + hp_cc_compiler. + 2004-01-10 Michael Chastain <mec.gnu@mindspring.com> * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)" diff --git a/gdb/testsuite/gdb.base/scope.exp b/gdb/testsuite/gdb.base/scope.exp index 266e0e3..3749d23 100644 --- a/gdb/testsuite/gdb.base/scope.exp +++ b/gdb/testsuite/gdb.base/scope.exp @@ -1,5 +1,5 @@ -# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003 -# Free Software Foundation, Inc. +# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, +# 2004 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -112,7 +112,6 @@ proc test_at_main {} { # Print scope1.c::filelocal, which is 2 if { [test_compiler_info gcc-*-*] } then { setup_xfail "rs6000-*-*" } - if {$hp_cc_compiler} then { setup_xfail "hppa2.0w-*-*" 11747CLLbs} if [gdb_test "print 'scope1.c'::filelocal" "\\\$$decimal = 2" "print 'scope1.c'::filelocal" "No symbol \"scope1.c\" in current context.*" "print '$srcdir/$subdir/scope1.c'::filelocal"] { gdb_suppress_tests ; } @@ -121,7 +120,6 @@ proc test_at_main {} { # Print scope1.c::filelocal_bss, which is 102 if { [test_compiler_info gcc-*-*] } then { setup_xfail "rs6000-*-*" } - if {$hp_cc_compiler} then { setup_xfail "hppa2.0w-*-*" 11747CLLbs} if [gdb_test "print 'scope1.c'::filelocal_bss" "\\\$$decimal = 102" "print 'scope1.c'::filelocal_bss" "No symbol \"scope1.c\" in current context.*" "print '$srcdir/$subdir/scope1.c'::filelocal_bss"] { gdb_suppress_tests ; } |