summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/localization
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Include missing headers. (NFC)Stephan T. Lavavej2019-12-139-0/+9
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-2114-14/+14
* [libcxx] Add XFAIL for facet test when back-deploying to older macOSLouis Dionne2019-06-141-0/+10
* No longer reject inputs when using a locale that has grouping information _an...Marshall Clow2019-06-041-2/+2
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-31264-0/+435
* [libc++][test] Update some wstring_convert tests for MSVC quirksCasey Carter2019-04-223-20/+23
* [libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne2019-03-282-2/+0
* Support tests in freestandingJF Bastien2019-02-04308-308/+924
* [libc++] Use runtime rather then compile-time glibc version checkPetr Hosek2019-01-281-10/+24
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19308-1232/+924
* [NFC] Normalize some test 'main' signaturesJF Bastien2019-01-092-2/+2
* Portability fix: add missing includes and static_casts. Reviewed as https://r...Marshall Clow2018-12-183-4/+8
* [test] Add target_info for NetBSD, and XFAIL some of locale testsMichal Gorny2018-12-1720-0/+60
* [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] Use TEST_COMPILER_C1XX.Stephan T. Lavavej2018-04-121-1/+2
* [libcxx] [test] Silence MSVC warning C4146.Stephan T. Lavavej2018-04-121-0/+4
* [libcxx] [test] Fix nodiscard warnings.Stephan T. Lavavej2018-04-121-3/+3
* Fix undefined macro issue in locale tests; Try 2Eric Fiselier2018-04-043-9/+15
* Fix undefined macro issue in locale testsEric Fiselier2018-04-042-1/+7
* Fix locale test data for GLIBC 2.27 and newer.Eric Fiselier2018-04-045-38/+100
* Fix PR36914 - num_get::get(unsigned) incorrectly handles negative numbers.Eric Fiselier2018-03-292-10/+172
* Add temporary printouts to test to help debug failures.Eric Fiselier2018-03-222-0/+12
* Make the ctype_byname::widen test cases pass on FreeBSD.Dimitry Andric2018-02-132-2/+2
* [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII.Stephan T. Lavavej2017-12-131-14/+14
* [libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej2017-08-113-6/+6
* [libcxx] [test] Fix MSVC warning C4067 "unexpected tokens following preproces...Stephan T. Lavavej2017-07-191-2/+8
* [libcxx] [test] Update locale names for Windows.Stephan T. Lavavej2017-06-081-4/+6
* 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-127-1454/+1211
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-0415-22/+56
* Add deployment knobs to tests (for Apple platforms)Mehdi Amini2017-03-158-16/+16
* test: use char32_t rather than wchar_tSaleem Abdulrasool2017-02-122-29/+29
* Avoid implementation defined behavior in a test.Dan Albert2017-02-021-1/+7
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-183-3/+3
* Get ctype_byname tests passing on Linux.Eric Fiselier2016-12-306-75/+96
* fix warnings only produced by apple-clangEric Fiselier2016-12-241-7/+7
* Fix unused parameters and variablesEric Fiselier2016-12-234-4/+4
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-113-3/+4
* [libc++] Fix support for multibyte thousands_sep and decimal_point in moneypu...Eric Fiselier2016-12-114-28/+49
* [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-062-9/+11
* Protect locale tests under noexceptionsRoger Ferrer Ibanez2016-11-294-4/+16
* [libcxx] [test] D27026: Fix copy-paste silliness; ULL can't ever be 32-bit.Stephan T. Lavavej2016-11-231-1/+1
* [libcxx] [test] D27019: Fix MSVC warning C4245 "conversion from 'X' to 'Y', s...Stephan T. Lavavej2016-11-236-14/+14
* [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...Stephan T. Lavavej2016-11-1410-54/+10
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-043-3/+8
* Apply curr_symbol.pass.cpp test fix to missed test caseEric Fiselier2016-09-041-1/+6
* Fix bad locale test data when using the newest glibcEric Fiselier2016-09-041-0/+8
* Remove locale tests that depend on enviroment variables.Eric Fiselier2016-07-181-17/+0
* Add checkpoint diagnostics to help diagnose buildbot failures.Eric Fiselier2016-07-181-0/+4
OpenPOWER on IntegriCloud