File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
language.support/support.runtime
thread/thread.threads/thread.thread.class/thread.thread.constr Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 17
17
// unavailable until macOS 10.15
18
18
// XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11|12|13|14}}
19
19
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
-
26
20
#include < ctime>
27
21
#include < type_traits>
28
22
Original file line number Diff line number Diff line change 15
15
// UNSUPPORTED: libcpp-has-no-threads
16
16
// UNSUPPORTED: sanitizer-new-delete
17
17
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
-
24
18
#include < thread>
25
19
#include < new>
26
20
#include < atomic>
You can’t perform that action at this time.
0 commit comments