summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use copy.deepcopy instead of doing it manually.Dan Albert2017-02-072-14/+3
* Stop using random_shuffle in the libc++ test suite. It's going to be removed ...Marshall Clow2017-02-0729-37/+124
* Add some tests to verify that we implement LWG#2837 correctly. No functional ...Marshall Clow2017-02-062-0/+14
* Implement LWG 2773 - std::ignore should be constexpr.Eric Fiselier2017-02-062-0/+77
* [libcxx] [test] Strip trailing whitespace.Stephan T. Lavavej2017-02-053-5/+5
* [libcxx] [test] Fix comment typos.Stephan T. Lavavej2017-02-054-7/+7
* [libcxx] [test] Avoid MSVC's non-Standard ABI in underlying_type.pass.cpp.Stephan T. Lavavej2017-02-051-9/+17
* [libcxx] [test] Fix Clang -Wpessimizing-move "moving a temporary object preve...Stephan T. Lavavej2017-02-051-6/+6
* [libcxx] [test] Fix Clang -Wdeprecated-declarations with MSVC's CRT.Stephan T. Lavavej2017-02-051-20/+20
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 3/3.Stephan T. Lavavej2017-02-053-7/+6
OpenPOWER on IntegriCloud