diff --git a/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp b/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp --- a/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp +++ b/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp @@ -16,6 +16,12 @@ // UNSUPPORTED: sanitizer-new-delete +// This fails on MinGW when statically linked, if built with Clang 13 or older. +// (It's fixed in the upcoming Clang 14, by https://reviews.llvm.org/D109651.) +// Prior to the fix, when statically linked, the unwind info for the two +// (default and overridden) operator new implementations clash. +// XFAIL: target={{.+}}-windows-gnu && !windows-dll && clang-13 + #include #include #include