Skip to content

Commit

Permalink
[libcxx] [test] Add a specific XFAIL for a MinGW env failure that is …
Browse files Browse the repository at this point in the history
…fixed in Clang 14

This issue only occurs when linked statically in MinGW configurations,
and has been fixed for Clang 14 by https://reviews.llvm.org/D109651.

Differential Revision: https://reviews.llvm.org/D112214
  • Loading branch information
mstorsjo committed Oct 21, 2021
1 parent 3087a84 commit 6836629
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <thread>
#include <new>
#include <atomic>
Expand Down

0 comments on commit 6836629

Please sign in to comment.