diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-02-03 17:12:52 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-02-03 17:12:52 -0800 |
| commit | 882b4829ce340e6b1a54bdbc3322484ff8c9ffcd (patch) | |
| tree | fecdfd11c51d71e587fd06994652e923f7e945ec | |
| parent | cb40eba4b1ce12914612914b94bdccd251a9f554 (diff) | |
| download | rust-882b4829ce340e6b1a54bdbc3322484ff8c9ffcd.tar.gz rust-882b4829ce340e6b1a54bdbc3322484ff8c9ffcd.zip | |
xfail a test to unblock the snapshot
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 |
