summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/localization
Commit message (Expand)AuthorAgeFilesLines
...
* Fix C++03 buildEric Fiselier2016-06-261-0/+4
* Fix PR28079 - std::wstring_convert move constructor broken.Eric Fiselier2016-06-261-0/+27
* Use L"cat" L"dog" when concatenating string literals. Patch from STL@microsof...Eric Fiselier2016-06-261-8/+8
* Make locale constructors tests use count_new.hppEric Fiselier2016-06-228-129/+18
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-223-60/+0
* Use static_assert instead of runtime assert in std::money_base tests.Eric Fiselier2016-06-221-7/+7
* Remove locale tests that depend on LC_ALL. These are non-portable.Eric Fiselier2016-06-222-32/+0
* Implement LWG issue 1169. num_get not fully compatible with strto*Eric Fiselier2016-06-193-0/+75
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-014-9/+9
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-022-2/+2
* Fix or move various non-standard tests.Eric Fiselier2016-04-295-221/+24
* [libcxx] Remove localization tests for Russian month namesJonas Hahnfeld2016-03-152-34/+0
* [libcxx] Additional 'REQUIRE' directives for tests that require en_US.UTF-8.Daniel Sanders2016-01-277-0/+14
* [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.Daniel Sanders2016-01-219-1/+18
* Mark slow ASAN/MSAN tests as XFAIL for now.Eric Fiselier2016-01-192-0/+6
* Add a bunch of missing includes in the test suite to make it more portable. F...Marshall Clow2016-01-121-0/+1
* [libcxx] Set LC_ALL rather than LC_COLLATE to override collation.Ahmed Bougacha2016-01-071-1/+1
* [libcxx] Fixup a few fumbles in the initial no-exceptions XFAILs list.Asiri Rathnayake2015-11-122-1/+1
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-104-0/+4
* Set LC_COLLATE rather than LANG to override collation.Tim Northover2015-10-231-1/+1
* Change initialization of mbstate_t objects in tests from '= {0}' to '= {}', w...Marshall Clow2015-09-1517-19/+19
* Remove XFAIL in test. The bug causing it has been fixed.Eric Fiselier2015-08-261-5/+0
* Mark test as XFAIL with MSAN until D12311 gets committedEric Fiselier2015-08-251-0/+5
* Fix a typo: abreviated -> abbreviated - Patch from Kai ZhaoEric Fiselier2015-08-202-2/+2
* Make support for thread-unsafe C functions optional.Ed Schouten2015-06-241-0/+6
* Don't let time_put test use implementation dependent constructs.Ed Schouten2015-03-261-49/+11
* Add option to disable access to the global filesystem namespace.Ed Schouten2015-03-121-0/+2
* Fix ctype_byname<wchar_t>::do_is() mask checking.... againJonathan Roelofs2015-03-111-0/+53
* Use generic feature name for sanitizers that replace new and deleteEric Fiselier2015-03-108-8/+8
* Add better tests for ctype<char>::classic_tableMarshall Clow2015-03-031-0/+36
* Rename system_lib -> system_cxx_lib. NFCJonathan Roelofs2015-01-148-16/+16
* [libcxx] Consolidate new/delete replacement in tests and disable it when usin...Eric Fiselier2014-12-226-135/+38
* Move test into test/std subdirectory.Eric Fiselier2014-12-20311-0/+73434
OpenPOWER on IntegriCloud