From 0ed5c84403cdbfb4bc5485b05a97eebe20af34e1 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 30 Nov 2011 12:30:12 -0800 Subject: [PATCH] xfail run-pass/bind-native-printf Bots are crashing on this on the x86_64 build. As this doesn't seem crucial for getting the x86_64 snapshot, I'm just turning it off. --- src/test/run-pass/bind-native-printf.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/run-pass/bind-native-printf.rs b/src/test/run-pass/bind-native-printf.rs index 293f2d19f31..cc88b3d2605 100644 --- a/src/test/run-pass/bind-native-printf.rs +++ b/src/test/run-pass/bind-native-printf.rs @@ -1,4 +1,5 @@ // From #1174: +// xfail-test bots are crashing on this on x86_64 use std;