]> git.lizzy.rs Git - rust.git/commit
Enable uv pipe tests on windows
authorAlex Crichton <alex@alexcrichton.com>
Mon, 11 Nov 2013 04:05:17 +0000 (20:05 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 11 Nov 2013 04:43:08 +0000 (20:43 -0800)
commit681ea93d52dd74a5626b9b9d714dd264b0d7ebc7
treedb52702dae3f2f8bc97895ae79b16140084dc5fe
parentb5e602ac563422e13a18be9f79100f96359d582a
Enable uv pipe tests on windows

Turns out the pipe names must have special names on windows. Once we have
special names, all the tests pass just fine.

Closes #10386
src/librustuv/pipe.rs
src/libstd/rt/test.rs