llvm-project/libcxx/test/std/utilities/memory
Louis Dionne 25838c6dac [libc++] Mark several tests as XFAIL on macosx10.7
Those tests fail when linking against a new dylib but running against
macosx10.7. I believe this is caused by a duplicate definition of the
RTTI for exception classes in libc++.dylib and libc++abi.dylib, but
this matter still needs some investigation.

This issue was not caught previously because all the tests always linked
against the same dylib used for running (because LIT made it impossible
to do otherwise before r349171).

rdar://problem/46809586

llvm-svn: 354940
2019-02-27 00:57:57 +00:00
..
allocator.tag Support tests in freestanding 2019-02-04 20:31:13 +00:00
allocator.traits Support tests in freestanding 2019-02-04 20:31:13 +00:00
allocator.uses Support tests in freestanding 2019-02-04 20:31:13 +00:00
c.malloc Support tests in freestanding 2019-02-04 20:31:13 +00:00
default.allocator [libc++] Mark several tests as XFAIL on macosx10.7 2019-02-27 00:57:57 +00:00
pointer.conversion Support tests in freestanding 2019-02-04 20:31:13 +00:00
pointer.traits Support tests in freestanding 2019-02-04 20:31:13 +00:00
ptr.align Support tests in freestanding 2019-02-04 20:31:13 +00:00
specialized.algorithms Support tests in freestanding 2019-02-04 20:31:13 +00:00
storage.iterator Support tests in freestanding 2019-02-04 20:31:13 +00:00
temporary.buffer Support tests in freestanding 2019-02-04 20:31:13 +00:00
unique.ptr/unique.ptr.special Support tests in freestanding 2019-02-04 20:31:13 +00:00
util.dynamic.safety Support tests in freestanding 2019-02-04 20:31:13 +00:00
util.smartptr Support tests in freestanding 2019-02-04 20:31:13 +00:00