summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/localization/locales
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-2111-11/+11
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3142-0/+73
* [libc++][test] Update some wstring_convert tests for MSVC quirksCasey Carter2019-04-223-20/+23
* Support tests in freestandingJF Bastien2019-02-0455-55/+165
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1955-220/+165
* [test] Add target_info for NetBSD, and XFAIL some of locale testsMichal Gorny2018-12-171-0/+3
* [libcxx] Remove the availability_markup LIT featureLouis Dionne2018-12-073-6/+6
* [libcxx] [test] Use TEST_IGNORE_NODISCARD.Stephan T. Lavavej2018-04-131-3/+3
* [libcxx] [test] Fix nodiscard warnings.Stephan T. Lavavej2018-04-121-3/+3
* [libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej2017-08-111-2/+2
* Fix C++03 test failures caused by static_assert emulationEric Fiselier2017-05-123-6/+6
* Cleanup test issues reported by STL @ Microsoft.Eric Fiselier2017-05-123-35/+134
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-044-2/+14
* Add deployment knobs to tests (for Apple platforms)Mehdi Amini2017-03-151-2/+2
* Fix unused parameters and variablesEric Fiselier2016-12-232-0/+2
* Protect locale tests under noexceptionsRoger Ferrer Ibanez2016-11-294-4/+16
* [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...Stephan T. Lavavej2016-11-141-0/+1
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-043-3/+8
* Fix C++03 buildEric Fiselier2016-06-261-0/+4
* Fix PR28079 - std::wstring_convert move constructor broken.Eric Fiselier2016-06-261-0/+27
* Make locale constructors tests use count_new.hppEric Fiselier2016-06-228-129/+18
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-1/+1
* Fix or move various non-standard tests.Eric Fiselier2016-04-294-103/+24
* [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.Daniel Sanders2016-01-215-1/+10
* Add a bunch of missing includes in the test suite to make it more portable. F...Marshall Clow2016-01-121-0/+1
* [libcxx] Fixup a few fumbles in the initial no-exceptions XFAILs list.Asiri Rathnayake2015-11-121-0/+1
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-103-0/+3
* Add option to disable access to the global filesystem namespace.Ed Schouten2015-03-121-0/+2
* Use generic feature name for sanitizers that replace new and deleteEric Fiselier2015-03-108-8/+8
* Rename system_lib -> system_cxx_lib. NFCJonathan Roelofs2015-01-141-2/+2
* [libcxx] Consolidate new/delete replacement in tests and disable it when usin...Eric Fiselier2014-12-223-67/+21
* Move test into test/std subdirectory.Eric Fiselier2014-12-2056-0/+2660
OpenPOWER on IntegriCloud