From e29059f508728e75e363955a64647b99714de630 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 29 Aug 2014 23:25:35 -0700 Subject: [PATCH] test: Ignore a deadlocking test on OSX This test apparently keeps making no progress and timing out builds on the OSX builder, so this commit is switching the test to be ignored. cc #16872 --- src/test/run-pass/tcp-accept-stress.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/run-pass/tcp-accept-stress.rs b/src/test/run-pass/tcp-accept-stress.rs index b8470ef7b8f..19097c8e26c 100644 --- a/src/test/run-pass/tcp-accept-stress.rs +++ b/src/test/run-pass/tcp-accept-stress.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// ignore-macos #16872 spurious deadlock + #![feature(phase)] #[phase(plugin)]