-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some tests fail on Mac OS X #5
Comments
Some progress in 90444c1, but not sure if this commit got everything right since tests are failing. Need to review. |
@pveber I have 2 of 9 tests failing for me. Can you confirm if you're getting the same behavior. |
Oddly, I don't. I tried to change the initialization of the RNG several times but I don't see any failing test. Some OSX-specific problem? |
You're right. It's only on my Mac. Just tried Ubuntu and it works fine. Here are the errors:
|
For the first error, I have this:
but the next directory
|
Maybe you could try to create it manually in utop and see what happens? As for the second test, could you ls the contents of the temp directory 2015-10-27 18:19 GMT+01:00 Ashish Agarwal [email protected]:
|
I just noticed that there was two important commits I had left behind (mistakenly left on the branch for the fold function since they only deal with exists and mkdir). Although the changes are not likely to clear this issue, but could you have a quick try, just to be sure? |
Now I get 3 errors. :) Maybe one is a new test you added, not sure. For our record, here's the output:
|
Changed title of this issue. The porting has been done. Remaining issue is to fix tests that fail on OS X. |
In dc22fa6, I ported the main library to async. The tests are now broken and also need to be ported.
The text was updated successfully, but these errors were encountered: