summaryrefslogtreecommitdiff
path: root/test/libcxx
AgeCommit message (Expand)Author
2017-11-19[libc++] Shrink variant's index type when possibleEric Fiselier
2017-11-19Fix nodiscard test when modules are enabledEric Fiselier
2017-11-15Named the macro wrong in the test.Marshall Clow
2017-11-14Add two new macros: _LIBCPP_NODISCARD_AFTER_CXX17 and _LIBCPP_CONSTEXPR_AFTER...Marshall Clow
2017-11-08[libcxx] Mark test cxa_deleted_virtual.pass.cpp as failing for previous libcx...Volodymyr Sapsai
2017-11-02Change a bunch of comments from C++1z to C++17. NFCMarshall Clow
2017-10-30Add more fuzzing bits: partial_sort_copy, partition_copy, unique, unique_copy...Marshall Clow
2017-10-14Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer
2017-10-12More fuzzing infastructre - regexMarshall Clow
2017-10-04Initial cut at infastructure for fuzzing support for OSS-fuzzMarshall Clow
2017-09-18Fix failing ASAN testEric Fiselier
2017-09-17ABI: Fix for undefined "___cxa_deleted_virtual" symbol in MacOSXEric Fiselier
2017-09-17Fix failing -verify tests due to change in Clangs static_assert message.Eric Fiselier
2017-08-05[libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.Stephan T. Lavavej
2017-07-29[libcxx] [test] Make files consistently end with newlines, NFC.Stephan T. Lavavej
2017-07-29[libcxx] [test] Untabify, NFC.Stephan T. Lavavej
2017-07-10Fix issues with UBSAN test configuration.Eric Fiselier
2017-07-09optional: Implement LWG 2900 and P0602Casey Carter
2017-07-08Fix filesystem build on platforms with weird time_t types.Eric Fiselier
2017-07-07cmath: Support clang's -fdelayed-template-parsingDuncan P. N. Exon Smith
2017-06-16Allow the libc++ C header wrappers to be included when compiling C.Eric Fiselier
2017-06-15Fix another test with modules enabledEric Fiselier
2017-06-15Fix test when modules are enabledEric Fiselier
2017-06-14Mark `__is_inplace_*` tests as UNSUPPORTED in <= C++14.Michael Park
2017-06-14Add an `__is_inplace_index` metafunction.Michael Park
2017-06-12Mark the recent variant test as UNSUPPORTED for C++ before 17Marshall Clow
2017-06-12Make tuple_element static_assert in pair if the index is out of range. Also, ...Marshall Clow
2017-06-07[test] Test changes to accommodate LWG 2904 "Make variant move-assignment mor...Casey Carter
2017-06-03Fix the recently introduced test to work on C++03Marshall Clow
2017-06-03Fix some undefined behavior in __hash_table. Thanks to vsk for the report and...Marshall Clow
2017-06-01Fix name used in -verify diagnostic to match trunkEric Fiselier
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2017-05-29Fix multiple bugs in coroutine tests.Eric Fiselier
2017-05-28Remove XFAIL's for recently fixed bugEric Fiselier
2017-05-26Workaround debug info bug in Clangs coroutine implementationEric Fiselier
2017-05-26Get <experimental/coroutine> working in C++03.Eric Fiselier
2017-05-25Fix a test that was failing in C++11 mode introduced in r303874Erik Pilkington
2017-05-25Add support for shared_ptr<FunctionType>Erik Pilkington
2017-05-25Add <experimental/coroutine>Eric Fiselier
2017-05-19[test] Add support for Objective-C++ testsErik Pilkington
2017-05-12Cleanup test issues reported by STL @ Microsoft.Eric Fiselier
2017-05-12Move POSIX specific test under test/libcxx subdirectoryEric Fiselier
2017-05-12Move tests for libc++ configurations into libcxx/ test subdirectoryEric Fiselier
2017-05-12Fix or move tests with non-standard assumptionsEric Fiselier
2017-05-08[libc++] Implement exception_ptr on WindowsEric Fiselier
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2017-05-04[libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej
2017-04-21update XFAIL comments with more detailsEric Fiselier
2017-04-21XFAIL Windows test failures under test/libcxxEric Fiselier
2017-04-19Cleanup _LIBCPP_HAS_NO_<c++11-feature> in support headers and final testsEric Fiselier