summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/c.strings
AgeCommit message (Expand)Author
2025-10-27Revert "[libcxx] Define `_LIBCPP_HAS_C8RTOMB_MBRTOC8` to true if compiling wi...Nikolas Klauser
2025-10-24[libcxx] Define `_LIBCPP_HAS_C8RTOMB_MBRTOC8` to true if compiling with clang...Victor Campos
2025-01-16[libc++][Android] XFAIL some tests for mblen/towctrans/wctrans (#116147)Ryan Prichard
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser
2024-09-16[libc++][modules] Don't error when including <wchar.h> or <wctype.h> without ...Louis Dionne
2023-11-29[libc++] Add initial support for picolibcMichael Platings
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2023-05-10[libc++] Consistently enable __CORRECT_ISO_CPP_WCHAR_H_PROTO in mbstate.Jordan Rupprecht
2023-04-13[libcxx][AIX] Reverting XFAILs for test cases after OS updateNicole Rabjohn
2023-03-21[libc++] Qualifies size_t.Mark de Wever
2023-02-02[libc++] Remove use of internal glibc macros to determine if c8rtomb() and mb...Tom Honermann
2022-11-25[libc++] Use builtins when redeclaring <string.h> functionsLouis Dionne
2022-09-10[libc++][cuchar] Declare std::c8rtomb and std::mbrtoc8 in <cuchar> if available.Tom Honermann
2022-05-27[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZLouis Dionne
2022-03-07[libc++] Add missing header <cuchar>Louis Dionne
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne
2021-09-30Revert "[libc++][libc++abi] Add tests for vendor-specific properties"Haowei Wu
2021-09-29[libc++][libc++abi] Add tests for vendor-specific propertiesLouis Dionne
2021-09-28[libc++] Clarify the name of Lit features related to standard library selectionLouis Dionne
2021-08-24[libc++] Remove support for CloudABI, which has been abandonedLouis Dionne
2021-04-15[libc++] NFC: Use ASSERT_SAME_TYPE consistently in string.h and wchar.h testsLouis Dionne
2021-04-15[libc++] Remove test suite workarounds on Apple with old ClangsLouis Dionne
2021-03-31[libcxx] [test] Fix tests of <cuchar> that unexpectedly succeed on windowsMartin Storsjö
2020-05-12[libc++][test] Properly mark libc++-only XFAILsCasey Carter
2019-10-23[NFC] Strip trailing whitespace from libc++Louis Dionne
2019-06-13[libc++] Add missing #include in <cwchar> testsLouis Dionne
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-18Portability fix: add missing includes and static_casts. Reviewed as https://r...Marshall Clow
2018-12-18Rework the C strings tests to use ASSERT_SAME_TYPE. NFC there. Also change cw...Marshall Clow
2016-06-22Move more _LIBCPP_VERSION tests to test/libcxx.Eric Fiselier
2016-05-02Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier
2016-04-29Fix test failures by adding missing includeEric Fiselier
2016-04-29Fix or move various non-standard tests.Eric Fiselier
2016-02-10Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr fromRichard Smith
2015-10-08Split <ctype.h> out of <cctype>.Richard Smith
2015-09-15Change initialization of mbstate_t objects in tests from '= {0}' to '= {}', w...Marshall Clow
2015-06-24Make support for thread-unsafe C functions optional.Ed Schouten
2015-03-26Make the presence of stdin and stdout optional.Ed Schouten
2014-12-20Move test into test/std subdirectory.Eric Fiselier