llvm-project/libcxx/test/std/re
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
..
re.alg [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
re.badexp Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.const [runtimes] Use int main(int, char**) consistently in tests 2020-10-08 14:28:13 -04:00
re.def [libc++] Remove useless nothing_to_do.pass.cpp tests 2020-04-03 13:48:34 -04:00
re.general Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.grammar [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
re.iter [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
re.regex [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
re.req Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.results [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
re.submatch Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.syn Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.traits [libc++] Re-enable some tests under ASAN and MSAN 2020-05-01 14:03:51 -04:00