summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
* Mark tests as unsupported under libcpp-no-exceptionsRoger Ferrer Ibanez2017-01-102-2/+2
* Added XFAIL for the apple versions of clang as wellMarshall Clow2017-01-096-0/+6
* Implement P0403R1 - 'Literal suffixes for basic_string_view'. Requires clang ...Marshall Clow2017-01-096-0/+170
* Replace identifiers called `__out` because Windows.h #defines it.Eric Fiselier2017-01-071-0/+7
* [libcxx] [test] Strip trailing whitespace. NFC, no code review.Stephan T. Lavavej2017-01-075-8/+8
* Get all tuple tests passing on WindowsEric Fiselier2017-01-072-2/+3
* Fix linking of DLL's on WindowsEric Fiselier2017-01-073-23/+63
* Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANGEric Fiselier2017-01-065-9/+63
* [libc++] Cleanup and document <__threading_support>Eric Fiselier2017-01-063-3/+3
* Add gcc-[56] clang-3.[678] to list of XFAILS for variant tests. Patch from Mi...Eric Fiselier2017-01-054-9/+14
* Use C++11 static_assert in variant tests. Patch from Michael ParkEric Fiselier2017-01-052-24/+24
* Get tests linking on Windows.Eric Fiselier2017-01-051-0/+6
* Fix test suite configuration when no lit.site.cfg is availableEric Fiselier2017-01-051-3/+5
* Get test-suite configuring on Windows with clang-clEric Fiselier2017-01-051-9/+50
* Fix XPASS buildbot failure related to structured bindingsEric Fiselier2017-01-051-1/+1
* Fix PR26961 - Add default constructor to std::pointer_safety struct.Eric Fiselier2017-01-052-2/+34
* Fix std::pointer_safety type in ABI v2Eric Fiselier2017-01-053-0/+66
* Fix verify test on 32 bit systemsEric Fiselier2017-01-041-1/+1
* Implement P0505: 'Wording for GB 50'Marshall Clow2017-01-0410-16/+190
* Use C++11 static_assert in variant tests. Patch from Michael ParkEric Fiselier2017-01-043-32/+32
* [libcxx] Re-implement LWG 2770 again: Fix tuple_size to work with structured ...Eric Fiselier2017-01-046-19/+312
* Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to re...Marshall Clow2017-01-043-6/+109
* [libcxx] [test] Strip trailing whitespace.Stephan T. Lavavej2017-01-045-5/+5
* [libcxx] [test] Fix recently introduced warnings emitted by MSVC.Stephan T. Lavavej2017-01-044-0/+16
* [libcxx] Add build/test support for the externally threaded libc++abi variantAsiri Rathnayake2017-01-033-8/+8
* [libcxx] Fix testing of the externally-threaded library buildAsiri Rathnayake2017-01-031-1/+1
* threading_support: refactor for Win32 threadingSaleem Abdulrasool2017-01-031-1/+1
* Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.Eric Fiselier2017-01-031-1/+1
* Re-implement LWG 2770 - Fix tuple_size with structured bindings.Eric Fiselier2017-01-023-24/+16
* Fix some 'FIXME's in the tests.Marshall Clow2016-12-304-18/+10
* Recommit r290750: Fix PR19460 - std::ios is convertible to int.Eric Fiselier2016-12-301-0/+9
* Revert r290750 - Fix PR19460 - std::ios is convertible to int.Eric Fiselier2016-12-301-9/+0
* Add missing include in test.Eric Fiselier2016-12-301-0/+2
* Fix PR19460 - std::ios is convertible to int.Eric Fiselier2016-12-301-0/+7
* Remove mblen(), mbtowc() and wctomb() from the thread-unsafe functions.Ed Schouten2016-12-302-4/+0
* Get ctype_byname tests passing on Linux.Eric Fiselier2016-12-306-75/+96
* Fix PR31489 - std::function self-swap segfaultsEric Fiselier2016-12-292-94/+195
* Fix debug mode for vector/list and cleanup testsEric Fiselier2016-12-2826-855/+345
* Add tests for unordered container tests and std::stringEric Fiselier2016-12-284-0/+547
* Fix build errors in C++03 caused by recent debug changesEric Fiselier2016-12-281-2/+2
* Implement a throwing version of _LIBCPP_ASSERT.Eric Fiselier2016-12-283-0/+96
* Implement P0435R1 - Resolving LWG issues for common_typeEric Fiselier2016-12-271-10/+183
* Fix PR31481 - 3+ parameter common_type isn't SFINAE friendlyEric Fiselier2016-12-271-5/+17
* Fix bug #31387 - not checking end iterator when parsing decimal escape. Thank...Marshall Clow2016-12-241-0/+44
* Enable -Wunreachable-code and fix duplicate warning flagsEric Fiselier2016-12-243-9/+9
* Fix ASAN test failureEric Fiselier2016-12-241-1/+3
* Fix -Wsign-compare warnings in re tests that only run on OS XEric Fiselier2016-12-247-224/+224
* Fix sign-compare warnings on ARM platforms caused by wchar_t being unsignedEric Fiselier2016-12-241-7/+7
* Fix warning caused by platforms providing a signed wint_tEric Fiselier2016-12-241-1/+2
* Fix yet another missed -Wunused warning. Hopefully this is the last oneEric Fiselier2016-12-241-7/+8
OpenPOWER on IntegriCloud