[PATCH] ld: Skip p33265-2 and pr33265-2 tests on Windows
Maciej W. Rozycki
macro@orcam.me.uk
Sun Jul 26 06:25:51 GMT 2026
On Fri, 24 Jul 2026, Jan Dubiec wrote:
> > Can't the [ishost ...] you present use in the .exp file equally be used
> > in the .d files:
> >
> > #xfail: [ishost *-mingw*]
>
> Unfortunately, it doesn't work. It probably requires some changes to
> run_dump_test.
You need to quote the separator, e.g.:
#xfail: [ishost\ *-mingw*]
#xfail: {[ishost *-mingw*]}
or define a helper.
Maciej
More information about the Binutils
mailing list