mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-25 00:37:38 +00:00
[gdb/testsuite] Fix clean_restart <absolute filename> in gdb.perf
Fix clean_restart <absolute filename> in the test-cases in gdb.perf. Tested on x86_64-linux using check-perf.
This commit is contained in:
@@ -47,7 +47,7 @@ PerfTest::assemble {
|
||||
} {
|
||||
global binfile
|
||||
|
||||
clean_restart $binfile
|
||||
clean_restart $::testfile
|
||||
|
||||
if ![runto_main] {
|
||||
return -1
|
||||
|
||||
@@ -39,7 +39,7 @@ PerfTest::assemble {
|
||||
return 0
|
||||
} {
|
||||
global binfile
|
||||
clean_restart $binfile
|
||||
clean_restart $::testfile
|
||||
|
||||
if ![runto_main] {
|
||||
return -1
|
||||
|
||||
@@ -120,7 +120,7 @@ PerfTest::assemble {
|
||||
return 0
|
||||
} {
|
||||
global binfile
|
||||
clean_restart $binfile
|
||||
clean_restart $::testfile
|
||||
return 0
|
||||
} {
|
||||
global SKIP_STEP_COUNT SKIP_DIRECTIVE_COUNT
|
||||
|
||||
@@ -51,7 +51,7 @@ PerfTest::assemble {
|
||||
global binfile
|
||||
global gdb_prompt
|
||||
|
||||
clean_restart $binfile
|
||||
clean_restart $::testfile
|
||||
|
||||
if ![runto_main] {
|
||||
return -1
|
||||
|
||||
@@ -72,7 +72,7 @@ PerfTest::assemble {
|
||||
} {
|
||||
global binfile
|
||||
|
||||
clean_restart $binfile
|
||||
clean_restart $::testfile
|
||||
|
||||
if ![runto_main] {
|
||||
return -1
|
||||
|
||||
@@ -47,7 +47,7 @@ PerfTest::assemble {
|
||||
} {
|
||||
global binfile
|
||||
|
||||
clean_restart $binfile
|
||||
clean_restart $::testfile
|
||||
|
||||
if ![runto_main] {
|
||||
return -1
|
||||
|
||||
Reference in New Issue
Block a user