summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/localization/locale.categories
Commit message (Expand)AuthorAgeFilesLines
* [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-31197-0/+312
* [libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne2019-03-282-2/+0
* Support tests in freestandingJF Bastien2019-02-04226-226/+678
* [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-19226-904/+678
* [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-1719-0/+57
* [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
* 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-112-4/+4
* [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
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-0411-20/+42
* Add deployment knobs to tests (for Apple platforms)Mehdi Amini2017-03-157-14/+14
* 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-232-4/+2
* 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
* [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-149-54/+9
* 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
* Use L"cat" L"dog" when concatenating string literals. Patch from STL@microsof...Eric Fiselier2016-06-261-8/+8
* 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-013-8/+8
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-021-2/+1
* Fix or move various non-standard tests.Eric Fiselier2016-04-291-118/+0
* [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-214-0/+8
* Mark slow ASAN/MSAN tests as XFAIL for now.Eric Fiselier2016-01-192-0/+6
OpenPOWER on IntegriCloud