summaryrefslogtreecommitdiffstats
path: root/libcxx/test/localization
Commit message (Expand)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-20311-73434/+0
* Mark some locale tests as XFAIL on debian and opensuse.Eric Fiselier2014-11-212-0/+12
* Add more REQUIRES: LOCALE.* to tests.Dan Albert2014-11-219-0/+18
* Mark more locale tests as unsupported with ASAN and MSANEric Fiselier2014-11-138-0/+8
* Actually mark the tests an unsupported with MSAN (not just ASAN)Eric Fiselier2014-11-046-6/+6
* Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN.Eric Fiselier2014-11-046-0/+12
* [libcxx] XFAIL all currently failing libc++ tests for linux.Eric Fiselier2014-10-2313-0/+44
* Some tests used __typeof__ instead of decltype. Replace these usages.Marshall Clow2014-10-211-2/+2
* Mark some localization time tests as XFAIL on linux.Eric Fiselier2014-08-212-0/+9
* Mark some localization monetary tests as XFAIL on linux.Eric Fiselier2014-08-213-2/+17
* Mark localization ctype tests as XFAIL on linux.Eric Fiselier2014-08-216-0/+8
* Fix incorrect locale requirements in testsEric Fiselier2014-08-152-2/+2
* Add locales to available_features for tests.Dan Albert2014-08-0443-0/+165
* Fix warning in test - missing exception specifier for overload of operator newMarshall Clow2014-07-101-1/+1
* Fix typosAlp Toker2014-05-153-8/+8
* Add license headers to a bunch of libc++ files that were missing them. No fun...Marshall Clow2014-01-161-0/+9
* LWG issues 2174/5/6 - mark wstring_convert::converted as noexcept, and make (...Marshall Clow2013-08-273-0/+12
* Add operator new[] to test. Partial fix for valgrind warning in http://llvm....Howard Hinnant2013-07-291-0/+5
* Windows port for __codecvt_utf8<wchar_t>.Howard Hinnant2013-07-082-3/+3
* XFAIL this test when using the darwin12 system library. Reviewed by HowardDavid Dean2013-05-101-0/+1
* Mark some tests with XFAIL for Lion and Mountain Lion.Howard Hinnant2013-05-074-0/+12
* Add explicit casts to unsigned char before calling ctype functions.Joerg Sonnenberger2013-05-024-4/+4
* Zero-initialize all mbstate_t in the codecvt tests.Howard Hinnant2013-04-2313-15/+15
* Numeric parsing was getting the wrong answer when faced with very long inputs...Howard Hinnant2013-04-151-0/+12
* Set failbit when strtold sets errno to ERANGE when parsing floating point val...Howard Hinnant2013-04-131-0/+48
* Removed raw references to __APPLE__; now just check to see if it is defined.Marshall Clow2013-03-182-3/+3
* Parsing floating point numbers with very long precision was broken, and this ...Howard Hinnant2013-03-081-0/+12
* [tests] One last batch of XFAILs, for tests using new symbols added to libc++.Daniel Dunbar2013-02-063-0/+15
* [tests] XFAIL some locale tests that don't seem to work on any Darwin.Daniel Dunbar2013-02-058-0/+16
* [tests] Mark another stream input expected failure (with system libc++).Daniel Dunbar2013-02-051-0/+2
* Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow2013-01-05100-128/+128
* Removed another copy of 'iterators.h' files in libcxx/testMarshall Clow2013-01-0359-336/+58
* Removed 7 (of 8) different 'iterators.h' files in test/localizationMarshall Clow2013-01-0366-355/+85
* Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant2012-12-123-0/+38
* <algorithm> no longer needs to include <cstdlib>, but can get away with just ...Howard Hinnant2012-07-262-0/+2
* Fixed a bug in wstring_convert concerning zero-length inputs. Thanks to Jona...Howard Hinnant2012-07-122-0/+4
* Fix moneypunct_byname algorithm to more accurately represent C locales in C++.Jeffrey Yasskin2012-03-106-150/+147
* Relax pointer output test to accept glibc's output. Patch supplied by Jeffre...Howard Hinnant2012-02-191-1/+1
* Do not parse sign if a sign is not the next legal character when parsing floa...Howard Hinnant2012-02-152-0/+24
* Remove quotes from locale name identifier. Credit Edward Meewis.Howard Hinnant2011-12-151-1/+1
* Windows porting work by Ruben Van BoxemHoward Hinnant2011-10-0367-276/+410
* More +.UTF-8 fixes.David Chisnall2011-09-2120-31/+31
* Localisation test fixes to make the tests pass on FreeBSD, which does not pro...David Chisnall2011-09-2150-283/+297
* Warning suppression in test.Howard Hinnant2011-05-141-1/+1
* http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat...Howard Hinnant2011-05-133-3/+6
* http://llvm.org/bugs/show_bug.cgi?id=9326Howard Hinnant2011-02-251-0/+53
* license changeHoward Hinnant2010-11-16308-616/+616
* Corrected some int -> char narrowing conversionsHoward Hinnant2010-08-236-72/+72
* Fixing whitespace problemsHoward Hinnant2010-08-2278-299/+297
* [conversions.buffer]Howard Hinnant2010-06-0110-0/+465
OpenPOWER on IntegriCloud