From 9578af88763daace30f354a0053b9f73ccc2227d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 17 Dec 2013 13:12:36 -0800 Subject: [PATCH] Upgrade libuv to fix a leak on OSX I haven't landed this fix upstream just yet, but it's opened as joyent/libuv#1048. For now, I've locally merged it into my fork, and I've upgraded our repo to point to the new revision. Closes #11027 --- src/libstd/run.rs | 3 +-- src/libuv | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/libstd/run.rs b/src/libstd/run.rs index 3c4d06bc71fdf..85b57fdbc351c 100644 --- a/src/libstd/run.rs +++ b/src/libstd/run.rs @@ -359,8 +359,7 @@ mod tests { let mut trapped_io_error = false; let opt_outp = io_error::cond.trap(|e| { trapped_io_error = true; - // FIXME(#11023) - assert_eq!(e.kind, if cfg!(windows) { OtherIoError } else { FileNotFound }); + assert_eq!(e.kind, FileNotFound); }).inside(|| -> Option { run::process_output("no-binary-by-this-name-should-exist", []) }); diff --git a/src/libuv b/src/libuv index 3b89ea32c041f..2207d4ab078d6 160000 --- a/src/libuv +++ b/src/libuv @@ -1 +1 @@ -Subproject commit 3b89ea32c041fb76fe5e12bfc0f8d5c317d6b06f +Subproject commit 2207d4ab078d605138e60d72f0c91667291a346d