btrace, test: fix gdb.btrace/data test

The format of the output changed.  Fix the test.

testsuite/
	* gdb.btrace/data.exp: Update expected output.
This commit is contained in:
Markus Metzger 2014-03-05 11:17:35 +01:00
parent d598a9c177
commit 847fc4f296
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
* gdb.btrace/data.exp: Update expected output.
2014-03-06 Yao Qi <yao@codesourcery.com>
* gdb.trace/pr16508.exp: New file.

View File

@ -37,8 +37,8 @@ gdb_test "next" ".*main\.3.*"
gdb_test "reverse-step" ".*test\.4.*"
# we can't read memory while we're replaying
gdb_test "print glob" "Memory at .* unavailable\."
gdb_test "print loc" "Memory at .* unavailable\."
gdb_test "print glob" "unavailable\[^\\\r\\\n\]*"
gdb_test "print loc" "unavailable\[^\\\r\\\n\]*"
# stop replaying and try again
gdb_test "record goto end"