diff options
| author | Graydon Hoare <[email protected]> | 2010-08-20 11:48:31 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-08-20 11:48:31 -0700 |
| commit | 34e5e98cf7dc12b0c900031639c708ade084ccc0 (patch) | |
| tree | 97b29ca494dcb4508f2cd43c667415906e37a771 /src | |
| parent | Expand rustc lexer to do almost-nearly-nontrivial stuff. (diff) | |
| download | rust-34e5e98cf7dc12b0c900031639c708ade084ccc0.tar.xz rust-34e5e98cf7dc12b0c900031639c708ade084ccc0.zip | |
Re-XFAIL destructor-ordering.rs. Valgrind doesn't like it (though oddly, doesn't make the tbox burn).
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index f6bb622a..9179fd01 100644 --- a/src/Makefile +++ b/src/Makefile @@ -399,6 +399,7 @@ TEST_XFAILS_X86 := $(TASK_XFAILS) \ test/run-pass/child-outlives-parent.rs \ test/run-pass/clone-with-exterior.rs \ test/run-pass/constrained-type.rs \ + test/run-pass/destructor-ordering.rs \ test/run-pass/obj-as.rs \ test/run-pass/vec-slice.rs \ test/run-pass/fn-lval.rs \ |