From 882b4829ce340e6b1a54bdbc3322484ff8c9ffcd Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 3 Feb 2014 17:12:52 -0800 Subject: [PATCH] xfail a test to unblock the snapshot cc #12021 --- src/test/debug-info/function-arg-initialization.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/debug-info/function-arg-initialization.rs b/src/test/debug-info/function-arg-initialization.rs index f9fcfa22f14f7..aab302c72c5c0 100644 --- a/src/test/debug-info/function-arg-initialization.rs +++ b/src/test/debug-info/function-arg-initialization.rs @@ -9,6 +9,7 @@ // except according to those terms. // xfail-android: FIXME(#10381) +// xfail-test: FIXME(#12021) // This test case checks if function arguments already have the correct value when breaking at the // first line of the function, that is if the function prologue has already been executed at the