r241616 - in /trunk/libstdc++-v3: ChangeLog tes...
redi@gcc.gnu.org
redi@gcc.gnu.org
Thu Oct 27 11:01:00 GMT 2016
Author: redi
Date: Thu Oct 27 11:01:49 2016
New Revision: 241616
URL: https://gcc.gnu.org/viewcvs?rev=241616&root=gcc&view=rev
Log:
Adjust precision of filesystem::last_write_time tests
* testsuite/experimental/filesystem/iterators/directory_iterator.cc:
Use end() function to get end iterator.
* testsuite/experimental/filesystem/iterators/pop.cc: Remove printf
statements that were present for debugging.
* testsuite/experimental/filesystem/iterators/
recursive_directory_iterator.cc: Use end() function to get end
iterator.
* testsuite/experimental/filesystem/operations/last_write_time.cc:
Only require file timestamps to be accurate to one second.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/testsuite/experimental/filesystem/iterators/directory_iterator.cc
trunk/libstdc++-v3/testsuite/experimental/filesystem/iterators/pop.cc
trunk/libstdc++-v3/testsuite/experimental/filesystem/iterators/recursive_directory_iterator.cc
trunk/libstdc++-v3/testsuite/experimental/filesystem/operations/last_write_time.cc
More information about the Libstdc++-cvs
mailing list