The format of the output changed. Fix the test.
testsuite/
* gdb.btrace/data.exp: Update expected output.
+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.
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"