From 14f5b5750d6509ca69180341b82e99f7fbf9fddb Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Mon, 16 Aug 2010 15:04:33 -0700 Subject: Un-xfailed working tests. --- src/test/run-pass/acyclic-unwind.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/test') diff --git a/src/test/run-pass/acyclic-unwind.rs b/src/test/run-pass/acyclic-unwind.rs index c9ed2ae3..38de9082 100644 --- a/src/test/run-pass/acyclic-unwind.rs +++ b/src/test/run-pass/acyclic-unwind.rs @@ -13,6 +13,11 @@ io fn f(chan[int] c) while (true) { // spin waiting for the parent to kill us. log "child waiting to die..."; + + // while waiting to die, the messages we are + // sending to the channel are never received + // by the parent, therefore this test cases drops + // messages on the floor c <| 1; } } -- cgit v1.2.3