Skip to content

Commit

Permalink
[NFC][libc++][test] loosen XFAIL condition for setfill_wchar_max.pass…
Browse files Browse the repository at this point in the history
….cpp

So we can also match aarch64 triples which have four components instead of three when disabling the test, which the case on some buildbots.

Follow on to #89305
  • Loading branch information
daltenty committed Jul 18, 2024
1 parent 3e47f6b commit ad15428
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
// version 2 implementation fixes the problem.

// XFAIL: target={{.*}}-windows{{.*}} && libcpp-abi-version=1
// XFAIL: target=armv{{7|8}}l-linux-gnueabihf && libcpp-abi-version=1
// XFAIL: target=aarch64-linux-gnu && libcpp-abi-version=1
// XFAIL: target=armv{{7|8}}l{{.*}}-linux-gnueabihf && libcpp-abi-version=1
// XFAIL: target=aarch64{{.*}}-linux-gnu && libcpp-abi-version=1

#include <iomanip>
#include <ostream>
Expand Down

0 comments on commit ad15428

Please sign in to comment.