aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-08-20 11:48:31 -0700
committerGraydon Hoare <[email protected]>2010-08-20 11:48:31 -0700
commit34e5e98cf7dc12b0c900031639c708ade084ccc0 (patch)
tree97b29ca494dcb4508f2cd43c667415906e37a771 /src
parentExpand rustc lexer to do almost-nearly-nontrivial stuff. (diff)
downloadrust-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/Makefile1
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 \