* gdb.trace/tfind.exp: Update for output changes.
authorStan Shebs <shebs@codesourcery.com>
Wed, 7 Dec 2011 21:24:05 +0000 (21:24 +0000)
committerStan Shebs <shebs@codesourcery.com>
Wed, 7 Dec 2011 21:24:05 +0000 (21:24 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.trace/tfind.exp

index 2aee60c..00b6cc9 100644 (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"
index 703825e..49eef34 100644 (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.*" \