X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.base%2Fdbx.exp;h=2c0ad653f1e4dc250b0d5cb1b95e4c711506382b;hb=53a5351d907ef4eacd463a48a86d35b2b70b9f60;hp=092b31ace71030d6c02286bc29d3d065a87e4882;hpb=093505ad6138b9e165876765ecd667c90fc921ae;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/gdb.base/dbx.exp b/gdb/testsuite/gdb.base/dbx.exp index 092b31ace7..2c0ad653f1 100644 --- a/gdb/testsuite/gdb.base/dbx.exp +++ b/gdb/testsuite/gdb.base/dbx.exp @@ -308,9 +308,13 @@ proc test_whereis { } { proc test_func { } { gdb_test "cont" "" gdb_test "step" "" + # This always fails, but it's not clear why. -sts 1999-08-17 + setup_xfail "*-*-*" gdb_test "func sum" "'sum' not within current stack frame\." gdb_test "stop in sum" "Breakpoint.*at.*: file.*sum\.c, line 11\." gdb_test "cont" + # This always fails, but it's not clear why. -sts 1999-08-17 + setup_xfail "*-*-*" gdb_test "func print_average" ".*in print_average.*\\(list=.*, low=0, high=6\\).*at.*average\.c:24\r\n24\[ \t\]+total = sum\\(list, low, high\\);" }