[PATCH] ld: Skip p33265-2 and pr33265-2 tests on Windows

Andreas Schwab schwab@linux-m68k.org
Sun Jul 26 12:56:48 GMT 2026


On Jul 26 2026, Jan Dubiec wrote:

> In the case of text enclosed in square brackets, the match_target
> procedure in testsuite/lib/binutils-common.exp should evaluate the entire
> text/expression and return its result (IMO):

match_target receives the argument from this loop that iterates over the
option value as a list:

    foreach targ $opts(xfail) {

If $opts(xfail) equals {foo bar} then there are two elements, if it is
{[foo bar]} or {{[foo bar]}} there is only one.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."


More information about the Binutils mailing list