From: Jim Kingdon Date: Sat, 21 Jan 1995 23:38:43 +0000 (+0000) Subject: * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e1a6b67ab38656fb248681dafb2782956c725e0a;p=binutils-gdb.git * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5dfa0c61392..b410f1d3a4c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems. + Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com) * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp, diff --git a/gdb/testsuite/gdb.base/nodebug.exp b/gdb/testsuite/gdb.base/nodebug.exp index 52f6bd1a8a4..5939c4af2e0 100644 --- a/gdb/testsuite/gdb.base/nodebug.exp +++ b/gdb/testsuite/gdb.base/nodebug.exp @@ -34,29 +34,48 @@ if ![file exists $binfile] then { # being told they are ints or functions returning int like old # versions of gdb used to do. - gdb_test "p top" "{} \[0-9a-fx]* " - gdb_test "whatis top" "" + # On alpha (and presumably other ecoff systems, even stabs in ecoff) + # GCC puts out stProc and related symbols which cause GDB to think + # it knows the type. GDB probably could be fixed to do better, but + # for now xfail these tests. + setup_xfail "alpha*-*-osf*" "mips*-*-irix4*" + gdb_test "p top" "{} \[0-9a-fx]* " + setup_xfail "alpha*-*-osf*" "mips*-*-irix4*" + gdb_test "whatis top" "" + setup_xfail "alpha*-*-osf*" "mips*-*-irix4*" gdb_test "ptype top" "int \\(\\)" - gdb_test "p middle" "{} \[0-9a-fx]* " - gdb_test "whatis middle" "" + setup_xfail "alpha*-*-osf*" "mips*-*-irix4*" + gdb_test "p middle" \ + "{} \[0-9a-fx]* " + setup_xfail "alpha*-*-osf*" "mips*-*-irix4*" + gdb_test "whatis middle" "" + setup_xfail "alpha*-*-osf*" "mips*-*-irix4*" gdb_test "ptype middle" "int \\(\\)" gdb_test "p dataglobal" "= 3" - gdb_test "whatis dataglobal" "" - gdb_test "ptype dataglobal" "" + setup_xfail "alpha*-*-osf*" "mips*-*-irix4*" + gdb_test "whatis dataglobal" "" + setup_xfail "alpha*-*-osf*" "mips*-*-irix4*" + gdb_test "ptype dataglobal" "" gdb_test "p datalocal" "= 4" - gdb_test "whatis datalocal" "" - gdb_test "ptype datalocal" "" + setup_xfail "alpha*-*-osf*" "mips*-*-irix4*" + gdb_test "whatis datalocal" "" + setup_xfail "alpha*-*-osf*" "mips*-*-irix4*" + gdb_test "ptype datalocal" "" gdb_test "p bssglobal" "= 0" - gdb_test "whatis bssglobal" "" - gdb_test "ptype bssglobal" "" + setup_xfail "alpha*-*-osf*" "mips*-*-irix4*" + gdb_test "whatis bssglobal" "" + setup_xfail "alpha*-*-osf*" "mips*-*-irix4*" + gdb_test "ptype bssglobal" "" gdb_test "p bsslocal" "= 0" - gdb_test "whatis bsslocal" "" - gdb_test "ptype bsslocal" "" + setup_xfail "alpha*-*-osf*" "mips*-*-irix4*" + gdb_test "whatis bsslocal" "" + setup_xfail "alpha*-*-osf*" "mips*-*-irix4*" + gdb_test "ptype bsslocal" "" gdb_test "backtrace" "#0.*inner.*#1.*middle.*#2.*top.*#3.*main" # Or if that doesn't work, at least hope for the external symbols