aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBrian Anderson <[email protected]>2011-03-21 21:30:32 -0400
committerGraydon Hoare <[email protected]>2011-03-22 08:04:47 -0700
commit3dcb79dac91f0a53fecbf1c5340db6c54c5a2e71 (patch)
tree2724baa5c16c810a84f4d12f17ff84c4f830f0e9 /src/Makefile
parentGeneralize send/recv to work for more types (diff)
downloadrust-3dcb79dac91f0a53fecbf1c5340db6c54c5a2e71.tar.xz
rust-3dcb79dac91f0a53fecbf1c5340db6c54c5a2e71.zip
Add a regression test for channels of nil, which happens to work in rustc, but not in rustboot
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 48254b02..229b4e49 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -434,6 +434,7 @@ TASK_XFAILS := test/run-pass/task-comm-8.rs \
test/run-pass/task-comm-12.rs \
test/run-pass/task-comm-2.rs \
test/run-pass/task-comm-9.rs \
+ test/run-pass/task-comm-chan-nil.rs \
test/run-pass/task-life-0.rs \
test/run-pass/alt-type-simple.rs \
test/run-pass/many.rs