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
*
Remove more usages of REQUIRES-ANY in the test-suite
Eric Fiselier
2017-03-02
17
-17
/
+17
*
Recommit r296712: "Fix Apple-specific XFAIL directive in libc++ test"
Mehdi Amini
2017-03-02
1
-1
/
+1
*
Revert "Fix Apple-specific XFAIL directive in libc++ test"
Mehdi Amini
2017-03-02
1
-1
/
+1
*
Fix Apple-specific XFAIL directive in libc++ test
Mehdi Amini
2017-03-01
1
-1
/
+1
*
Fix Apple-specific XFAIL directive in libc++ test
Mehdi Amini
2017-03-01
4
-4
/
+4
*
Generate the test configuration even when LIBCXX_INCLUDE_TESTS=OFF.
Eric Fiselier
2017-03-01
1
-7
/
+8
*
Mark test as unsupported in C++11
Eric Fiselier
2017-03-01
1
-1
/
+5
*
Fix test failures due to bad test hasher
Eric Fiselier
2017-03-01
18
-0
/
+24
*
Improve diagnostics when an invalid hash is used in an unordered container.
Eric Fiselier
2017-03-01
1
-0
/
+32
*
Fix PR32097 - is_abstract doesn't work on class templates.
Eric Fiselier
2017-03-01
1
-0
/
+10
*
Updated the XFAIL comment in variant tests.
Michael Park
2017-03-01
2
-2
/
+8
*
Remove XFAIL in implicit_deduction_guides tests
Steven Wu
2017-02-27
2
-8
/
+0
*
Fix cmake dependency for the external-thread-library variant. NFC.
Asiri Rathnayake
2017-02-27
1
-1
/
+1
*
test: silence warnings on clang under clang-cl
Saleem Abdulrasool
2017-02-18
1
-1
/
+1
*
test: explicitly size enumeration
Saleem Abdulrasool
2017-02-18
1
-1
/
+1
*
Update all bug URL's to point to https://bugs.llvm.org/...
Eric Fiselier
2017-02-17
27
-32
/
+32
*
Remove dead code in test
Eric Fiselier
2017-02-17
1
-2
/
+0
*
add implicit deduction guide tests for string_view
Eric Fiselier
2017-02-17
1
-0
/
+71
*
Work around Clang assertion when testing C++17 deduction guides with '-g'.
Eric Fiselier
2017-02-17
1
-0
/
+4
*
Add doc for _LIBCPP_ENABLE_CXX17_DISABLED_AUTO_PTR and make it work under _LI...
Eric Fiselier
2017-02-17
1
-0
/
+4
*
[libcxx] Remove unexpected handlers in C++17
Eric Fiselier
2017-02-17
9
-0
/
+160
*
[libc++] Fix PR 31938 - std::basic_string constructors use non-deductible par...
Eric Fiselier
2017-02-17
2
-1
/
+302
*
add tests for ENAMETOOLONG
Eric Fiselier
2017-02-17
2
-9
/
+25
*
Add tests for noexcept functions
Eric Fiselier
2017-02-13
3
-93
/
+190
*
test: mark another test as requiring pthreads
Saleem Abdulrasool
2017-02-13
1
-0
/
+1
*
test: use char32_t rather than wchar_t
Saleem Abdulrasool
2017-02-12
2
-29
/
+29
*
test: mark requirement for pthread test
Saleem Abdulrasool
2017-02-12
1
-0
/
+1
*
test: squelch -Wreturn-type error
Saleem Abdulrasool
2017-02-12
1
-1
/
+8
*
Fix a bug I introduced in the tests for experimental::lcm and experimental::gcd.
Marshall Clow
2017-02-10
2
-3
/
+3
*
Make lcm/gcd work better in edge cases. Fixes a UBSAN failure.
Marshall Clow
2017-02-10
4
-5
/
+19
*
test: XFAIL windows for non-portable test
Saleem Abdulrasool
2017-02-10
1
-0
/
+1
*
test: fix test under Windows
Saleem Abdulrasool
2017-02-10
1
-1
/
+1
*
Move libcxx/test/libcxx python package into libcxx/utils/libcxx.
Eric Fiselier
2017-02-09
10
-2052
/
+1
*
Start libc++ python cleanup and consolidation.
Eric Fiselier
2017-02-09
1
-1
/
+1
*
Fix PR31916 - std::visit rejects visitors accepting lvalue arguments
Eric Fiselier
2017-02-09
1
-0
/
+11
*
[test] Fix hard_link_count test to account for fs with dir nlink==1
Michal Gorny
2017-02-08
1
-4
/
+8
*
Temporarily disable the LCM/GCD tests under UBSAN.
Marshall Clow
2017-02-08
2
-0
/
+3
*
Prevent UBSAN from generating unsigned overflow diagnostics in the hashing in...
Eric Fiselier
2017-02-08
2
-0
/
+53
*
fix python3 syntax error
Eric Fiselier
2017-02-07
1
-1
/
+1
*
Fix test failures when using modules.
Eric Fiselier
2017-02-07
8
-0
/
+19
*
Use copy.deepcopy instead of doing it manually.
Dan Albert
2017-02-07
2
-14
/
+3
*
Stop using random_shuffle in the libc++ test suite. It's going to be removed ...
Marshall Clow
2017-02-07
29
-37
/
+124
*
Add some tests to verify that we implement LWG#2837 correctly. No functional ...
Marshall Clow
2017-02-06
2
-0
/
+14
*
Implement LWG 2773 - std::ignore should be constexpr.
Eric Fiselier
2017-02-06
2
-0
/
+77
*
[libcxx] [test] Strip trailing whitespace.
Stephan T. Lavavej
2017-02-05
3
-5
/
+5
*
[libcxx] [test] Fix comment typos.
Stephan T. Lavavej
2017-02-05
4
-7
/
+7
*
[libcxx] [test] Avoid MSVC's non-Standard ABI in underlying_type.pass.cpp.
Stephan T. Lavavej
2017-02-05
1
-9
/
+17
*
[libcxx] [test] Fix Clang -Wpessimizing-move "moving a temporary object preve...
Stephan T. Lavavej
2017-02-05
1
-6
/
+6
*
[libcxx] [test] Fix Clang -Wdeprecated-declarations with MSVC's CRT.
Stephan T. Lavavej
2017-02-05
1
-20
/
+20
*
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 3/3.
Stephan T. Lavavej
2017-02-05
3
-7
/
+6
[next]