llvm-project/libcxx/test/std/strings
Louis Dionne 504bc07d1a [runtimes] Use int main(int, char**) consistently in tests
This is needed when running the tests in Freestanding mode, where main()
isn't treated specially. In Freestanding, main() doesn't get mangled as
extern "C", so whatever runtime we're using fails to find the entry point.

One way to solve this problem is to define a symbol alias from __Z4mainiPPc
to _main, however this requires all definitions of main() to have the same
mangling. Hence this commit.
2020-10-08 14:28:13 -04:00
..
basic.string [libc++] Fix several debug mode tests 2020-10-05 16:15:32 -04:00
basic.string.hash [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
basic.string.literals [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
c.strings [libc++][test] Properly mark libc++-only XFAILs 2020-05-12 16:11:22 -07:00
char.traits [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
string.classes Support tests in freestanding 2019-02-04 20:31:13 +00:00
string.conversions [libc++] NFC: Clean up a lot of old Lit features 2020-04-10 17:20:29 -04:00
string.view [runtimes] Use int main(int, char**) consistently in tests 2020-10-08 14:28:13 -04:00
strings.erasure [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
strings.general Support tests in freestanding 2019-02-04 20:31:13 +00:00