llvm-project/libcxx/test/std/experimental
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
..
algorithms/alg.search Support tests in freestanding 2019-02-04 20:31:13 +00:00
filesystem Support tests in freestanding 2019-02-04 20:31:13 +00:00
func Support tests in freestanding 2019-02-04 20:31:13 +00:00
iterator Support tests in freestanding 2019-02-04 20:31:13 +00:00
language.support/support.coroutines Support tests in freestanding 2019-02-04 20:31:13 +00:00
memory [libc++] Mark several tests as XFAIL on macosx10.7 2019-02-27 00:57:57 +00:00
simd Support tests in freestanding 2019-02-04 20:31:13 +00:00
utilities Support tests in freestanding 2019-02-04 20:31:13 +00:00
lit.local.cfg [libcxx] Make sure all experimental tests are disabled when enable_experimental=False 2019-02-23 11:24:03 +00:00
nothing_to_do.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00