* gdb.trace/tfind.exp: Update for output changes.

This commit is contained in:
Stan Shebs 2011-12-07 21:24:05 +00:00
parent 35f73cfc81
commit 1cc310d2dd
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2011-12-07 Stan Shebs <stan@codesourcery.com>
* gdb.trace/tfind.exp: Update for output changes.
2011-12-07 Pedro Alves <pedro@codesourcery.com>
* gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"

View File

@ -333,10 +333,10 @@ gdb_test "disassemble gdb_c_test" \
"8.36: trace disassembly"
gdb_test "tfind line 0" \
"out of range.*|failed to find.*" \
"out of range.*|failed to find.*|No line 0 in .*" \
"8.18: tfind line 0";
gdb_test "tfind line 32767" \
"out of range.*|failed to find.*" \
"out of range.*|failed to find.*|No line 32767 in .*" \
"8.27: tfind line 32767";
gdb_test "tfind line NoSuChFiLe.c:$baseline" \
"No source file named.*" \