mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* lib/gas-defs.exp (run_dump_test): If the program to run does not
exist, mark the test as untested.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
Wed Aug 16 12:24:12 1995 Ian Lance Taylor <ian@cygnus.com>
|
Wed Aug 16 12:24:12 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* lib/gas-defs.exp (run_dump_test): If the program to run does not
|
||||||
|
exist, mark the test as untested.
|
||||||
|
|
||||||
* gas/mri/mri.exp: Add setup_xfail for i960 b.out targets for
|
* gas/mri/mri.exp: Add setup_xfail for i960 b.out targets for
|
||||||
common test.
|
common test.
|
||||||
|
|
||||||
|
@ -266,6 +266,11 @@ proc run_dump_test { name } {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if { [which $binary] == 0 } {
|
||||||
|
untested $testname
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
if { $progopts1 == "" } { set $progopts1 "-r" }
|
if { $progopts1 == "" } { set $progopts1 "-r" }
|
||||||
verbose "running $binary $progopts $progopts1" 3
|
verbose "running $binary $progopts $progopts1" 3
|
||||||
if { $program == "objcopy" } {
|
if { $program == "objcopy" } {
|
||||||
|
Reference in New Issue
Block a user