Skip to content

Commit

Permalink
[libcxx] [test] Make windows triples in XFAILs less specific
Browse files Browse the repository at this point in the history
This allows picking up on mingw triples that often use 'w64' instead
of 'pc' as the vendor part.

Differential Revision: https://reviews.llvm.org/D111297
  • Loading branch information
mstorsjo committed Oct 12, 2021
1 parent 66ce101 commit 6cac17e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -16,7 +16,7 @@
// XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11|12|13|14}}

// ::aligned_alloc is not implemented on Windows
// XFAIL: target={{.+}}-pc-windows-{{.+}}
// XFAIL: target={{.+}}-windows-{{.+}}

#include <stdlib.h>
#include <type_traits>
Expand Down
Expand Up @@ -16,7 +16,7 @@
// XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11|12|13|14}}

// ::aligned_alloc is not implemented on Windows
// XFAIL: target={{.+}}-pc-windows-{{.+}}
// XFAIL: target={{.+}}-windows-{{.+}}

#include <cstdlib>
#include <type_traits>
Expand Down

0 comments on commit 6cac17e

Please sign in to comment.