mirror of https://github.com/llvm-mirror/libcxx
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.
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 | 10 years ago | |
| copy_assign.pass.cpp | 10 years ago | |
| ctor.pass.cpp | 10 years ago | |
| depth.pass.cpp | 10 years ago | |
| disable_recursion_pending.pass.cpp | 10 years ago | |
| increment.pass.cpp | 10 years ago | |
| move.pass.cpp | 10 years ago | |
| move_assign.pass.cpp | 10 years ago | |
| pop.pass.cpp | 10 years ago | |
| recursion_pending.pass.cpp | 10 years ago | |