index
:
replicant/external_libcxx
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the buildit and testit scripts; they haven't been supported in years
Eric Fiselier
2017-03-03
1
-183
/
+0
*
Fix hash requirements check in __hash_table.
Eric Fiselier
2017-03-03
1
-2
/
+36
*
Fix libc++ test to pass in C++03 mode
Mehdi Amini
2017-03-03
2
-2
/
+2
*
Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES
Eric Fiselier
2017-03-03
15
-58
/
+25
*
Fix sign-compare warning in test; Oddly this only appears on OS X
Eric Fiselier
2017-03-03
1
-7
/
+5
*
Work around test failure on 32 bit OS X
Eric Fiselier
2017-03-02
1
-6
/
+13
*
remove max_size() extension from polymorphic_allocator. It is unneeded
Eric Fiselier
2017-03-02
1
-65
/
+0
*
Fix libc++ test experimental/algorithms/alg.random.sample/sample.pass.cpp whe...
Mehdi Amini
2017-03-02
1
-5
/
+9
*
Fix test failures caused by new/delete calls getting optimized away
Eric Fiselier
2017-03-02
5
-5
/
+13
*
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
[next]