[libcxx] [test] Make windows triples in XFAILs less specific
authorMartin Storsjö <martin@martin.st>
Fri, 27 Aug 2021 10:09:19 +0000 (10:09 +0000)
committerMartin Storsjö <martin@martin.st>
Tue, 12 Oct 2021 15:24:47 +0000 (18:24 +0300)
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

libcxx/test/std/depr/depr.c.headers/stdlib_h.aligned_alloc.compile.pass.cpp
libcxx/test/std/language.support/support.runtime/cstdlib.aligned_alloc.compile.pass.cpp

index 9dfe3af4b55f7328dd0bcbe9acc332a8e2dbbf60..e2565641aba660536f36669cf670985cb71e576d 100644 (file)
@@ -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>
index f8af33714479a849590f610336b84dad4fae7afb..70bf3ecd539f016338555a196830d4c48fbf7bbf 100644 (file)
@@ -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>