gdb/testsuite/

* gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
	valgrind versions.
This commit is contained in:
Jan Kratochvil 2012-08-01 09:02:50 +00:00
parent 040a4d109e
commit a967a8512a
2 changed files with 6 additions and 1 deletions

View 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.

View 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