diff options
| author | bors <bors@rust-lang.org> | 2014-02-03 19:41:31 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-02-03 19:41:31 -0800 |
| commit | 346d378ad58ec32ad2eb500af1613a53b95bf143 (patch) | |
| tree | ba48d7f6a719a96efc693f4d81c48389d2b15b25 | |
| parent | c1395ea58866ede7f52864ab36b8052f88d20bc4 (diff) | |
| parent | 882b4829ce340e6b1a54bdbc3322484ff8c9ffcd (diff) | |
| download | rust-346d378ad58ec32ad2eb500af1613a53b95bf143.tar.gz rust-346d378ad58ec32ad2eb500af1613a53b95bf143.zip | |
auto merge of #12022 : alexcrichton/rust/unblock-snapshot, r=thestinger
cc #12021
| -rw-r--r-- | src/test/debug-info/function-arg-initialization.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/debug-info/function-arg-initialization.rs b/src/test/debug-info/function-arg-initialization.rs index f9fcfa22f14..aab302c72c5 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 |
