summaryrefslogtreecommitdiff
path: root/test/std
AgeCommit message (Expand)Author
2017-01-18[libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej
2017-01-18[libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.Stephan T. Lavavej
2017-01-18Fix filesystem::path assignment from {}Eric Fiselier
2017-01-18More configuration changes for running the test suite against MSVC's STLEric Fiselier
2017-01-18Add support for running our test suite against MSVC's STLEric Fiselier
2017-01-17Fix type_info's constructor by making it explicit again.Eric Fiselier
2017-01-17[libcxx] [test] Don't ask whether Incomplete& can be assigned to.Stephan T. Lavavej
2017-01-17Fix std::string assignment ambiguity from braced initializer lists.Eric Fiselier
2017-01-17Rename new_handler in tests to avoid conflicts with MSVC symbols.Eric Fiselier
2017-01-16Added a workaround for a `-fdelayed-template-parsing` bug.Michael Park
2017-01-16Implement the missing constexpr stuff in <array>. Fixes PR#31645.Marshall Clow
2017-01-14Fix last_write_time tests for filesystems that don't support negative and ver...Jonas Hahnfeld
2017-01-14Mark test as UNSUPPORTED on Windows since it hangs foreverEric 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-07[libcxx] [test] Strip trailing whitespace. NFC, no code review.Stephan T. Lavavej
2017-01-06Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANGEric Fiselier
2017-01-05Add gcc-[56] clang-3.[678] to list of XFAILS for variant tests. Patch from Mi...Eric 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-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-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
2016-12-24Fix -Wsign-compare warnings in re tests that only run on OS XEric Fiselier
2016-12-24Fix sign-compare warnings on ARM platforms caused by wchar_t being unsignedEric Fiselier
2016-12-24Fix warning caused by platforms providing a signed wint_tEric Fiselier
2016-12-24Fix yet another missed -Wunused warning. Hopefully this is the last oneEric Fiselier
2016-12-24Fix unused warning which only triggers in C++11Eric Fiselier
2016-12-24fix warnings only produced by apple-clangEric Fiselier