summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Implement std::pmr::unsynchronized_pool_resourceJonathan Wakely2018-11-064-0/+348
* Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers2018-10-311-35/+87
* More testing for std::pair layout changeJonathan Wakely2018-10-311-0/+17
* PR libstdc++/87822 fix layout change for nested std::pairJonathan Wakely2018-10-311-0/+47
* Implement P0892R2, explicit(bool).Marek Polacek2018-10-303-40/+40
* PR libstdc++/87809 avoid invalid expressions in exception specificationsJonathan Wakely2018-10-304-0/+168
* PR libstdc++/87784 fix dynamic_bitset::push_backJonathan Wakely2018-10-301-0/+76
* C++: simplify output from suggest_alternatives_forDavid Malcolm2018-10-292-4/+0
* 48101_neg.cc: Remove dg-prune-output 'std' from regex pattern for versioned n...François Dumont2018-10-283-3/+3
* PR libstdc++/87749 fix (and optimize) string move constructionJonathan Wakely2018-10-254-0/+227
* Relocation (= move+destroy)Marc Glisse2018-10-251-3/+3
* PR libstdc++/87704 fix unique_ptr(nullptr_t) constructorsJonathan Wakely2018-10-231-0/+32
* testsuite_containers.h (forward_members_unordered<>::forward_members_unordere...François Dumont2018-10-201-4/+13
* Skip tests for GNU extensions when testing with strict modeJonathan Wakely2018-10-1914-8/+37
* Fix testsuite failures due to extra errors in strict dialectsJonathan Wakely2018-10-198-0/+8
* Conditionally disable tests of non-standard extensionsJonathan Wakely2018-10-1911-6/+34
* Fix tests that use allocators with incorrect value typesJonathan Wakely2018-10-1926-68/+66
* Disable tests that only pass for GNU dialectsJonathan Wakely2018-10-1912-0/+12
* Remove duplicate testsJonathan Wakely2018-10-195-148/+0
* Fix compilation error with _GLIBCXX_PARALLELJonathan Wakely2018-10-192-3/+22
* Fix tests that fail when built with different optionsJonathan Wakely2018-10-182-0/+3
* PR libstdc++/87641 correctly initialize accumulator in valarray::sum()Jonathan Wakely2018-10-181-0/+75
* re PR libstdc++/87619 (sizeof(std::variant) can be reduced if its variant_siz...Ville Voutilainen2018-10-171-0/+53
* Rename namespace alias in test to avoid name collisionJonathan Wakely2018-10-161-12/+12
* Use effective target in Networking TS testsJonathan Wakely2018-10-1618-19/+17
* Define _GLIBCXX_USE_DEV_RANDOM as replacement for _GLIBCXX_USE_RANDOM_TR1Jonathan Wakely2018-10-161-1/+1
* Introduce dg-add-options net_tsRainer Orth2018-10-168-0/+18
* Fix tests that fail when compiled without optimisationJonathan Wakely2018-10-163-1/+5
* PR libstdc++/87618 fix typos in linker scriptJonathan Wakely2018-10-162-2/+20
* Adjust test to pass with latest glibcJonathan Wakely2018-10-151-2/+4
* Initial commit of Networking TS implementationJonathan Wakely2018-10-1218-0/+1531
* PR libstdc++/77691 increase allocation size to at least alignmentJonathan Wakely2018-10-121-4/+6
* PR libstdc++/80538 Only call sleep for non-zero valuesJonathan Wakely2018-10-111-3/+12
* Make ext allocators support heterogeneous equality comparisonJonathan Wakely2018-10-114-0/+124
* PR libstdc++/87544 limit max_size() to PTRDIFF_MAX / sizeof(T)Jonathan Wakely2018-10-102-1/+74
* PR libstdc++/87538 Verify fix for std::experimental::not_fnJonathan Wakely2018-10-081-0/+48
* PR libstdc++/87538 fix std::not_fn exception specificationsJonathan Wakely2018-10-081-0/+49
* Use -fno-show-column in libstdc++ installed testing.Joseph Myers2018-10-021-1/+1
* re PR libstdc++/87135 ([C++17] unordered containers violate iterator validity...François Dumont2018-09-212-6/+8
* Un-split hypot<long double> testsJonathan Wakely2018-09-212-30/+4
* hypot-long-double.cc: Skip on arm*.Christophe Lyon2018-09-201-1/+1
* re PR libstdc++/87135 ([C++17] unordered containers violate iterator validity...François Dumont2018-09-181-8/+31
* Fix location of invocable check for unique_ptr deleterJonathan Wakely2018-09-181-0/+33
* PR libstdc++/87278 restore support for std::make_shared<volatile T>()Jonathan Wakely2018-09-111-0/+26
* Implement LWG 2905 changes to constrain unique_ptr constructorsJonathan Wakely2018-09-114-5/+88
* PR libstdc++/78179 run long double tests separatelyJonathan Wakely2018-09-032-1/+29
* PR libstdc++/87194 fix range insertion into maps and setsJonathan Wakely2018-09-034-0/+180
* PR libstdc++/78595 implement insertion into maps in terms of emplaceJonathan Wakely2018-09-034-0/+474
* 2018-09-02 François Dumont <fdumont@gcc.gnu.org>François Dumont2018-09-023-20/+167
* 10.cc: Add dg-require-fileio.Sandra Loosemore2018-08-3141-0/+67