summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/c.strings/cwchar.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Add missing #include in <cwchar> testsLouis Dionne2019-06-131-0/+1
* Support tests in freestandingJF Bastien2019-02-041-1/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Portability fix: add missing includes and static_casts. Reviewed as https://r...Marshall Clow2018-12-181-0/+1
* Rework the C strings tests to use ASSERT_SAME_TYPE. NFC there. Also change cw...Marshall Clow2018-12-181-64/+66
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-021-0/+10
* Fix test failures by adding missing includeEric Fiselier2016-04-291-0/+1
* Fix or move various non-standard tests.Eric Fiselier2016-04-291-5/+2
* Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr fromRichard Smith2016-02-101-5/+11
* Change initialization of mbstate_t objects in tests from '= {0}' to '= {}', w...Marshall Clow2015-09-151-1/+1
* Make the presence of stdin and stdout optional.Ed Schouten2015-03-261-6/+12
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+109
OpenPOWER on IntegriCloud