aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2018-05-24Implement P0558R2 changes to std::atomicJonathan Wakely7-2/+550
2018-05-23Refactor path construction from null terminated iterator rangesJonathan Wakely6-33/+185
2018-05-23Fix handling of an empty filename at end of a pathJonathan Wakely2-1/+52
2018-05-21Add support for opening file streams from wide character stringsJonathan Wakely7-0/+430
2018-05-21Fix std::filesystem::absolute for empty pathsJonathan Wakely1-1/+5
2018-05-21PR libstdc++/85818 make new test require Filesystem supportJonathan Wakely1-0/+1
2018-05-19Fix std::codecvt_utf8<wchar_t> for MingwJonathan Wakely2-3/+54
2018-05-182018-05-18 François Dumont <fdumont@gcc.gnu.org>François Dumont8-4/+152
2018-05-18PR libstdc++/85098 add missing definitions for static constantsJonathan Wakely1-0/+45
2018-05-17PR libstdc++/85818 ensure path::preferred_separator is definedJonathan Wakely1-0/+34
2018-05-15PR libstdc++/85749 constrain seed sequences for random number enginesJonathan Wakely8-1/+607
2018-05-15PR libstdc++/83891 fix path::is_absolute() for non-POSIX targetsJonathan Wakely3-1/+125
2018-05-15Remove unused headers from testsJonathan Wakely22-22/+0
2018-05-15PR libstdc++/84159 fix appending strings to pathsJonathan Wakely4-36/+246
2018-05-14PR libstdc++/81256 fix exception handling in basic_filebuf::closeJonathan Wakely1-0/+109
2018-05-14PR libstdc++/82966 fix swapping of node handlesJonathan Wakely1-0/+48
2018-05-13re PR libstdc++/80165 (Constexpr tuple of variant doesn't work)Ville Voutilainen1-0/+12
2018-05-11...and actually resture the *new* testcase.Edward Smith-Rowland1-265/+265
2018-05-11Restore the testcase that was clobbered by the recent PR83140 patches.Edward Smith-Rowland1-0/+2052
2018-05-10PR libstdc++/83140 - assoc_legendre returns negated value when m is oddEdward Smith-Rowland2-2319/+267
2018-05-09safe_iterator.h (_Safe_iterator<>::_M_constant()): Rename in...François Dumont3-0/+102
2018-05-09Make std::function tolerate semantically non-CopyConstructible objectsJonathan Wakely1-0/+39
2018-05-07Rollback bad commits! Sorry!Edward Smith-Rowland4-84/+0
2018-05-07Revert 20001.Edward Smith-Rowland6-267/+2403
2018-05-07Moar PR libstdc++/80506Edward Smith-Rowland2-2319/+267
2018-05-04PR libstdc++/85642 fix is_nothrow_default_constructible<optional<T>>Jonathan Wakely2-3/+66
2018-05-03PR libstdc++/82644 define TR1 hypergeometric functions in strict modesJonathan Wakely2-0/+62
2018-05-03PR libstdc++/85632 fix wraparound in filesystem::spaceJonathan Wakely2-0/+66
2018-05-03Add tests for std::remove_cvrefJonathan Wakely4-0/+165
2018-05-03PR libstdc++/84087 add default arguments to basic_string members (LWG 2268)Jonathan Wakely1-0/+45
2018-05-03PR libstdc++/84535 constrain std::thread constructorJonathan Wakely1-0/+31
2018-05-02deque.tcc (deque<>::_M_assign_aux): Cast to void to ensure overloaded comma n...François Dumont4-0/+154
2018-05-02PR libstdc++/68197 fail on negative iword/pword indicesJonathan Wakely1-0/+95
2018-05-02PR libstdc++/83860 avoid dangling references in valarray closure typesJonathan Wakely1-0/+110
2018-05-02Remove duplicate function call in testJonathan Wakely1-1/+0
2018-05-02PR libstdc++/69608 Move semantics for strstreambufJonathan Wakely1-0/+244
2018-04-18PR libstdc++/84442 if _Exit isn't declared then use _exit insteadJonathan Wakely1-0/+11
2018-04-16Make Filesystem TS tests pass in C++17 modeJonathan Wakely64-65/+64
2018-04-10PR libstdc++/85222 allow catching iostream errors as gcc4-compatible ios::fai...Jonathan Wakely12-91/+113
2018-04-04PR libstdc++/85183 fix std::variant move-assignmentJonathan Wakely1-0/+35
2018-03-22PR libstdc++/85040 fix std::less<void> etc. ambiguitiesJonathan Wakely1-0/+34
2018-03-22xfail experimental/memory_resource/resource_adaptor.cc on 32-bit Solaris/x86 ...Rainer Orth1-0/+1
2018-03-21Fix some libstdc++ testsuite failuresJonathan Wakely4-1/+90
2018-03-17Fix new test that fails in C++98 modeJonathan Wakely1-10/+10
2018-03-14PR libstdc++/78420 Make std::less etc. yield total order for pointersJonathan Wakely1-0/+206
2018-03-12PR libstdc++/84773 use aligned alloc functions for FreeBSD and MinGW cross-co...Jonathan Wakely1-0/+42
2018-03-08printers.py (NodeIteratorPrinter): New.François Dumont2-4/+8
2018-03-06re PR libstdc++/84601 (std::optional<std::pair<int, int>> is not assignment c...Ville Voutilainen2-3/+25
2018-03-02PR libstdc++/84671 handle digit separators in duration literalsJonathan Wakely1-0/+26
2018-02-27Implement the missing bits of LWG 2769Ville Voutilainen2-13/+19