You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a test that confirms actual perl directory read behavior is that directories created after opendir are not seen when at EOF and doing a readdir.
This seems to be breaking only on freebsd for the moment.
@eserte FYI I saw the failures. I don't have a plan for this other than maybe to skip the test. I'm going to ask p5p if they're aware of anything related to this.
The problem is that the behavior of readdir is somewhat undefined and left to the OS. I'm probably going to just remove the test and stick with my current behavior.
We have a test that confirms actual perl directory read behavior is that directories created after opendir are not seen when at EOF and doing a readdir.
This seems to be breaking only on freebsd for the moment.
http://matrix.cpantesters.org/?dist=Test-MockFile%200.008;os=freebsd;reports=1
The text was updated successfully, but these errors were encountered: