Re: [PATCH] ld: Skip p33265-2 and pr33265-2 tests on Windows
"Maciej W. Rozycki" <[email protected]> Sun, 26 Jul 2026 07:25:51 +0100 (BST)
| Newsgroups | gmane.comp.gnu.binutils |
|---|---|
| Message-ID | <[email protected]> |
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