llvm-project/libcxx/test/std/strings/basic.string/string.capacity
Louis Dionne c360553c15 [runtimes] Simplify how we specify XFAIL & friends based on the triple
Now that Lit supports regular expressions inside XFAIL & friends, it is
much easier to write Lit annotations based on the triple.

Differential Revision: https://reviews.llvm.org/D104747
2021-07-01 14:03:30 -04:00
..
capacity.pass.cpp
clear.pass.cpp
empty.pass.cpp
empty.verify.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
length.pass.cpp
max_size.pass.cpp [libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions' 2020-04-22 08:25:27 -04:00
over_max_size.pass.cpp [runtimes] Simplify how we specify XFAIL & friends based on the triple 2021-07-01 14:03:30 -04:00
reserve.deprecated_in_cxx20.verify.cpp [libc++] [P0966] [C++20] Fix bug PR45368 by correctly implementing P0966: string::reserve should not shrink. 2020-11-26 10:13:12 +01:00
reserve.pass.cpp [libc++] [P0966] [C++20] Fix bug PR45368 by correctly implementing P0966: string::reserve should not shrink. 2020-11-26 10:13:12 +01:00
reserve_size.pass.cpp [runtimes] Simplify how we specify XFAIL & friends based on the triple 2021-07-01 14:03:30 -04:00
resize_size.pass.cpp [libc++] NFC: Clean up a lot of old Lit features 2020-04-10 17:20:29 -04:00
resize_size_char.pass.cpp [libc++] NFC: Clean up a lot of old Lit features 2020-04-10 17:20:29 -04:00
shrink_to_fit.pass.cpp
size.pass.cpp