summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Implement LWG 2787 - [file_status.cons] is inconsistentEric Fiselier2017-03-061-2/+2
* Remove the buildit and testit scripts; they haven't been supported in yearsEric Fiselier2017-03-031-183/+0
* Fix hash requirements check in __hash_table.Eric Fiselier2017-03-031-2/+36
* Fix libc++ test to pass in C++03 modeMehdi Amini2017-03-032-2/+2
* Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCESEric Fiselier2017-03-0315-58/+25
* Fix sign-compare warning in test; Oddly this only appears on OS XEric Fiselier2017-03-031-7/+5
* Work around test failure on 32 bit OS XEric Fiselier2017-03-021-6/+13
* remove max_size() extension from polymorphic_allocator. It is unneededEric Fiselier2017-03-021-65/+0
* Fix libc++ test experimental/algorithms/alg.random.sample/sample.pass.cpp whe...Mehdi Amini2017-03-021-5/+9
* Fix test failures caused by new/delete calls getting optimized awayEric Fiselier2017-03-025-5/+13
* Remove more usages of REQUIRES-ANY in the test-suiteEric Fiselier2017-03-0217-17/+17
* Recommit r296712: "Fix Apple-specific XFAIL directive in libc++ test"Mehdi Amini2017-03-021-1/+1
* Revert "Fix Apple-specific XFAIL directive in libc++ test"Mehdi Amini2017-03-021-1/+1
* Fix Apple-specific XFAIL directive in libc++ testMehdi Amini2017-03-011-1/+1
* Fix Apple-specific XFAIL directive in libc++ testMehdi Amini2017-03-014-4/+4
* Generate the test configuration even when LIBCXX_INCLUDE_TESTS=OFF.Eric Fiselier2017-03-011-7/+8
* Mark test as unsupported in C++11Eric Fiselier2017-03-011-1/+5
* Fix test failures due to bad test hasherEric Fiselier2017-03-0118-0/+24
* Improve diagnostics when an invalid hash is used in an unordered container.Eric Fiselier2017-03-011-0/+32
* Fix PR32097 - is_abstract doesn't work on class templates.Eric Fiselier2017-03-011-0/+10
* Updated the XFAIL comment in variant tests.Michael Park2017-03-012-2/+8
* Remove XFAIL in implicit_deduction_guides testsSteven Wu2017-02-272-8/+0
* Fix cmake dependency for the external-thread-library variant. NFC.Asiri Rathnayake2017-02-271-1/+1
* test: silence warnings on clang under clang-clSaleem Abdulrasool2017-02-181-1/+1
* test: explicitly size enumerationSaleem Abdulrasool2017-02-181-1/+1
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-1727-32/+32
* Remove dead code in testEric Fiselier2017-02-171-2/+0
* add implicit deduction guide tests for string_viewEric Fiselier2017-02-171-0/+71
* Work around Clang assertion when testing C++17 deduction guides with '-g'.Eric Fiselier2017-02-171-0/+4
* Add doc for _LIBCPP_ENABLE_CXX17_DISABLED_AUTO_PTR and make it work under _LI...Eric Fiselier2017-02-171-0/+4
* [libcxx] Remove unexpected handlers in C++17Eric Fiselier2017-02-179-0/+160
* [libc++] Fix PR 31938 - std::basic_string constructors use non-deductible par...Eric Fiselier2017-02-172-1/+302
* add tests for ENAMETOOLONGEric Fiselier2017-02-172-9/+25
* Add tests for noexcept functionsEric Fiselier2017-02-133-93/+190
* test: mark another test as requiring pthreadsSaleem Abdulrasool2017-02-131-0/+1
* test: use char32_t rather than wchar_tSaleem Abdulrasool2017-02-122-29/+29
* test: mark requirement for pthread testSaleem Abdulrasool2017-02-121-0/+1
* test: squelch -Wreturn-type errorSaleem Abdulrasool2017-02-121-1/+8
* Fix a bug I introduced in the tests for experimental::lcm and experimental::gcd.Marshall Clow2017-02-102-3/+3
* Make lcm/gcd work better in edge cases. Fixes a UBSAN failure.Marshall Clow2017-02-104-5/+19
* test: XFAIL windows for non-portable testSaleem Abdulrasool2017-02-101-0/+1
* test: fix test under WindowsSaleem Abdulrasool2017-02-101-1/+1
* Move libcxx/test/libcxx python package into libcxx/utils/libcxx.Eric Fiselier2017-02-0910-2052/+1
* Start libc++ python cleanup and consolidation.Eric Fiselier2017-02-091-1/+1
* Fix PR31916 - std::visit rejects visitors accepting lvalue argumentsEric Fiselier2017-02-091-0/+11
* [test] Fix hard_link_count test to account for fs with dir nlink==1Michal Gorny2017-02-081-4/+8
* Temporarily disable the LCM/GCD tests under UBSAN.Marshall Clow2017-02-082-0/+3
* Prevent UBSAN from generating unsigned overflow diagnostics in the hashing in...Eric Fiselier2017-02-082-0/+53
* fix python3 syntax errorEric Fiselier2017-02-071-1/+1
* Fix test failures when using modules.Eric Fiselier2017-02-078-0/+19