We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e73864 commit 490a79bCopy full SHA for 490a79b
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 6b7cab3602eae7893a4efcee760600ab69d75173
+refs/heads/master: 65f0f8e64d9dd5310a6f4692fb6e223df5861689
trunk/src/Makefile
@@ -46,6 +46,7 @@ ifeq ($(CFG_OSTYPE), Linux)
46
CFG_VALGRIND := $(shell which valgrind)
47
ifdef CFG_VALGRIND
48
CFG_VALGRIND += --leak-check=full \
49
+ --error-exitcode=1 \
50
--quiet --vex-iropt-level=0 \
51
--suppressions=etc/x86.supp
52
endif
@@ -445,7 +446,6 @@ TEST_XFAILS_RUSTC := $(filter-out \
445
446
deref.rs \
447
div-mod.rs \
448
drop-bind-thunk-args.rs \
- drop-on-empty-block-exit.rs \
449
drop-on-ret.rs \
450
fact.rs \
451
fn-lval.rs \
0 commit comments