forked from Imagelibrary/binutils-gdb
Fix PR gdb/66.
* gdb.base/structs.exp: Replace skip for a29k with skip for gdb,cannot_call_functions. * gdb.base/call-ar-st.exp: Remove references to a29k in comments. * gdb.base/callfuncs.exp: Ditto. * gdb.base/call-rt-st.exp: Ditto. * gdb.base/call-strs.exp: Ditto. * gdb.base/callfwmall.exp: Ditto. * gdb.base/scope.exp: Obsolete xfail a29k. * gdb.c++/misc.exp: Ditto. * gdb.c++/cplusfuncs.exp: Ditto. * gdb.base/ptype.exp: Ditto. * gdb.base/printcmds.exp: Ditto. * gdb.base/opaque.exp: Ditto. * gdb.base/list.exp: Ditto. * gdb.base/funcargs.exp: Ditto. * gdb.base/default.exp: Ditto.
This commit is contained in:
@@ -515,7 +515,7 @@ proc test_at_localscopes {} {
|
||||
|
||||
# This test will only fail if the file was compiled by gcc, but
|
||||
# there's no way to check that.
|
||||
setup_xfail "a29k-*-udi" 2423
|
||||
# OBSOLETE setup_xfail "a29k-*-udi" 2423
|
||||
if [gdb_test "cont" "Break.* marker4.*at .*:$decimal.*" \
|
||||
"continue to marker4 in scope.exp"] then { gdb_suppress_tests }
|
||||
if [gdb_test "up" ".*localscopes.*" "up from marker4 in scope.exp"] {
|
||||
|
||||
Reference in New Issue
Block a user