Refcount tasks in packets to avoid races.

Revert "Once again, revert "Use pipes in compiletest""

Fixes #3098
This commit is contained in:
Eric Holk 2012-08-03 18:57:43 -07:00
parent 86947e47ad
commit 9f287c211e
5 changed files with 61 additions and 39 deletions

View file

@ -8,11 +8,6 @@ import task;
import core::result;
import result::{ok, err};
import comm::port;
import comm::chan;
import comm::send;
import comm::recv;
import common::config;
import common::mode_run_pass;
import common::mode_run_fail;