You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/experimental/filesystem/class.rec.dir.itr/rec.dir.itr.members
Eric Fiselier f1bc722d8c Fix bugs in recursive_directory_iterator::increment(ec) implementation and tests.
r273060 didn't completely fix the issues in recursive_directory_iterator and
the tests. This patch follows up with more fixes

* Fix bug where recursive_directory_iterator::increment(ec) did not reset
  the error code if no failure occurred.

* Fix bad assertion in the recursive_directory_iterator::increment(ec) test
  that would only fire for certain iteration orders.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@273070 91177308-0d34-0410-b5e6-96231b3b80d8
10 years ago
..
copy.pass.cpp Add Filesystem TS -- Complete 10 years ago
copy_assign.pass.cpp Add Filesystem TS -- Complete 10 years ago
ctor.pass.cpp Add Filesystem TS -- Complete 10 years ago
depth.pass.cpp Add Filesystem TS -- Complete 10 years ago
disable_recursion_pending.pass.cpp Add Filesystem TS -- Complete 10 years ago
increment.pass.cpp Fix bugs in recursive_directory_iterator::increment(ec) implementation and tests. 10 years ago
move.pass.cpp Add Filesystem TS -- Complete 10 years ago
move_assign.pass.cpp Fix a couple of warnings present in the filesystem tests. 10 years ago
pop.pass.cpp Add Filesystem TS -- Complete 10 years ago
recursion_pending.pass.cpp Fix bugs in recursive_directory_iterator implementation and tests. 10 years ago