[pushed,10/10,gdb/testsuite] Fix gdb.dwarf2/imported-unit-bp-c.exp for remote host

Message ID 20230327115858.5950-11-tdevries@suse.de
State Committed
Headers
Series Fix gdb.dwarf2 for remote host |

Commit Message

Tom de Vries March 27, 2023, 11:58 a.m. UTC
  Fix test-case gdb.dwarf2/imported-unit-bp-c.exp on remote by removing a
downloaded source file.

Tested on x86_64-linux.
---
 gdb/testsuite/gdb.dwarf2/imported-unit-bp.exp.tcl | 5 +++++
 1 file changed, 5 insertions(+)
  

Patch

diff --git a/gdb/testsuite/gdb.dwarf2/imported-unit-bp.exp.tcl b/gdb/testsuite/gdb.dwarf2/imported-unit-bp.exp.tcl
index 6bef2bdb089..62dee7d7992 100644
--- a/gdb/testsuite/gdb.dwarf2/imported-unit-bp.exp.tcl
+++ b/gdb/testsuite/gdb.dwarf2/imported-unit-bp.exp.tcl
@@ -122,5 +122,10 @@  if { [prepare_for_testing "failed to prepare" ${testfile} \
 
 gdb_reinitialize_dir /tmp
 
+# Compilation on remote host downloads the source files to remote host, but
+# doesn't clean them up, allowing gdb to find $srcfile, in contrast to
+# non-remote host.
+remote_file host delete $srcfile
+
 # Using an absolute path is important to see the bug.
 gdb_test "break /tmp/${srcfile}:19" "Breakpoint .* file $srcfile, line .*"