On Wed, 21 Jan 2026, Andreas Schwab wrote: > I see a lot of errors like this: > > ERROR: remote_download to aranym of const-volatile.exe to > ./const-volatile.exe: cp: cannot stat 'const-volatile.exe': No such file or > directory
I suspect some kind of board file issue. Note that if your target uses the same filesystem as the host (not just nfsdir, but sharing the actual temporary directory used in the testsuite), its <board>_file implementation should probably make "delete" a no-op, to avoid it deleting the test executable on the host prematurely (since standard_load downloads an executable to the target, runs it then deletes it there - but these tests require the executable to remain available on the host after execution for use in dg-final, and any deletion will be done on the host at an appropriate time without needing to be repeated on the target). -- Joseph S. Myers [email protected]
