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 llvm#89305
  • Loading branch information
daltenty authored and Harini0924 committed Jul 22, 2024
1 parent f6da0e8 commit cc6be7e
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 cc6be7e

Please sign in to comment.