mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
gdb/testsuite/
* gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more valgrind versions.
This commit is contained in:
@ -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>
|
2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
* gdb.base/valgrind-infcall.c: New file.
|
* gdb.base/valgrind-infcall.c: New file.
|
||||||
|
@ -62,7 +62,7 @@ gdb_test_multiple "" $test {
|
|||||||
unsupported $test
|
unsupported $test
|
||||||
return -1
|
return -1
|
||||||
}
|
}
|
||||||
-re "valgrind: Bad option '--vgdb-error=0'" {
|
-re "valgrind: Bad option.*--vgdb-error=0" {
|
||||||
# valgrind is not >= 3.7.0.
|
# valgrind is not >= 3.7.0.
|
||||||
unsupported $test
|
unsupported $test
|
||||||
return -1
|
return -1
|
||||||
|
Reference in New Issue
Block a user