about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarijn Haverbeke <marijnh@gmail.com>2012-02-14 13:54:41 +0100
committerMarijn Haverbeke <marijnh@gmail.com>2012-02-14 13:54:41 +0100
commit90324a1978bd6b515343edaf8fe466e773e9840d (patch)
tree40024df1f32c3b2debd7e32a9482a9dc2ef83268
parent57c7645cb83e609ff97872bb159633c7f89c485a (diff)
downloadrust-90324a1978bd6b515343edaf8fe466e773e9840d.tar.gz
rust-90324a1978bd6b515343edaf8fe466e773e9840d.zip
XFAIL bind-methods test until I figure out what is going wrong
It is not Valgrind-clean.
-rw-r--r--src/test/run-pass/bind-methods.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/bind-methods.rs b/src/test/run-pass/bind-methods.rs
index 2eb20ed0e9d..d5bcfdcec63 100644
--- a/src/test/run-pass/bind-methods.rs
+++ b/src/test/run-pass/bind-methods.rs
@@ -1,3 +1,5 @@
+// xfail-test
+
 iface foo {
     fn foo() -> int;
     fn bar(p: int) -> int;