llvm-project/libcxx/test/std/strings/string.conversions
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
..
stod.pass.cpp [libc++] Mark several tests as XFAIL on macosx10.7 2019-02-27 00:57:57 +00:00
stof.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
stoi.pass.cpp [libc++] Mark several tests as XFAIL on macosx10.7 2019-02-27 00:57:57 +00:00
stol.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
stold.pass.cpp [libc++] Mark several tests as XFAIL on macosx10.7 2019-02-27 00:57:57 +00:00
stoll.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
stoul.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
stoull.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
to_string.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
to_wstring.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00