llvm-project/libcxx/test/std/utilities/format/format.functions
Mark de Wever d03bc249d8 [NFC][libc++][format] Enable unit tests.
The GCC failures were partly fixed in D124103.

The format functions tests are fixed on GCC but they require a huge
amount of RAM (>10 GB). This fails with parallel testing in the CI. It
can be solved by splitting the test, but GCC-12 will be released shortly
and might fix the memory usage in these tests. Therefore these tests
remain disabled.

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D124335
2022-04-28 17:11:47 +02:00
..
format.locale.pass.cpp [NFC][libc++][format] Prepare unit tests. 2022-04-08 17:11:45 +02:00
format.pass.cpp [NFC][libc++][format] Prepare unit tests. 2022-04-08 17:11:45 +02:00
format_tests.h [NFC][libc++][format] Enable unit tests. 2022-04-28 17:11:47 +02:00
format_to.locale.pass.cpp [NFC][libc++][format] Prepare unit tests. 2022-04-08 17:11:45 +02:00
format_to.pass.cpp [NFC][libc++][format] Prepare unit tests. 2022-04-08 17:11:45 +02:00
format_to_n.locale.pass.cpp [NFC][libc++][format] Prepare unit tests. 2022-04-08 17:11:45 +02:00
format_to_n.pass.cpp [NFC][libc++][format] Prepare unit tests. 2022-04-08 17:11:45 +02:00
formatted_size.locale.pass.cpp [NFC][libc++][format] Prepare unit tests. 2022-04-08 17:11:45 +02:00
formatted_size.pass.cpp [NFC][libc++][format] Prepare unit tests. 2022-04-08 17:11:45 +02:00
locale-specific_form.pass.cpp [NFC][libc++][format] Prepare unit tests. 2022-04-08 17:11:45 +02:00
vformat.locale.pass.cpp [NFC][libc++][format] Prepare unit tests. 2022-04-08 17:11:45 +02:00
vformat.pass.cpp [NFC][libc++][format] Prepare unit tests. 2022-04-08 17:11:45 +02:00
vformat_to.locale.pass.cpp [NFC][libc++][format] Prepare unit tests. 2022-04-08 17:11:45 +02:00
vformat_to.pass.cpp [NFC][libc++][format] Prepare unit tests. 2022-04-08 17:11:45 +02:00