diff options
| author | Rafael Ávila de Espíndola <[email protected]> | 2011-02-25 11:59:00 -0500 |
|---|---|---|
| committer | Rafael Ávila de Espíndola <[email protected]> | 2011-02-25 11:59:00 -0500 |
| commit | 3d04fa029e7773bca591502c2890944fae1cefdc (patch) | |
| tree | c0f12858434e00f7a724458dc9bcf6c5d46e78b6 /src | |
| parent | rustc: Perform type parameter substitutions when emitting glue for generic ta... (diff) | |
| download | rust-3d04fa029e7773bca591502c2890944fae1cefdc.tar.xz rust-3d04fa029e7773bca591502c2890944fae1cefdc.zip | |
Disable test that is failing on valgrind.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |