File tree 1 file changed +13
-4
lines changed 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
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
+
13
22
// UNSUPPORTED: c++98, c++03
14
23
// UNSUPPORTED: libcxxabi-no-threads
15
24
You can’t perform that action at this time.
0 commit comments