summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-06-28Added failing tests for index out of range for tuple_element<pair<T1,T2>> and...Marshall Clow
2017-06-26[libcxx] Annotate c++17 aligned new/delete operators with availabilityAkira Hatanaka
2017-06-23Implement inclusive_scan/transform_inclusive_scan for C++17.Marshall Clow
2017-06-21Attempt to avoid static init ordering issues with globalMemCounterEric Fiselier
2017-06-20[libcxx] [test] Fix -Wmismatched-tags in tuple_size_structured_bindings.pass....Stephan T. Lavavej
2017-06-20[libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej
2017-06-20[libcxx] [test] Add more tests to tuple_size_structured_bindings.pass.cpp and...Stephan T. Lavavej
2017-06-19Add a missing SFINAE condition to the `variant`'s converting constructor.Michael Park
2017-06-18func.wrap.func.con: Fix test commentDuncan P. N. Exon Smith
2017-06-18any: Add availability for experimental::bad_any_castDuncan P. N. Exon Smith
2017-06-16Allow the libc++ C header wrappers to be included when compiling C.Eric Fiselier
2017-06-16Allow coroutine_handle<const T> to support creation from const references to ...Eric Fiselier
2017-06-15Renamed some of the newly added tests. No functional changeMarshall Clow
2017-06-15Fix another test with modules enabledEric Fiselier
2017-06-15Fix test when modules are enabledEric Fiselier
2017-06-14Add some const_casts in places where we were implicitly casting away constnes...Marshall Clow
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-14Implement the non-parallel versions of reduce and transform_reduce for C++17Marshall Clow
2017-06-13Fix bug 33389 - __is_transparent check requires too muchMarshall Clow
2017-06-13Add a test with an empty input range - should do nothingMarshall Clow
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-12[array.tuple]/1 says that instantiating tuple_element<N, array<T, M>> is ill-...Marshall Clow
2017-06-10Implement the non-parallel versions of exclusive_scan and transform_exclusive...Marshall Clow
2017-06-08[libcxx] [test] Update locale names for Windows.Stephan T. Lavavej
2017-06-08[libcxx] [test] Remove a Clang/C2 workaround.Stephan T. Lavavej
2017-06-08XFAIL tuple deduction guide test on GCCEric Fiselier
2017-06-08Add tests for class template deduction on std::tuple.Eric Fiselier
2017-06-07Fix compile error with Bionic's PTHREAD_MUTEX_INITIALIZEREric Fiselier
2017-06-07Implement LWG 2904.Michael Park
2017-06-07Fix test with exceptions disabledEric Fiselier
2017-06-07[test] Test changes to accommodate LWG 2904 "Make variant move-assignment mor...Casey Carter
2017-06-06add missing constexpr to optional::value_orCasey Carter
2017-06-06[libcxx] [test] Add _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to msvc_stdlib_fo...Stephan T. Lavavej
2017-06-05[test] Remove workaround for C1XX empty parameter pack bugCasey 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-02Mark two coroutine tests as unsupported under ubsan, againVedant Kumar
2017-06-02Revert "Mark two coroutine tests as unsupported under ubsan"Vedant Kumar
2017-06-01[test] Allow non-libc++ coroutine_handle::done to strengthen noexceptCasey Carter
2017-06-01Mark two coroutine tests as unsupported under ubsanVedant Kumar
2017-06-01Remove ubsan XFAILS in two testsVedant Kumar
2017-06-01Fix name used in -verify diagnostic to match trunkEric Fiselier
2017-05-31Fix silly mistakes in recent changes made to coroutine testEric Fiselier
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2017-05-31Guard against more macros in tchar.hEric Fiselier
2017-05-31Transform the libc++ coroutine shell tests into normal .pass.cpp tests.Eric Fiselier
2017-05-31Remove uses of _UI because Windows is evil and tchar.h #define's itEric Fiselier
2017-05-30[test] s/uexpectedly/unexpectedly/Casey Carter