aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/localization
AgeCommit message (Expand)AuthorFilesLines
2013-08-27LWG issues 2174/5/6 - mark wstring_convert::converted as noexcept, and make (...Marshall Clow3-0/+12
2013-07-29Add operator new[] to test. Partial fix for valgrind warning in http://llvm....Howard Hinnant1-0/+5
2013-07-08Windows port for __codecvt_utf8<wchar_t>.Howard Hinnant2-3/+3
2013-05-10XFAIL this test when using the darwin12 system library. Reviewed by HowardDavid Dean1-0/+1
2013-05-07Mark some tests with XFAIL for Lion and Mountain Lion.Howard Hinnant4-0/+12
2013-05-02Add explicit casts to unsigned char before calling ctype functions.Joerg Sonnenberger4-4/+4
2013-04-23Zero-initialize all mbstate_t in the codecvt tests.Howard Hinnant13-15/+15
2013-04-15Numeric parsing was getting the wrong answer when faced with very long inputs...Howard Hinnant1-0/+12
2013-04-13Set failbit when strtold sets errno to ERANGE when parsing floating point val...Howard Hinnant1-0/+48
2013-03-18Removed raw references to __APPLE__; now just check to see if it is defined.Marshall Clow2-3/+3
2013-03-08Parsing floating point numbers with very long precision was broken, and this ...Howard Hinnant1-0/+12
2013-02-06[tests] One last batch of XFAILs, for tests using new symbols added to libc++.Daniel Dunbar3-0/+15
2013-02-05[tests] XFAIL some locale tests that don't seem to work on any Darwin.Daniel Dunbar8-0/+16
2013-02-05[tests] Mark another stream input expected failure (with system libc++).Daniel Dunbar1-0/+2
2013-01-05Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow100-128/+128
2013-01-03Removed another copy of 'iterators.h' files in libcxx/testMarshall Clow59-336/+58
2013-01-03Removed 7 (of 8) different 'iterators.h' files in test/localizationMarshall Clow66-355/+85
2012-12-12Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant3-0/+38
2012-07-26<algorithm> no longer needs to include <cstdlib>, but can get away with just ...Howard Hinnant2-0/+2
2012-07-12Fixed a bug in wstring_convert concerning zero-length inputs. Thanks to Jona...Howard Hinnant2-0/+4
2012-03-10Fix moneypunct_byname algorithm to more accurately represent C locales in C++.Jeffrey Yasskin6-150/+147
2012-02-19Relax pointer output test to accept glibc's output. Patch supplied by Jeffre...Howard Hinnant1-1/+1
2012-02-15Do not parse sign if a sign is not the next legal character when parsing floa...Howard Hinnant2-0/+24
2011-12-15Remove quotes from locale name identifier. Credit Edward Meewis.Howard Hinnant1-1/+1
2011-10-03Windows porting work by Ruben Van BoxemHoward Hinnant67-276/+410
2011-09-21More +.UTF-8 fixes.David Chisnall20-31/+31
2011-09-21Localisation test fixes to make the tests pass on FreeBSD, which does not pro...David Chisnall50-283/+297
2011-05-14Warning suppression in test.Howard Hinnant1-1/+1
2011-05-13http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat...Howard Hinnant3-3/+6
2011-02-25http://llvm.org/bugs/show_bug.cgi?id=9326Howard Hinnant1-0/+53
2010-11-16license changeHoward Hinnant308-616/+616
2010-08-23Corrected some int -> char narrowing conversionsHoward Hinnant6-72/+72
2010-08-22Fixing whitespace problemsHoward Hinnant78-299/+297
2010-06-01[conversions.buffer]Howard Hinnant10-0/+465
2010-05-31[conversions.string]Howard Hinnant8-0/+292
2010-05-30[locale.stdcvt]Howard Hinnant27-13/+4412
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant267-267/+267
2010-05-11libcxx initial importHoward Hinnant275-0/+68124