2012-01-11 Pedro Alves <palves@redhat.com>
authorPedro Alves <palves@redhat.com>
Wed, 11 Jan 2012 10:59:51 +0000 (10:59 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 11 Jan 2012 10:59:51 +0000 (10:59 +0000)
* gdb.base/default.exp (core-file): Don't expect "GDB can't read
core files on this machine" anymore.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/default.exp

index 6e18dfcd3b1c86b226789e25bbc648ced8b69e94..ad2e14159f40c9b8b4b26f2e3cb971517f557d50 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-11  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/default.exp (core-file): Don't expect "GDB can't read
+       core files on this machine" anymore.
+
 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
 
        * gdb.base/watchpoint.c (recurser): Initialize local_x.
index 74d2d2da8f1a9c057cef50897197f6b1bdbade62..967739636c2c0da8077cc54cd43679d0ebbcbdad 100644 (file)
@@ -102,7 +102,7 @@ gdb_test "commands" "Argument required .one or more breakpoint numbers...*" "com
 gdb_test "condition" "Argument required .breakpoint number.*" "condition"
 
 #test core-file
-gdb_test "core-file" "No core file now.|GDB can't read core files on this machine." "core-file"
+gdb_test "core-file" "No core file now." "core-file"
 #test delete "d" abbreviation
 gdb_test_no_output "d" "delete \"d\" abbreviation"
 #test delete
This page took 0.041042 seconds and 4 git commands to generate.