r256299 - in /branches/gcc-6-branch/libstdc++-v...

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


Author: redi
Date: Fri Jan  5 22:48:28 2018
New Revision: 256299

URL: https://gcc.gnu.org/viewcvs?rev=256299&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-6-branch/libstdc++-v3/ChangeLog
    branches/gcc-6-branch/libstdc++-v3/testsuite/experimental/filesystem/iterators/recursive_directory_iterator.cc
    branches/gcc-6-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/create_directory.cc
    branches/gcc-6-branch/libstdc++-v3/testsuite/experimental/filesystem/operations/temp_directory_path.cc



More information about the Libstdc++-cvs mailing list