From: Stan Shebs Date: Wed, 7 Dec 2011 21:24:05 +0000 (+0000) Subject: * gdb.trace/tfind.exp: Update for output changes. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1cc310d2dd7d28bcab50985de239b6cc3bd26259;p=binutils-gdb.git * gdb.trace/tfind.exp: Update for output changes. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 2aee60ceb7d..00b6cc9404d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-12-07 Stan Shebs + + * gdb.trace/tfind.exp: Update for output changes. + 2011-12-07 Pedro Alves * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception" diff --git a/gdb/testsuite/gdb.trace/tfind.exp b/gdb/testsuite/gdb.trace/tfind.exp index 703825e7af8..49eef3413f1 100644 --- a/gdb/testsuite/gdb.trace/tfind.exp +++ b/gdb/testsuite/gdb.trace/tfind.exp @@ -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.*" \