File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 66//
77// ===----------------------------------------------------------------------===//
88
9- // Darwin TLV finalization routines fail when creating a thread-local variable
10- // in the destructor for another thread-local variable:
11- // http://lists.llvm.org/pipermail/cfe-dev/2016-November/051376.html
12- // XFAIL: darwin
9+ // Darwin TLV finalization routines used to fail when creating a thread-local
10+ // variable in the destructor for another thread-local variable:
11+ // - http://lists.llvm.org/pipermail/cfe-dev/2016-November/051376.html
12+ // - rdar://29523281
13+ // This was fixed in dyld in macos 10.15.
14+ //
15+ // XFAIL: macosx10.14
16+ // XFAIL: macosx10.13
17+ // XFAIL: macosx10.12
18+ // XFAIL: macosx10.11
19+ // XFAIL: macosx10.10
20+ // XFAIL: macosx10.9
21+
1322// UNSUPPORTED: c++98, c++03
1423// UNSUPPORTED: libcxxabi-no-threads
1524
You can’t perform that action at this time.
0 commit comments