Skip to content

Commit

Permalink
[libcxx] [test] Remove UNSUPPORTED markings for mingw issues that no …
Browse files Browse the repository at this point in the history
…longer are present in CI

Differential Revision: https://reviews.llvm.org/D123146
  • Loading branch information
mstorsjo committed Apr 6, 2022
1 parent 46776f7 commit 586182a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
// unavailable until macOS 10.15
// XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11|12|13|14}}

// MinGW used to lack timespec_get, but has got it in newer versions.
// Mark the test as unsupported for a transition period, to avoid spurious
// failures when upgrading the precommit testing environment. After
// the testing environment is upgraded, we could remove the marking altogether.
// UNSUPPORTED: target={{.+}}-windows-gnu

#include <ctime>
#include <type_traits>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
// UNSUPPORTED: libcpp-has-no-threads
// 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.
// UNSUPPORTED: target={{.+}}-windows-gnu && !windows-dll && clang-13

#include <thread>
#include <new>
#include <atomic>
Expand Down

0 comments on commit 586182a

Please sign in to comment.