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

Summary:
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

Test Plan: 

Reviewers: 

Subscribers: 

Tasks: 

Tags: 


Differential Revision: https://phabricator.intern.facebook.com/D60250935
  • Loading branch information
daltenty authored and yuxuanchen1997 committed Jul 25, 2024
1 parent a6ad95d commit e4b0684
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 e4b0684

Please sign in to comment.