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 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
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments