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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug in __libcpp_db::__iterator_copy. Add debug test for swaping lists.
Howard Hinnant
2013-04-05
1
-0
/
+42
*
More list debug mode tests.
Howard Hinnant
2013-04-05
6
-0
/
+228
*
More work on debug mode for list.
Howard Hinnant
2013-04-05
6
-0
/
+76
*
Somehow search_n never got tested, so of course it had a bug in it. This fix...
Howard Hinnant
2013-04-04
2
-0
/
+221
*
The move / swap members were not correctly taking all of the possible states ...
Howard Hinnant
2013-04-03
1
-0
/
+37
*
Richard Smith: It was pointed out to me off-list that libc++'s non-compiler-b...
Howard Hinnant
2013-04-02
1
-0
/
+6
*
Some debug test cases for list.
Howard Hinnant
2013-04-02
8
-0
/
+324
*
Test case was forming the wrong limits when size_t != unsigned long.
Howard Hinnant
2013-03-29
1
-1
/
+2
*
The 3rd test in shrink_to_fit.pass.cpp can't possibly pass if exceptions are ...
Howard Hinnant
2013-03-29
1
-0
/
+2
*
Revert r178075, "Tighten up the iterator requirements ...", it breaks LLVM
Daniel Dunbar
2013-03-27
1
-7
/
+0
*
Tighten up the iterator requirements for the vector member templates. This i...
Howard Hinnant
2013-03-26
1
-0
/
+7
*
Another vector debug mode test, and a static test on Allocator::value_type. ...
Howard Hinnant
2013-03-26
1
-0
/
+8
*
More vector debug tests.
Howard Hinnant
2013-03-26
6
-0
/
+103
*
Fixed race conditions in thread tests; exposed by UBSan
Marshall Clow
2013-03-26
13
-15
/
+19
*
Simply debug mode tests per Dmitri Gribenko's suggestion.
Howard Hinnant
2013-03-26
21
-148
/
+21
*
Need one more swap overload for swapping two lvalue vector<bool>::reference's.
Howard Hinnant
2013-03-26
1
-0
/
+10
*
Added debug tests for indexing, pop_back and both forms of erase. Added an i...
Howard Hinnant
2013-03-25
9
-0
/
+405
*
Remove some erroneous code I was using to debug debug mode.
Howard Hinnant
2013-03-25
12
-24
/
+0
*
Debug mode tests for vector::front and back.
Howard Hinnant
2013-03-25
4
-0
/
+192
*
More vector::iterator debug mode tests. Run by adding to OPTIONS -D_LIBCPP_D...
Howard Hinnant
2013-03-25
8
-7
/
+346
*
Debug mode: learning to crawl. I need to set up some tests that actually tes...
Howard Hinnant
2013-03-25
1
-0
/
+53
*
Marshall Clow found some divide-by-zero warnings with UBSan in rand's binomia...
Howard Hinnant
2013-03-23
1
-25
/
+65
*
This is a start at making the libc++ test suite friendlier to the -fnoexcepti...
Howard Hinnant
2013-03-23
7
-7
/
+42
*
Test cleanup with respect to use of deprecated tmpnam function. Also Windows...
Howard Hinnant
2013-03-22
25
-184
/
+205
*
Fix bug in test; found by AddressSanitizer
Marshall Clow
2013-03-20
1
-1
/
+1
*
Fix bug in test; found by AddressSanitizer
Marshall Clow
2013-03-18
1
-1
/
+1
*
Removed raw references to __APPLE__; now just check to see if it is defined.
Marshall Clow
2013-03-18
2
-3
/
+3
*
Removed raw references to _WIN32; now just check to see if it is defined.
Marshall Clow
2013-03-18
1
-1
/
+1
*
Parsing floating point numbers with very long precision was broken, and this ...
Howard Hinnant
2013-03-08
1
-0
/
+12
*
Fix a bug in mutex_try_to_lock. This was previously trying to unlock a mutex...
David Chisnall
2013-02-19
1
-1
/
+0
*
[tests] Add support for a link_flags lit parameter.
Daniel Dunbar
2013-02-12
1
-15
/
+31
*
[tests] Another batch of timeout increases.
Daniel Dunbar
2013-02-11
8
-12
/
+12
*
[tests] Another batch of timeout increases.
Daniel Dunbar
2013-02-08
5
-5
/
+5
*
[tests] Add back stdc macros I accidentally refactored out.
Daniel Dunbar
2013-02-08
1
-0
/
+1
*
[tests] Increase a bunch of wait limits.
Daniel Dunbar
2013-02-08
11
-12
/
+12
*
Give a lot more timing latitude to some of the timing tests. Busy buildbots a...
Howard Hinnant
2013-02-06
5
-8
/
+8
*
[tests] Infer the cxx_under_test (as clang++).
Daniel Dunbar
2013-02-06
1
-4
/
+11
*
[tests] Change test default to run against locally built library.
Daniel Dunbar
2013-02-06
1
-3
/
+3
*
[tests] Enable use_system_lib support on Linux.
Daniel Dunbar
2013-02-06
1
-1
/
+2
*
[tests] One last batch of XFAILs, for tests using new symbols added to libc++.
Daniel Dunbar
2013-02-06
16
-0
/
+80
*
[tests] Accept XFAIL arguments that match any part of a feature.
Daniel Dunbar
2013-02-06
1
-3
/
+4
*
[tests] XFAIL some locale tests that don't seem to work on any Darwin.
Daniel Dunbar
2013-02-05
8
-0
/
+16
*
[tests] If no explicit target triple is given, try to infer it.
Daniel Dunbar
2013-02-05
1
-2
/
+7
*
[tests] Mark another stream input expected failure (with system libc++).
Daniel Dunbar
2013-02-05
1
-0
/
+2
*
[tests] Mark another stream input expected failure (with system libc++).
Daniel Dunbar
2013-02-05
1
-0
/
+2
*
[tests] Mark some string.conversions expected failures (with system libc++).
Daniel Dunbar
2013-02-05
2
-0
/
+6
*
[tests] XFAIL a few things that require libc (?) support missing on Darwin.
Daniel Dunbar
2013-02-05
4
-0
/
+8
*
[tests] Mark some istream.unformatted expected failures (with system libc++).
Daniel Dunbar
2013-02-05
4
-0
/
+9
*
[tests] Add an available feature that combines the triple and use_system_lib.
Daniel Dunbar
2013-02-05
1
-0
/
+8
*
[tests] Add support for REQUIRES and XFAIL lines in libc++ tests.
Daniel Dunbar
2013-02-05
1
-1
/
+68
[next]