aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/ext
AgeCommit message (Expand)AuthorFilesLines
2019-05-14Remove obsolete Solaris 10 supportRainer Orth1-4/+0
2019-05-13Remove Profile Mode, deprecated since GCC 7.1Jonathan Wakely6-290/+0
2019-05-13Remove array_allocator extension, deprecated since 4.9.0Jonathan Wakely10-414/+0
2019-02-19P0482R5 char8_t: New standard library testsTom Honermann1-0/+12
2019-01-29Fix tests that fail in C++2a modeJonathan Wakely2-4/+4
2019-01-01Update copyright years.Jakub Jelinek363-363/+363
2018-10-19Fix tests that use allocators with incorrect value typesJonathan Wakely1-1/+1
2018-10-19Disable tests that only pass for GNU dialectsJonathan Wakely12-0/+12
2018-10-18Fix tests that fail when built with different optionsJonathan Wakely1-0/+2
2018-10-11Make ext allocators support heterogeneous equality comparisonJonathan Wakely4-0/+124
2018-08-3110.cc: Add dg-require-fileio.Sandra Loosemore1-0/+2
2018-08-30Fix __gnu_cxx::_Pointer_adapter for long long arithmeticJonathan Wakely1-0/+14
2018-08-14Rope iterators: don't retain pointers when copiedJeremy Sawicki1-0/+95
2018-07-26Add missing dg-require-cstdint directives to testsJonathan Wakely22-0/+22
2018-07-26Remove dg-require-cstdint directive from testsJonathan Wakely2-2/+0
2018-06-14P0935R0 Eradicating unnecessarily explicit default constructorsJonathan Wakely14-0/+14
2018-06-12P0935R0 Eradicating unnecessarily explicit default constructorsJonathan Wakely14-14/+126
2018-05-15PR libstdc++/85749 constrain seed sequences for random number enginesJonathan Wakely1-0/+90
2018-01-19[libstdc++][testsuite] Fix dg-options/dg-add-options orderChristophe Lyon4-4/+4
2018-01-03Update copyright years.Jakub Jelinek357-357/+357
2017-12-07re PR libstdc++/83120 (ext/special_functions/hyperg failure on AIX)David Edelsohn1-1/+2
2017-11-19PR libstdc++/pr66689 - comp_ellint_3 and ellint_3 return garbage valuesEdward Smith-Rowland2-7696/+8641
2017-11-18specfun.h: Expose airy_ai and airy_bi.Edward Smith-Rowland6-0/+446
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek9-9/+9
2017-08-09PR libstdc++/81751 don't call fflush(NULL)Jonathan Wakely2-0/+92
2017-06-15Use pthread effective-target in testsuiteRainer Orth1-2/+3
2017-03-23Fix Debug Mode test failuresJonathan Wakely1-1/+1
2017-03-15PR libstdc++/62045 fix O(N) insertion in pd_ds binary heapJonathan Wakely2-1/+52
2017-01-20PR69240 Define inequality operators for <random> param typesJonathan Wakely13-33/+182
2017-01-20PR79156 fix std::__enable_shared_from_this extensionJonathan Wakely1-0/+38
2017-01-19PR78905 define _GLIBCXX_RELEASE macroJonathan Wakely1-1/+1
2017-01-01Update copyright years.Jakub Jelinek347-347/+347
2016-12-07Replace dynamic exception specifications in testsuiteJonathan Wakely2-2/+4
2016-11-3050594.cc: XFAIL on AIX.David Edelsohn2-0/+4
2016-11-13DR 374 - specialization in outer namespaceJason Merrill1-4/+3
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill1-1/+1
2016-10-27Fix target selectors in uniform_inside_sphere_distribution testsJonathan Wakely6-6/+6
2016-10-26Implement uniform_inside_sphere_distribution extension.Edward Smith-Rowland6-0/+279
2016-10-16Make sure the return value of malloc_allocator::allocate is zero-initialized ...Ville Voutilainen1-0/+31
2016-10-141.cc: Remove 'test' variables.Paolo Carlini133-247/+4
2016-10-14PR65122 extended alignment support in allocatorsJonathan Wakely5-0/+260
2016-10-03Fix libstdc++ versioned namespace buildJonathan Wakely1-1/+1
2016-09-23Avoid reallocation for basic_string::clear()Jonathan Wakely1-0/+96
2016-09-14Fix dg-require before dg-run directives in testsuite.Christophe Lyon2-2/+2
2016-08-26Use effective-target instead of -std optionsJonathan Wakely144-185/+148
2016-08-23Add constexpr to <iterator> and <array> for C++17Jonathan Wakely1-1/+1
2016-08-19Simplify dg-options for tests using pthreadsJonathan Wakely1-2/+1
2016-08-17Adjust DG directives in libstdc++ Profile Mode testJonathan Wakely1-3/+3
2016-08-17Adjust testcases for C++17 compatibilityJonathan Wakely9-0/+18
2016-08-02Only run math special function tests for C++11 and laterJonathan Wakely6-2/+6