Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f913fd6eb0c228041b77a645d76993760d3b1421
/
libcxx
/
test
/
std
/
strings
/
basic.string
/
string.capacity
7fc6a55
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
by Marshall Clow
· 6 years ago
25838c6
[libc++] Mark several tests as XFAIL on macosx10.7
by Louis Dionne
· 7 years ago
2df59c5
Support tests in freestanding
by JF Bastien
· 7 years ago
57b08b0
Update more file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
4d64d7d
Implement P0966 - string::reserve should not shrink
by Marshall Clow
· 7 years ago
ed2f9a6
[libcxx] [test] Add missing <stdexcept> in several tests.
by Billy Robert O'Neal III
· 7 years ago
25a7ba4
More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in string, string_view, and the free function std::empty(). Removed tabs from <string_view>, which is why the diff is so big.
by Marshall Clow
· 8 years ago
e9c66ad
Add markup for libc++ dylib availability
by Mehdi Amini
· 9 years ago
9d03c03
Protect std::string tests under libcpp-no-exceptions
by Roger Ferrer Ibanez
· 9 years ago
d056b5b
Reverting wrong diff
by Roger Ferrer Ibanez
· 9 years ago
c65daf3
Protect std::string tests under libcpp-no-exceptions
by Roger Ferrer Ibanez
· 9 years ago
4dc0ed8
[libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized but not referenced".
by Stephan T. Lavavej
· 9 years ago
8a915ed
Protect exceptional paths under libcpp-no-exceptions
by Roger Ferrer Ibanez
· 9 years ago
3565c96
Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptions" tests that only check exceptions and nothing else
by Roger Ferrer Ibanez
· 9 years ago
f2f2a63
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
by Eric Fiselier
· 9 years ago
1f4231f
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
by Eric Fiselier
· 10 years ago
f520c14
Make it possible to build a no-exceptions variant of libcxx.
by Asiri Rathnayake
· 10 years ago
4b7533a
Use generic feature name for sanitizers that replace new and delete
by Eric Fiselier
· 11 years ago
5a83710
Move test into test/std subdirectory.
by Eric Fiselier
· 11 years ago