mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* lib/sim-defs.exp (run_sim_test): Delete the .o and .x files if a
test passes.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2004-01-23 Ben Elliston <bje@wasabisystems.com>
|
||||||
|
|
||||||
|
* lib/sim-defs.exp (run_sim_test): Delete the .o and .x files if a
|
||||||
|
test passes.
|
||||||
|
|
||||||
2003-10-10 Dave Brolley <brolley@redhat.com>
|
2003-10-10 Dave Brolley <brolley@redhat.com>
|
||||||
|
|
||||||
* sim/frv/testutils.inc (or_gr_immed): New macro.
|
* sim/frv/testutils.inc (or_gr_immed): New macro.
|
||||||
|
@ -289,6 +289,7 @@ proc run_sim_test { name requested_machs } {
|
|||||||
if { "$opts(xerror)" == "no" } {
|
if { "$opts(xerror)" == "no" } {
|
||||||
if [string match $opts(output) $output] {
|
if [string match $opts(output) $output] {
|
||||||
pass "$mach $testname"
|
pass "$mach $testname"
|
||||||
|
file delete ${name}.o ${name}.x
|
||||||
} else {
|
} else {
|
||||||
verbose -log "output: $output" 3
|
verbose -log "output: $output" 3
|
||||||
verbose -log "pattern: $opts(output)" 3
|
verbose -log "pattern: $opts(output)" 3
|
||||||
@ -304,6 +305,7 @@ proc run_sim_test { name requested_machs } {
|
|||||||
} else {
|
} else {
|
||||||
if [string match $opts(output) $output] {
|
if [string match $opts(output) $output] {
|
||||||
pass "$mach $testname"
|
pass "$mach $testname"
|
||||||
|
file delete ${name}.o ${name}.x
|
||||||
} else {
|
} else {
|
||||||
verbose -log "output: $output" 3
|
verbose -log "output: $output" 3
|
||||||
verbose -log "pattern: $opts(output)" 3
|
verbose -log "pattern: $opts(output)" 3
|
||||||
|
Reference in New Issue
Block a user