[PATCH v3] testsuite: prune DOS drive letter in test outputs

Jan Beulich jbeulich@suse.com
Fri Feb 24 13:25:38 GMT 2023


On 23.02.2023 12:04, Clément Chigot wrote:
> On DOS systems, absolute paths start with the drive letter. This can
> trigger failures in the regexp from dump tests, especially for those
> checking for warnings or errors. They are usually skipping everything
> before the first ":" as it has to be the file path.
>   | [^:]*: warning: ...
> 
> In order to avoid modifying many regexps to allow such drive letters,
> prune them from all the outputs if they are found at the beginning of
> a line.

Okay.

Thanks, Jan



More information about the Binutils mailing list