mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
gdb/testsuite/
* gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail. Recognize "command not found".
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
|
||||
Recognize "command not found".
|
||||
|
||||
2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
|
||||
|
||||
@@ -34,8 +34,7 @@ set cmd "valgrind --db-attach=yes $db_command $binfile"
|
||||
set res [remote_spawn host $cmd];
|
||||
if { $res < 0 || $res == "" } {
|
||||
verbose -log "Spawning $cmd failed."
|
||||
setup_xfail *-*-*
|
||||
fail $test
|
||||
unsupported $test
|
||||
return -1
|
||||
}
|
||||
pass $test
|
||||
@@ -49,8 +48,13 @@ gdb_test_multiple "" $test {
|
||||
pass $test
|
||||
}
|
||||
-re "valgrind: failed to start tool 'memcheck' for platform '.*': No such file or directory" {
|
||||
setup_xfail *-*-*
|
||||
fail $test
|
||||
unsupported $test
|
||||
return -1
|
||||
}
|
||||
-re "command not found" {
|
||||
# The spawn succeeded, but then valgrind was not found - e.g. if
|
||||
# we spawned SSH to a remote system.
|
||||
unsupported $test
|
||||
return -1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user