summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-04-21cmath: Skip Libc for integral types in isinf, etc.Duncan P. N. Exon Smith
2017-04-21Expand test coverage for LWG2857Casey Carter
2017-04-21update XFAIL comments with more detailsEric Fiselier
2017-04-21Mark exception_ptr tests as XFAIL on Windows for nowEric Fiselier
2017-04-21XFAIL Windows test failures under test/libcxxEric Fiselier
2017-04-21Resolve unused local typedef warning in test.Billy Robert O'Neal III
2017-04-19Fix tests for extended noexcept in the container adaptors testsEric Fiselier
2017-04-19Cleanup _LIBCPP_HAS_NO_<c++11-feature> in support headers and final testsEric Fiselier
2017-04-19Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities libraryEric Fiselier
2017-04-19Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library.Eric Fiselier
2017-04-19Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headersEric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-features> macro usage in regexEric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output libraryEric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithmEric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros for std::initializer_listEric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in thread.Eric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> in std::unordered_map and std::unorder...Eric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::unordered_set and std::...Eric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::queue and std::priority_queue.Eric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> macro uses in std::stack.Eric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::map and std::multimapEric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::set and std::multisetEric Fiselier
2017-04-18[test] Silence another unused-typedef warningCasey Carter
2017-04-18[test] Silence unused parameter/typedef warningsCasey Carter
2017-04-18Allow a standard library to implement conditional noexcept for optional and u...Billy Robert O'Neal III
2017-04-17Fix passing incorrectly value-category when constructing unique_ptr's deleterEric Fiselier
2017-04-17[optional] Update synopsis for LWG2934Casey Carter
2017-04-17Sigh. Once again forgot about the 'no exceptions' bots.Marshall Clow
2017-04-17Mark LWG#2853 as complete. No code changes required, but added a couple of ex...Marshall Clow
2017-04-16Cleanup one more <forward_list> testEric Fiselier
2017-04-16Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <forward_list>Eric Fiselier
2017-04-16Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <list>Eric Fiselier
2017-04-16Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in dequeEric Fiselier
2017-04-16Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <array>Eric Fiselier
2017-04-16Workaround Clang bug regarding template template parametersEric Fiselier
2017-04-16Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in vector.Eric Fiselier
2017-04-16Overhaul unique_ptr - Implement LWG 2801, 2905, 2520.Eric Fiselier
2017-04-15Implement LWG 2857 for variant. Tests from Casey Carter @ Microsoft.Eric Fiselier
2017-04-15Simplify test helperEric Fiselier
2017-04-15Fix PR32642 - string::insert and string::append don't work with move_iterator.Eric Fiselier
2017-04-15Rewrite and cleanup unique_ptr tests.Eric Fiselier
2017-04-13Remove the binders from C++17. Reviewed as https://reviews.llvm.org/D31769Marshall Clow
2017-04-13Implement LWG#2855 - made easy by previous refactoringMarshall Clow
2017-04-13Add TEST_NOEXCEPT_FALSE to support D31738Eric Fiselier
2017-04-13Cleanup any_cast failure testEric Fiselier
2017-04-13Fix template >> within C++03 codeEric Fiselier
2017-04-13Diagnose when reverse_iterator is used on path::iterator.Eric Fiselier
2017-04-13Fix C++03 test failuresEric Fiselier
2017-04-13Add tests that std::unique_ptr's default constructor is constexpr.Eric Fiselier
2017-04-13Update tests -verify error messages after r300140.Eric Fiselier