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
*
Use __config_site when building libc++. Also cleanup ABI versioning doc
Eric Fiselier
2015-10-14
1
-1
/
+3
*
ABI versioning macros for libc++.
Evgeniy Stepanov
2015-10-13
3
-0
/
+13
*
Fix use of libc++ <foo.h> headers from within an 'extern "C"' context in C++98.
Richard Smith
2015-10-13
1
-0
/
+43
*
[Darwin] Reworking r250003 to use lit.util.capture instead of subprocess.
Chris Bieneman
2015-10-12
1
-6
/
+2
*
[Darwin] Need to add -isysroot on OS X otherwise the tests will fail if you d...
Chris Bieneman
2015-10-12
1
-0
/
+21
*
Revert r249931 - Remove same_decls.pass.cpp because it fails on OS X and in C...
Eric Fiselier
2015-10-10
1
-517
/
+0
*
Get some of wchar_h.pass.cpp working on apple.
Eric Fiselier
2015-10-10
1
-10
/
+16
*
Unrevert r249889, and XFAIL the test for Darwin, where the libc apparently do...
Richard Smith
2015-10-10
1
-11
/
+24
*
Add a test that we declare the right set of C library function signatures in ::
Richard Smith
2015-10-10
1
-0
/
+517
*
Revert r249889 due to bot failure.
Manman Ren
2015-10-10
1
-18
/
+11
*
Split <wchar.h> out of <cwchar>.
Richard Smith
2015-10-09
1
-11
/
+18
*
Split <stdlib.h> out of <cstdlib>.
Richard Smith
2015-10-09
1
-0
/
+24
*
Split <stdio.h> out of <cstdio>.
Richard Smith
2015-10-09
1
-0
/
+20
*
Fix test failure in C++98 mode due to imperfect static_assert emulation.
Richard Smith
2015-10-08
1
-1
/
+1
*
Split <stddef.h> out of <cstddef>.
Richard Smith
2015-10-08
1
-0
/
+22
*
Split <setjmp.h> out of <csetjmp>.
Richard Smith
2015-10-08
1
-0
/
+4
*
Split <math.h> out of <cmath>.
Richard Smith
2015-10-08
3
-22
/
+884
*
Split <inttypes.h> out of <cinttypes>.
Richard Smith
2015-10-08
1
-2
/
+287
*
Split <ctype.h> out of <cctype>.
Richard Smith
2015-10-08
1
-14
/
+14
*
While researching LWG#2244, I noticed we weren't testing that eofbit was bein...
Marshall Clow
2015-10-07
1
-0
/
+9
*
Our test allocators support move/copy construction; they should support move/...
Marshall Clow
2015-10-06
1
-1
/
+7
*
Fixed a possible overflow in a test of allocator::max_size().
Marshall Clow
2015-10-05
1
-2
/
+2
*
Implement LWG#2063, and update the issues links to point to the github genera...
Marshall Clow
2015-10-05
1
-0
/
+6
*
[libcxx] Use newest supported language dialect when running the test suite.
Eric Fiselier
2015-10-03
1
-1
/
+14
*
Attempt to prevent flaky thread.mutex tests by once again increasing timing t...
Eric Fiselier
2015-10-01
13
-28
/
+37
*
Manually suppress -Wnonnull when it occurs in an unevaluated context
Eric Fiselier
2015-10-01
2
-0
/
+12
*
Suppress array initialization warnings in std::experimental::apply tests
Eric Fiselier
2015-10-01
19
-18
/
+62
*
Dont link -lrt in the testsuite on linux unless using sanitizers.
Eric Fiselier
2015-10-01
1
-2
/
+4
*
The test I cnecked in to check the fix for PR#24890 failed (as expected) w/o ...
Marshall Clow
2015-09-22
1
-0
/
+1
*
Check in the test for PR#24890 that I forgot in previous commit
Marshall Clow
2015-09-22
1
-0
/
+18
*
Suppress some warnings in the tests that snuck in. That 'tmpnam' is deprecat...
Marshall Clow
2015-09-15
2
-1
/
+2
*
Change initialization of mbstate_t objects in tests from '= {0}' to '= {}', w...
Marshall Clow
2015-09-15
19
-21
/
+21
*
Implementation of Boyer-Moore and Boyer-Moore-Horspool searchers for the LFTS.
Marshall Clow
2015-09-08
9
-0
/
+1035
*
make common_type SFINAE-friendly and support void. Patch from Agustin Berge.
Eric Fiselier
2015-09-08
1
-4
/
+54
*
Move __lazy_* metafunctions to type traits and add tests
Eric Fiselier
2015-08-31
2
-1
/
+153
*
Suppress clang warnings in some tests
Eric Fiselier
2015-08-30
9
-28
/
+55
*
Remove task to get C++03 tests passing from TODO.txt
Eric Fiselier
2015-08-30
1
-1
/
+1
*
Finally get the test suite passing in C++03!!
Eric Fiselier
2015-08-28
4
-3
/
+12
*
Remove empty file that arcanist created
Eric Fiselier
2015-08-28
1
-0
/
+0
*
[libcxx] Mark most test/std/future tests as UNSUPPORTED in C++03
Eric Fiselier
2015-08-28
39
-603
/
+356
*
Fix bug in test_allocator<void> that used the wrong value to represent object...
Eric Fiselier
2015-08-28
1
-2
/
+2
*
[libcxx] Add special warning flag detection logic to compiler.py
Eric Fiselier
2015-08-26
2
-6
/
+30
*
[libcxx] Rewrite C++03 __invoke.
Eric Fiselier
2015-08-26
2
-0
/
+4
*
Refactor flaky shared_mutex tests
Eric Fiselier
2015-08-26
4
-22
/
+39
*
Remove XFAIL in test. The bug causing it has been fixed.
Eric Fiselier
2015-08-26
1
-5
/
+0
*
Mark test as XFAIL with MSAN until D12311 gets committed
Eric Fiselier
2015-08-25
1
-0
/
+5
*
Refactor and fix more flaky shared_mutex tests
Eric Fiselier
2015-08-25
6
-37
/
+123
*
Move test/std/utilities/date.time to proper stable name utilities/time/date.time
Eric Fiselier
2015-08-24
5
-0
/
+0
*
Misc drive-by cleanups. NFC
Jonathan Roelofs
2015-08-24
3
-1
/
+3
*
Fix a crasher found by libFuzzer
Marshall Clow
2015-08-24
1
-0
/
+23
[next]