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
*
[libcxx] Add <experimental/type_traits> for LFTS
Eric Fiselier
2014-12-19
7
-0
/
+945
*
Remove unneeded configuration code.
Eric Fiselier
2014-12-19
1
-12
/
+4
*
[libcxx] Allow the use of ccache when running the test suite.
Eric Fiselier
2014-12-19
1
-12
/
+46
*
Re-commit the test for regex that I busted last night - now passes under ASAN
Marshall Clow
2014-12-16
1
-2
/
+2
*
Appease the c++14 buildbots
Jonathan Roelofs
2014-12-16
1
-0
/
+4
*
Comment out the breaking tests until I figure out what's going on here.
Marshall Clow
2014-12-16
1
-2
/
+2
*
Once more w/o the typo.
Marshall Clow
2014-12-16
1
-5
/
+4
*
Fix the literal string that I said would be six elements long to actually be ...
Marshall Clow
2014-12-16
1
-2
/
+2
*
Add test to ensure that iterator_traits<NotAnIterator> doesn't have a value type
Marshall Clow
2014-12-16
1
-0
/
+12
*
Implement LWG 2217 - operator==(sub_match, string) slices on embedded '\0's
Marshall Clow
2014-12-15
1
-13
/
+17
*
Add support for building libc++ as a 32 bit library
Eric Fiselier
2014-12-12
3
-0
/
+5
*
Fix building and running tests when LIBCXX_ENABLE_EXCEPTIONS or LIBCXX_ENABLE...
Eric Fiselier
2014-12-12
3
-0
/
+15
*
Add 'REQUIRES: long_tests' to one more long test
Jonathan Roelofs
2014-12-11
1
-0
/
+2
*
Add 'REQUIERS: long_tests' to a few more long tests
Jonathan Roelofs
2014-12-11
4
-0
/
+8
*
Fix platform_support.h's get_temp_file_name() on Newlib under __STRICT_ANSI__
Jonathan Roelofs
2014-12-11
1
-0
/
+7
*
Add an XFAIL for Newlib's missing uchar.h
Jonathan Roelofs
2014-12-11
1
-0
/
+1
*
Mark a bunch of long running tests as 'REQUIRES: long_tests'
Jonathan Roelofs
2014-12-11
38
-0
/
+86
*
Mark some more fenv tests as UNSUPPORTED by newlib
Jonathan Roelofs
2014-12-11
2
-0
/
+4
*
Add an XFAIL for Newlib's missing fenv.h
Jonathan Roelofs
2014-12-11
1
-0
/
+2
*
Move the optional tests into test/experimental. They were put into test/utili...
Marshall Clow
2014-12-09
68
-0
/
+6
*
Add all the relational operators to std::experimental::optional. Also update ...
Marshall Clow
2014-12-09
22
-159
/
+742
*
Give lit.cfg's threading options default values when not defined.
Eric Fiselier
2014-12-07
1
-5
/
+4
*
Mark a couple of tests as XFAIL with older compilers.
Eric Fiselier
2014-12-07
2
-0
/
+7
*
Consolidate error reporting in lit.cfg
Eric Fiselier
2014-12-07
1
-36
/
+23
*
Revert parts of r223594. Use DYLD_LIBRARY_PATH on OSX when running tests.
Eric Fiselier
2014-12-07
1
-1
/
+4
*
Fix apple clang detection in lit.cfg
Eric Fiselier
2014-12-06
1
-1
/
+1
*
Unify and cleanup rpath handling in tests.
Eric Fiselier
2014-12-06
1
-10
/
+3
*
[libcxx] Add logic to probe compiler in tests.
Eric Fiselier
2014-12-06
1
-0
/
+39
*
Add support for building and testing libc++ without threads to CMake.
Eric Fiselier
2014-12-06
3
-11
/
+32
*
libc++: add NaCl and PNaCl support for std::random_device
JF Bastien
2014-12-01
1
-30
/
+66
*
libc++: integral types trap on PNaCl
JF Bastien
2014-11-26
1
-1
/
+1
*
Use lit.util.executeCommand instead of our own version
Eric Fiselier
2014-11-25
1
-20
/
+2
*
Print lit configuration information after all configuration is done.
Eric Fiselier
2014-11-24
1
-7
/
+10
*
Add better support for custom test runners.
Dan Albert
2014-11-24
1
-27
/
+53
*
Handle extra whitespace in linux distribution name.
Eric Fiselier
2014-11-21
1
-4
/
+5
*
Mark some locale tests as XFAIL on debian and opensuse.
Eric Fiselier
2014-11-21
3
-0
/
+21
*
Add more REQUIRES: LOCALE.* to tests.
Dan Albert
2014-11-21
12
-0
/
+24
*
Remove xfail tag for darwin from quick_exit test
Eric Fiselier
2014-11-20
1
-1
/
+0
*
Remove tests that va_copy is not defined when C++ < 11.
Eric Fiselier
2014-11-20
2
-8
/
+0
*
Change contradictory wording in va_copy test error message.
Eric Fiselier
2014-11-19
2
-4
/
+4
*
Implement N4280 - 'Non-member size() and more'
Marshall Clow
2014-11-19
3
-0
/
+236
*
Overhaul and separate nullptr_t tests to pass with C++03.
Eric Fiselier
2014-11-19
3
-34
/
+95
*
Revert r222296 to fix bad commit message
Eric Fiselier
2014-11-19
3
-95
/
+34
*
Cleanup quick_exit tests and get them passing in C++03.
Eric Fiselier
2014-11-19
3
-2
/
+53
*
diff --git a/test/language.support/support.types/nullptr_t.pass.cpp b/test/la...
Eric Fiselier
2014-11-19
3
-34
/
+95
*
Modify tests to check that va_copy is only defined in C++11 and beyond.
Eric Fiselier
2014-11-18
2
-4
/
+16
*
Flush out test cases for tuples constructor SFINAE
Eric Fiselier
2014-11-18
2
-23
/
+132
*
Add support for LLVM_USE_SANITIZER=Thread
Eric Fiselier
2014-11-18
1
-0
/
+3
*
Add a test for LWG issue #2399. We already implement this, but now we have a ...
Marshall Clow
2014-11-18
1
-0
/
+9
*
Since Eric poisoned the comma operator on all our test iterators, we no longe...
Marshall Clow
2014-11-18
1
-105
/
+0
[next]