aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/27_io
AgeCommit message (Expand)AuthorFilesLines
2018-05-23Refactor path construction from null terminated iterator rangesJonathan Wakely4-24/+134
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-15PR libstdc++/83891 fix path::is_absolute() for non-POSIX targetsJonathan Wakely2-1/+63
2018-05-15Remove unused headers from testsJonathan Wakely11-11/+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-03PR libstdc++/85632 fix wraparound in filesystem::spaceJonathan Wakely1-0/+9
2018-05-02PR libstdc++/68197 fail on negative iword/pword indicesJonathan Wakely1-0/+95
2018-04-10PR libstdc++/85222 allow catching iostream errors as gcc4-compatible ios::fai...Jonathan Wakely12-91/+113
2018-01-12Link with correct values-*.o files on Solaris (PR target/40411)Rainer Orth1-1/+0
2018-01-05PR libstdc++/83626 handle ENOENT due to filesystem raceJonathan Wakely1-0/+20
2018-01-04PR libstdc++/83626 Don't throw for remove("") and remove_all("")Jonathan Wakely2-7/+107
2018-01-03Update copyright years.Jakub Jelinek982-982/+982
2017-11-23Add [[nodiscard]] attribute to C++17 componentsJonathan Wakely1-0/+28
2017-11-17PR libstdc++/83025 fix constraints for path overloads in <fstream>Jonathan Wakely7-7/+54
2017-11-15Minor improvements to Filesystem testsJonathan Wakely2-1/+2
2017-11-06Fix -Wreturn-type fallout.Martin Liska3-0/+3
2017-11-01PR libstdc++/82777 fix path normalization for dot-dotJonathan Wakely1-0/+4
2017-10-27Make filesystem::file_status default constructor non-explicit (LWG 2787)Jonathan Wakely1-0/+84
2017-10-27Provide filesystem::path overloads for file streams (LWG 2676, partial)Jonathan Wakely7-0/+335
2017-10-27Define std::filesystem::path::format enum (P0430R2)Jonathan Wakely1-0/+116
2017-10-25Fix filesystem::path::lexically_normal algorithmJonathan Wakely15-98/+168
2017-10-25PR libstdc++/82706 fix test for case where operations succeedJonathan Wakely1-3/+11
2017-10-24libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include.François Dumont6-0/+6
2017-10-23Implement C++17 Filesystem libraryJonathan Wakely70-0/+5230
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek1-1/+1
2017-08-11PR libstdc++/81808 skip test if reading directory doesn't failJonathan Wakely1-0/+25
2017-07-26PR libstdc++/53984 fix failing testJonathan Wakely1-4/+7
2017-07-2653984.cc: Fix typo in dg-require directive.Paolo Carlini1-1/+1
2017-07-25PR libstdc++/53984 handle exceptions in basic_istream::sentryJonathan Wakely2-0/+77
2017-07-25Remove deprecated iostream members for C++17Jonathan Wakely2-6/+31
2017-07-19Use dg-require-fileio in new testJonathan Wakely1-1/+1
2017-07-19PR libstdc++/81395 fix crash when write follows large readJonathan Wakely1-0/+46
2017-07-10PR libstdc++/81381 support stateful allocators in basic_stringbufJonathan Wakely1-0/+42
2017-07-10PR libstdc++/81338 correctly manage string capacityJonathan Wakely1-0/+40
2017-06-21PR libstdc++/80675, PR libstdc++/80940Ville Voutilainen1-0/+53
2017-06-17Get rid of dg-skip-if etc. default argsRainer Orth2-2/+2
2017-06-16Fix missing returns in libstdc++ header and testsJonathan Wakely1-1/+1
2017-06-15Use pthread effective-target in testsuiteRainer Orth2-4/+6
2017-06-14Fix libstdc++ testsuite failures with -D_GLIBCXX_USE_CXX11_ABI=0Jonathan Wakely11-77/+120
2017-06-02PR libstdc++/80624 satisfy invariant for char_traits<char16_t>::eof()Jonathan Wakely2-0/+115
2017-02-03PR libstdc++/66145 ensure new ABI for ios::failure testsJonathan Wakely11-0/+33
2017-01-16PR66145 use new ABI for std::ios::failure exceptionsJonathan Wakely11-33/+0
2017-01-13Define cxx11-abi effective target for libstdc++ testsJonathan Wakely2-5/+3
2017-01-01Update copyright years.Jakub Jelinek894-894/+894
2016-12-12[libstdc++][testsuite] XFAIL tests relying on long double-to-string conversio...Kyrylo Tkachov1-0/+1
2016-11-3050594.cc: XFAIL on AIX.David Edelsohn1-0/+2
2016-11-30Implement LWG 2534, Constrain rvalue stream operators.Ville Voutilainen4-0/+384