aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>2011-12-07 21:24:05 +0000
committerStan Shebs <shebs@codesourcery.com>2011-12-07 21:24:05 +0000
commit1cc310d2dd7d28bcab50985de239b6cc3bd26259 (patch)
treeb95fb832afe078b2571d32d242f213cd0585f1a8 /gdb
parent35f73cfc810658302b9e320cc7294a1598fc0317 (diff)
downloadgdb-1cc310d2dd7d28bcab50985de239b6cc3bd26259.zip
gdb-1cc310d2dd7d28bcab50985de239b6cc3bd26259.tar.gz
gdb-1cc310d2dd7d28bcab50985de239b6cc3bd26259.tar.bz2
* gdb.trace/tfind.exp: Update for output changes.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.trace/tfind.exp4
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 2aee60c..00b6cc9 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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"
diff --git a/gdb/testsuite/gdb.trace/tfind.exp b/gdb/testsuite/gdb.trace/tfind.exp
index 703825e..49eef34 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.*" \