From 3d04fa029e7773bca591502c2890944fae1cefdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20=C3=81vila=20de=20Esp=C3=ADndola?= Date: Fri, 25 Feb 2011 11:59:00 -0500 Subject: Disable test that is failing on valgrind. --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 1f5901ba..e189c8d0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -439,7 +439,8 @@ TEST_XFAILS_BOOT := $(TASK_XFAILS) \ test/compile-fail/tail-non-call.rs \ test/compile-fail/writing-through-read-alias.rs -TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \ +TEST_XFAILS_RUSTC := $(CONST_TAG_XFAILS) \ + $(addprefix test/run-pass/, \ acyclic-unwind.rs \ alt-pattern-drop.rs \ alt-type-simple.rs \ -- cgit v1.2.3