From bcf29b882acdf477be412fdb401b0fc2a6c819aa Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 24 Jun 2010 16:57:00 -0700 Subject: A couple new tests for broken parts of the typechecker, XFAILed. --- src/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 2244c350..2c53a30b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -324,6 +324,8 @@ TEST_XFAILS_X86 := test/run-pass/mlist-cycle.rs \ test/run-pass/bind-obj-ctor.rs \ test/run-pass/task-comm.rs \ test/compile-fail/rec-missing-fields.rs \ + test/compile-fail/bad-send.rs \ + test/compile-fail/bad-recv.rs \ test/compile-fail/infinite-tag-type-recursion.rs \ test/compile-fail/infinite-vec-type-recursion.rs @@ -440,6 +442,8 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \ ) \ $(addprefix test/compile-fail/, \ rec-missing-fields.rs \ + bad-send.rs \ + bad-recv.rs \ infinite-tag-type-recursion.rs \ infinite-vec-type-recursion.rs \ ) -- cgit v1.2.3