This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r253897 - in /trunk/libstdc++-v3: ChangeLog tes...


Author: redi
Date: Thu Oct 19 13:57:10 2017
New Revision: 253897

URL: https://gcc.gnu.org/viewcvs?rev=253897&root=gcc&view=rev
Log:
Improve tests for error reporting in Filesystem TS

	* testsuite/experimental/filesystem/iterators/
	recursive_directory_iterator.cc: Ensure that error_code arguments are
	cleared when required.
	* testsuite/experimental/filesystem/operations/create_directory.cc:
	Remove redundant check.
	* testsuite/experimental/filesystem/operations/temp_directory_path.cc:
	Ensure that error_code argument is cleared when required.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/experimental/filesystem/iterators/recursive_directory_iterator.cc
    trunk/libstdc++-v3/testsuite/experimental/filesystem/operations/create_directory.cc
    trunk/libstdc++-v3/testsuite/experimental/filesystem/operations/temp_directory_path.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]