erickt / rust-zmq

Rust zeromq bindings.
Apache License 2.0
900 stars 194 forks source link

Fix appveyor and get most windows tests to pass #124

Closed erickt closed 7 years ago

erickt commented 7 years ago

This fixes appveyor integration with zeromq. It also merges in @tcosprojects's #94 windows fixes, which gets most, but not all, tests to pass on appveyor. The current output can be seen here. Specifically the tests that fail are:

failures:
    test_exchanging_bytes
    test_exchanging_messages
    test_exchanging_multipart
    test_exchanging_strings
    test_polling

I'm fine landing this in this current state, we can fix these test failures in a future patch.