From 65f0f8e64d9dd5310a6f4692fb6e223df5861689 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 28 Jan 2011 13:12:31 -0800 Subject: Pass --error-exitcode=1 to valgrind in Makefile; XFAIL test that was memcheck-failing. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index adaddddc..968f9d6c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -46,6 +46,7 @@ ifeq ($(CFG_OSTYPE), Linux) CFG_VALGRIND := $(shell which valgrind) ifdef CFG_VALGRIND CFG_VALGRIND += --leak-check=full \ + --error-exitcode=1 \ --quiet --vex-iropt-level=0 \ --suppressions=etc/x86.supp endif @@ -445,7 +446,6 @@ TEST_XFAILS_RUSTC := $(filter-out \ deref.rs \ div-mod.rs \ drop-bind-thunk-args.rs \ - drop-on-empty-block-exit.rs \ drop-on-ret.rs \ fact.rs \ fn-lval.rs \ -- cgit v1.2.3