index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
test
/
localization
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
311
-73434
/
+0
*
Mark some locale tests as XFAIL on debian and opensuse.
Eric Fiselier
2014-11-21
2
-0
/
+12
*
Add more REQUIRES: LOCALE.* to tests.
Dan Albert
2014-11-21
9
-0
/
+18
*
Mark more locale tests as unsupported with ASAN and MSAN
Eric Fiselier
2014-11-13
8
-0
/
+8
*
Actually mark the tests an unsupported with MSAN (not just ASAN)
Eric Fiselier
2014-11-04
6
-6
/
+6
*
Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN.
Eric Fiselier
2014-11-04
6
-0
/
+12
*
[libcxx] XFAIL all currently failing libc++ tests for linux.
Eric Fiselier
2014-10-23
13
-0
/
+44
*
Some tests used __typeof__ instead of decltype. Replace these usages.
Marshall Clow
2014-10-21
1
-2
/
+2
*
Mark some localization time tests as XFAIL on linux.
Eric Fiselier
2014-08-21
2
-0
/
+9
*
Mark some localization monetary tests as XFAIL on linux.
Eric Fiselier
2014-08-21
3
-2
/
+17
*
Mark localization ctype tests as XFAIL on linux.
Eric Fiselier
2014-08-21
6
-0
/
+8
*
Fix incorrect locale requirements in tests
Eric Fiselier
2014-08-15
2
-2
/
+2
*
Add locales to available_features for tests.
Dan Albert
2014-08-04
43
-0
/
+165
*
Fix warning in test - missing exception specifier for overload of operator new
Marshall Clow
2014-07-10
1
-1
/
+1
*
Fix typos
Alp Toker
2014-05-15
3
-8
/
+8
*
Add license headers to a bunch of libc++ files that were missing them. No fun...
Marshall Clow
2014-01-16
1
-0
/
+9
*
LWG issues 2174/5/6 - mark wstring_convert::converted as noexcept, and make (...
Marshall Clow
2013-08-27
3
-0
/
+12
*
Add operator new[] to test. Partial fix for valgrind warning in http://llvm....
Howard Hinnant
2013-07-29
1
-0
/
+5
*
Windows port for __codecvt_utf8<wchar_t>.
Howard Hinnant
2013-07-08
2
-3
/
+3
*
XFAIL this test when using the darwin12 system library. Reviewed by Howard
David Dean
2013-05-10
1
-0
/
+1
*
Mark some tests with XFAIL for Lion and Mountain Lion.
Howard Hinnant
2013-05-07
4
-0
/
+12
*
Add explicit casts to unsigned char before calling ctype functions.
Joerg Sonnenberger
2013-05-02
4
-4
/
+4
*
Zero-initialize all mbstate_t in the codecvt tests.
Howard Hinnant
2013-04-23
13
-15
/
+15
*
Numeric parsing was getting the wrong answer when faced with very long inputs...
Howard Hinnant
2013-04-15
1
-0
/
+12
*
Set failbit when strtold sets errno to ERANGE when parsing floating point val...
Howard Hinnant
2013-04-13
1
-0
/
+48
*
Removed raw references to __APPLE__; now just check to see if it is defined.
Marshall Clow
2013-03-18
2
-3
/
+3
*
Parsing floating point numbers with very long precision was broken, and this ...
Howard Hinnant
2013-03-08
1
-0
/
+12
*
[tests] One last batch of XFAILs, for tests using new symbols added to libc++.
Daniel Dunbar
2013-02-06
3
-0
/
+15
*
[tests] XFAIL some locale tests that don't seem to work on any Darwin.
Daniel Dunbar
2013-02-05
8
-0
/
+16
*
[tests] Mark another stream input expected failure (with system libc++).
Daniel Dunbar
2013-02-05
1
-0
/
+2
*
Move common header files into a 'support' directory; make 'testit' include -I...
Marshall Clow
2013-01-05
100
-128
/
+128
*
Removed another copy of 'iterators.h' files in libcxx/test
Marshall Clow
2013-01-03
59
-336
/
+58
*
Removed 7 (of 8) different 'iterators.h' files in test/localization
Marshall Clow
2013-01-03
66
-355
/
+85
*
Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....
Howard Hinnant
2012-12-12
3
-0
/
+38
*
<algorithm> no longer needs to include <cstdlib>, but can get away with just ...
Howard Hinnant
2012-07-26
2
-0
/
+2
*
Fixed a bug in wstring_convert concerning zero-length inputs. Thanks to Jona...
Howard Hinnant
2012-07-12
2
-0
/
+4
*
Fix moneypunct_byname algorithm to more accurately represent C locales in C++.
Jeffrey Yasskin
2012-03-10
6
-150
/
+147
*
Relax pointer output test to accept glibc's output. Patch supplied by Jeffre...
Howard Hinnant
2012-02-19
1
-1
/
+1
*
Do not parse sign if a sign is not the next legal character when parsing floa...
Howard Hinnant
2012-02-15
2
-0
/
+24
*
Remove quotes from locale name identifier. Credit Edward Meewis.
Howard Hinnant
2011-12-15
1
-1
/
+1
*
Windows porting work by Ruben Van Boxem
Howard Hinnant
2011-10-03
67
-276
/
+410
*
More +.UTF-8 fixes.
David Chisnall
2011-09-21
20
-31
/
+31
*
Localisation test fixes to make the tests pass on FreeBSD, which does not pro...
David Chisnall
2011-09-21
50
-283
/
+297
*
Warning suppression in test.
Howard Hinnant
2011-05-14
1
-1
/
+1
*
http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat...
Howard Hinnant
2011-05-13
3
-3
/
+6
*
http://llvm.org/bugs/show_bug.cgi?id=9326
Howard Hinnant
2011-02-25
1
-0
/
+53
*
license change
Howard Hinnant
2010-11-16
308
-616
/
+616
*
Corrected some int -> char narrowing conversions
Howard Hinnant
2010-08-23
6
-72
/
+72
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
78
-299
/
+297
*
[conversions.buffer]
Howard Hinnant
2010-06-01
10
-0
/
+465
[next]