summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-06-12Update XFAILandroid-o-preview-4android-o-iot-preview-5o-iot-preview-5Tom Cherry
2017-04-17Update XFAILandroid-wear-o-preview-4android-wear-o-preview-3android-o-preview-3android-o-preview-2android-n-iot-preview-4n-iot-preview-4Tom Cherry
2017-03-17Update XFAILTom Cherry
2017-03-17Move test/libcxx/android/ to utils/libcxx/android/Tom Cherry
2017-03-14Merge to upstream r297772.Dan Albert
2017-03-14Fixed unintentional assignment-in-assert in new "extending memory management ...Billy Robert O'Neal III
2017-03-14Implement LWG2784, and mark 2786, 2795, 2804, 2812, 2826, 2834, 2837 and 2838...Marshall Clow
2017-03-11fix test coverage capture dirsEric Fiselier
2017-03-11Fix DoNotOptimize on MSVCEric Fiselier
2017-03-06Implement LWG 2787 - [file_status.cons] is inconsistentEric Fiselier
2017-03-03Remove the buildit and testit scripts; they haven't been supported in yearsEric Fiselier
2017-03-03Fix hash requirements check in __hash_table.Eric Fiselier
2017-03-03Fix libc++ test to pass in C++03 modeMehdi Amini
2017-03-03Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCESEric Fiselier
2017-03-03Fix sign-compare warning in test; Oddly this only appears on OS XEric Fiselier
2017-03-02Work around test failure on 32 bit OS XEric Fiselier
2017-03-02remove max_size() extension from polymorphic_allocator. It is unneededEric Fiselier
2017-03-02Fix libc++ test experimental/algorithms/alg.random.sample/sample.pass.cpp whe...Mehdi Amini
2017-03-02Fix test failures caused by new/delete calls getting optimized awayEric Fiselier
2017-03-02Remove more usages of REQUIRES-ANY in the test-suiteEric Fiselier
2017-03-02Recommit r296712: "Fix Apple-specific XFAIL directive in libc++ test"Mehdi Amini
2017-03-02Revert "Fix Apple-specific XFAIL directive in libc++ test"Mehdi Amini
2017-03-01Fix Apple-specific XFAIL directive in libc++ testMehdi Amini
2017-03-01Fix Apple-specific XFAIL directive in libc++ testMehdi Amini
2017-03-01Generate the test configuration even when LIBCXX_INCLUDE_TESTS=OFF.Eric Fiselier
2017-03-01Mark test as unsupported in C++11Eric Fiselier
2017-03-01Fix test failures due to bad test hasherEric Fiselier
2017-03-01Improve diagnostics when an invalid hash is used in an unordered container.Eric Fiselier
2017-03-01Fix PR32097 - is_abstract doesn't work on class templates.Eric Fiselier
2017-03-01Updated the XFAIL comment in variant tests.Michael Park
2017-02-27Remove XFAIL in implicit_deduction_guides testsSteven Wu
2017-02-27Fix cmake dependency for the external-thread-library variant. NFC.Asiri Rathnayake
2017-02-18test: silence warnings on clang under clang-clSaleem Abdulrasool
2017-02-18test: explicitly size enumerationSaleem Abdulrasool
2017-02-17Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier
2017-02-17Remove dead code in testEric Fiselier
2017-02-17add implicit deduction guide tests for string_viewEric Fiselier
2017-02-17Work around Clang assertion when testing C++17 deduction guides with '-g'.Eric Fiselier
2017-02-17Add doc for _LIBCPP_ENABLE_CXX17_DISABLED_AUTO_PTR and make it work under _LI...Eric Fiselier
2017-02-17[libcxx] Remove unexpected handlers in C++17Eric Fiselier
2017-02-17[libc++] Fix PR 31938 - std::basic_string constructors use non-deductible par...Eric Fiselier
2017-02-17add tests for ENAMETOOLONGEric Fiselier
2017-02-13Add tests for noexcept functionsEric Fiselier
2017-02-13test: mark another test as requiring pthreadsSaleem Abdulrasool
2017-02-12test: use char32_t rather than wchar_tSaleem Abdulrasool
2017-02-12test: mark requirement for pthread testSaleem Abdulrasool
2017-02-12test: squelch -Wreturn-type errorSaleem Abdulrasool
2017-02-10Fix a bug I introduced in the tests for experimental::lcm and experimental::gcd.Marshall Clow
2017-02-10Make lcm/gcd work better in edge cases. Fixes a UBSAN failure.Marshall Clow
2017-02-10test: XFAIL windows for non-portable testSaleem Abdulrasool