summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-01-14Don't force use of lld in tests on WindowsEric Fiselier
2017-01-13Diagnose invalid memory orderings in <atomic>Eric Fiselier
2017-01-13Diagnose non-const-callable hash functions and comparatorsEric Fiselier
2017-01-13Add _LIBCPP_DIAGNOSE_WARNING and _LIBCPP_DIAGNOSE_ERROR macros.Eric Fiselier
2017-01-12Implement P0426: Constexpr for std::char_traitsMarshall Clow
2017-01-10Mark tests as unsupported under libcpp-no-exceptionsRoger Ferrer Ibanez
2017-01-09Added XFAIL for the apple versions of clang as wellMarshall Clow
2017-01-09Implement P0403R1 - 'Literal suffixes for basic_string_view'. Requires clang ...Marshall Clow
2017-01-07Replace identifiers called `__out` because Windows.h #defines it.Eric Fiselier
2017-01-07[libcxx] [test] Strip trailing whitespace. NFC, no code review.Stephan T. Lavavej
2017-01-07Get all tuple tests passing on WindowsEric Fiselier
2017-01-07Fix linking of DLL's on WindowsEric Fiselier
2017-01-06Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANGEric Fiselier
2017-01-06[libc++] Cleanup and document <__threading_support>Eric Fiselier
2017-01-05Add gcc-[56] clang-3.[678] to list of XFAILS for variant tests. Patch from Mi...Eric Fiselier
2017-01-05Use C++11 static_assert in variant tests. Patch from Michael ParkEric Fiselier
2017-01-05Get tests linking on Windows.Eric Fiselier
2017-01-05Fix test suite configuration when no lit.site.cfg is availableEric Fiselier
2017-01-05Get test-suite configuring on Windows with clang-clEric Fiselier
2017-01-05Fix XPASS buildbot failure related to structured bindingsEric Fiselier
2017-01-05Fix PR26961 - Add default constructor to std::pointer_safety struct.Eric Fiselier
2017-01-05Fix std::pointer_safety type in ABI v2Eric Fiselier
2017-01-04Fix verify test on 32 bit systemsEric Fiselier
2017-01-04Implement P0505: 'Wording for GB 50'Marshall Clow
2017-01-04Use C++11 static_assert in variant tests. Patch from Michael ParkEric Fiselier
2017-01-04[libcxx] Re-implement LWG 2770 again: Fix tuple_size to work with structured ...Eric Fiselier
2017-01-04Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to re...Marshall Clow
2017-01-04[libcxx] [test] Strip trailing whitespace.Stephan T. Lavavej
2017-01-04[libcxx] [test] Fix recently introduced warnings emitted by MSVC.Stephan T. Lavavej
2017-01-03[libcxx] Add build/test support for the externally threaded libc++abi variantAsiri Rathnayake
2017-01-03[libcxx] Fix testing of the externally-threaded library buildAsiri Rathnayake
2017-01-03threading_support: refactor for Win32 threadingSaleem Abdulrasool
2017-01-03Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.Eric Fiselier
2017-01-02Re-implement LWG 2770 - Fix tuple_size with structured bindings.Eric Fiselier
2016-12-30Fix some 'FIXME's in the tests.Marshall Clow
2016-12-30Recommit r290750: Fix PR19460 - std::ios is convertible to int.Eric Fiselier
2016-12-30Revert r290750 - Fix PR19460 - std::ios is convertible to int.Eric Fiselier
2016-12-30Add missing include in test.Eric Fiselier
2016-12-30Fix PR19460 - std::ios is convertible to int.Eric Fiselier
2016-12-30Remove mblen(), mbtowc() and wctomb() from the thread-unsafe functions.Ed Schouten
2016-12-30Get ctype_byname tests passing on Linux.Eric Fiselier
2016-12-29Fix PR31489 - std::function self-swap segfaultsEric Fiselier
2016-12-28Fix debug mode for vector/list and cleanup testsEric Fiselier
2016-12-28Add tests for unordered container tests and std::stringEric Fiselier
2016-12-28Fix build errors in C++03 caused by recent debug changesEric Fiselier
2016-12-28Implement a throwing version of _LIBCPP_ASSERT.Eric Fiselier
2016-12-27Implement P0435R1 - Resolving LWG issues for common_typeEric Fiselier
2016-12-27Fix PR31481 - 3+ parameter common_type isn't SFINAE friendlyEric Fiselier
2016-12-24Fix bug #31387 - not checking end iterator when parsing decimal escape. Thank...Marshall Clow
2016-12-24Enable -Wunreachable-code and fix duplicate warning flagsEric Fiselier