gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 1 Aug 2012 09:02:50 +0000 (09:02 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 1 Aug 2012 09:02:50 +0000 (09:02 +0000)
* gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
valgrind versions.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/valgrind-infcall.exp

index b6e1737..1a4262c 100644 (file)
@@ -1,3 +1,8 @@
+2012-08-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
+       valgrind versions.
+
 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.base/valgrind-infcall.c: New file.
index ede26f4..f2aa1ad 100644 (file)
@@ -62,7 +62,7 @@ gdb_test_multiple "" $test {
        unsupported $test
        return -1
     }
-    -re "valgrind: Bad option '--vgdb-error=0'" {
+    -re "valgrind: Bad option.*--vgdb-error=0" {
        # valgrind is not >= 3.7.0.
        unsupported $test
        return -1