Skip to content

Commit 586182a

Browse files
committed
[libcxx] [test] Remove UNSUPPORTED markings for mingw issues that no longer are present in CI
Differential Revision: https://reviews.llvm.org/D123146
1 parent 46776f7 commit 586182a

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

libcxx/test/std/language.support/support.runtime/ctime.timespec.compile.pass.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717
// unavailable until macOS 10.15
1818
// XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11|12|13|14}}
1919

20-
// MinGW used to lack timespec_get, but has got it in newer versions.
21-
// Mark the test as unsupported for a transition period, to avoid spurious
22-
// failures when upgrading the precommit testing environment. After
23-
// the testing environment is upgraded, we could remove the marking altogether.
24-
// UNSUPPORTED: target={{.+}}-windows-gnu
25-
2620
#include <ctime>
2721
#include <type_traits>
2822

libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515
// UNSUPPORTED: libcpp-has-no-threads
1616
// UNSUPPORTED: sanitizer-new-delete
1717

18-
// This fails on MinGW when statically linked, if built with Clang 13 or older.
19-
// (It's fixed in the upcoming Clang 14, by https://reviews.llvm.org/D109651.)
20-
// Prior to the fix, when statically linked, the unwind info for the two
21-
// (default and overridden) operator new implementations clash.
22-
// UNSUPPORTED: target={{.+}}-windows-gnu && !windows-dll && clang-13
23-
2418
#include <thread>
2519
#include <new>
2620
#include <atomic>

0 commit comments

Comments
 (0)