llvm-project/libcxx/test/std/strings/basic.string/string.ops
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
..
string.accessors Support tests in freestanding 2019-02-04 20:31:13 +00:00
string_compare [libc++] Mark several tests as XFAIL on macosx10.7 2019-02-27 00:57:57 +00:00
string_find Support tests in freestanding 2019-02-04 20:31:13 +00:00
string_find.first.not.of Support tests in freestanding 2019-02-04 20:31:13 +00:00
string_find.first.of Support tests in freestanding 2019-02-04 20:31:13 +00:00
string_find.last.not.of Support tests in freestanding 2019-02-04 20:31:13 +00:00
string_find.last.of Support tests in freestanding 2019-02-04 20:31:13 +00:00
string_rfind Support tests in freestanding 2019-02-04 20:31:13 +00:00
string_substr [libc++] Mark several tests as XFAIL on macosx10.7 2019-02-27 00:57:57 +00:00
nothing_to_do.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00