r256293 - in /branches/gcc-7-branch/libstdc++-v...

redi@gcc.gnu.org redi@gcc.gnu.org
Fri Jan 5 22:22:00 GMT 2018


Author: redi
Date: Fri Jan  5 22:22:33 2018
New Revision: 256293

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

Backport from mainline
2017-10-19  Jonathan Wakely  <jwakely@redhat.com>

	* 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:
    branches/gcc-7-branch/libstdc++-v3/ChangeLog
    branches/gcc-7-branch/libstdc++-v3/testsuite/experimental/filesystem/iterators/recursive_directory_iterator.cc
    branches/gcc-7-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/create_directory.cc
    branches/gcc-7-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/temp_directory_path.cc



More information about the Gcc-cvs mailing list