File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 9
9
// UNSUPPORTED: no-exceptions
10
10
// UNSUPPORTED: c++03
11
11
12
- // The system unwind.h on OS X provides an incorrectly aligned _Unwind_Exception
13
- // type. That causes these tests to fail. This XFAIL is my best attempt at
14
- // working around this failure.
15
- // XFAIL: darwin && libcxxabi-has-system-unwinder
12
+ // The system unwind.h on older OSX versions provided an incorrectly aligned
13
+ // _Unwind_Exception type. That causes these tests to fail on those platforms.
14
+ // XFAIL: macosx10.14 && libcxxabi-has-system-unwinder
15
+ // XFAIL: macosx10.13 && libcxxabi-has-system-unwinder
16
+ // XFAIL: macosx10.12 && libcxxabi-has-system-unwinder
17
+ // XFAIL: macosx10.11 && libcxxabi-has-system-unwinder
18
+ // XFAIL: macosx10.10 && libcxxabi-has-system-unwinder
19
+ // XFAIL: macosx10.9 && libcxxabi-has-system-unwinder
16
20
17
21
// Test that the address of the exception object is properly aligned as required
18
22
// by the relevant ABI
You can’t perform that action at this time.
0 commit comments