aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/27_io/basic_istream
AgeCommit message (Expand)AuthorFilesLines
2024-04-15libstdc++: Fix infinite loop in std::istream::ignore(n, delim) [PR93672]Jonathan Wakely2-0/+135
2024-01-03Update copyright years.Jakub Jelinek180-180/+180
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 27_io testsJonathan Wakely4-8/+4
2023-06-10testsuite: Cut down 27_io/basic_istream/.../94749.cc for simulatorsHans-Peter Nilsson2-2/+2
2023-06-07libstdc++: Fix some tests that fail with -fexcess-precision=standardJonathan Wakely6-6/+6
2023-01-16Update copyright years.Jakub Jelinek180-180/+180
2022-07-12libstdc++: Check for EOF if extraction avoids buffer overflow [PR106248]Jonathan Wakely2-0/+80
2022-01-30libstdc++ testsuite: Don't run lwg3464.cc tests on simulatorsHans-Peter Nilsson2-2/+2
2022-01-03Update copyright years.Jakub Jelinek180-180/+180
2021-11-26libstdc++: Fix dg-do directive for tests supposed to be runJonathan Wakely1-1/+1
2021-06-28libstdc++: Implement LWG 415 for std::wsJonathan Wakely2-0/+154
2021-05-07libstdc++: Fix constraints for rvalue stream insertion/extractionJonathan Wakely2-2/+2
2021-04-30libstdc++: Implement LWG 1203 for rvalue iostreamsJonathan Wakely4-108/+62
2021-01-04Update copyright years.Jakub Jelinek180-180/+180
2020-12-02libstdc++: Use longer timeout for istream::gcount() overflow testsJonathan Wakely2-0/+2
2020-12-01libstdc++: Use longer timeout for slow running testsJonathan Wakely2-0/+2
2020-08-06libstdc++: Do not set eofbit eagerly in operator>>(istream&, char(&)[N])Jonathan Wakely2-0/+108
2020-08-06libstdc++: Adjust overflow prevention to operator>>Jonathan Wakely2-3/+75
2020-08-05libstdc++: Replace operator>>(istream&, char*) [LWG 2499]Jonathan Wakely12-3/+308
2020-07-31libstdc++: Fix tests that fail for C++98Jonathan Wakely2-4/+4
2020-07-20libstdc++: Avoid overflow in istream::get(streambuf&) [LWG 3464]Jonathan Wakely2-0/+182
2020-07-13libstdc++: Fix istream::ignore exit conditions (PR 94749, PR 96161)Jonathan Wakely4-2/+462
2020-06-11libstdc++: Fix istream::ignore discarding too many chars (PR 94749)Jonathan Wakely2-0/+152
2020-01-01Update copyright years.Jakub Jelinek166-166/+166
2019-01-01Update copyright years.Jakub Jelinek166-166/+166
2018-08-3110.cc: Add dg-require-fileio.Sandra Loosemore8-0/+13
2018-04-10PR libstdc++/85222 allow catching iostream errors as gcc4-compatible ios::fai...Jonathan Wakely6-48/+6
2018-01-03Update copyright years.Jakub Jelinek166-166/+166
2017-07-25PR libstdc++/53984 handle exceptions in basic_istream::sentryJonathan Wakely1-0/+41
2017-06-16Fix missing returns in libstdc++ header and testsJonathan Wakely1-1/+1
2017-06-14Fix libstdc++ testsuite failures with -D_GLIBCXX_USE_CXX11_ABI=0Jonathan Wakely6-35/+58
2017-02-03PR libstdc++/66145 ensure new ABI for ios::failure testsJonathan Wakely6-0/+18
2017-01-16PR66145 use new ABI for std::ios::failure exceptionsJonathan Wakely6-18/+0
2017-01-01Update copyright years.Jakub Jelinek165-165/+165
2016-11-30Implement LWG 2534, Constrain rvalue stream operators.Ville Voutilainen2-0/+192
2016-10-1712790-1.cc: Remove 'test' variables.Paolo Carlini157-318/+87
2016-01-04Update copyright years.Jakub Jelinek163-163/+163
2015-01-05Update copyright years.Jakub Jelinek163-163/+163
2014-12-19New std::string implementation.Jonathan Wakely6-0/+13
2014-04-22Remove obsolete Solaris 9 supportRainer Orth2-8/+2
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford163-163/+163
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford163-193/+163
2013-01-14vector.cc: Shrink memory usage under simulator.Steve Ellcey3-6/+24
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek4-4/+4
2012-03-14Remove obsolete Solaris 8 supportRainer Orth2-6/+6
2012-01-251.cc: Add dg-require-time.Richard Sandiford4-0/+7
2010-11-18PR libstdc++/26211 + N3168Paolo Carlini6-0/+226
2010-07-2614220.cc: XFAIL on Solaris 9/x86, 32-bit Solaris 10/x86 and 64-bit Solaris 10...Rainer Orth2-6/+8
2010-06-08order_statistics_imp.hpp: Avoid -Wall warnings.Paolo Carlini12-43/+20
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini24-52/+59