[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:
Tom de Vries
2025-09-03 12:31:20 +02:00
parent c1e9f1454f
commit a0dd75e40a
6 changed files with 6 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ PerfTest::assemble {
} {
global binfile
clean_restart $binfile
clean_restart $::testfile
if ![runto_main] {
return -1

View File

@@ -39,7 +39,7 @@ PerfTest::assemble {
return 0
} {
global binfile
clean_restart $binfile
clean_restart $::testfile
if ![runto_main] {
return -1

View File

@@ -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

View File

@@ -51,7 +51,7 @@ PerfTest::assemble {
global binfile
global gdb_prompt
clean_restart $binfile
clean_restart $::testfile
if ![runto_main] {
return -1

View File

@@ -72,7 +72,7 @@ PerfTest::assemble {
} {
global binfile
clean_restart $binfile
clean_restart $::testfile
if ![runto_main] {
return -1

View File

@@ -47,7 +47,7 @@ PerfTest::assemble {
} {
global binfile
clean_restart $binfile
clean_restart $::testfile
if ![runto_main] {
return -1