diff options
| author | klutzy <klutzytheklutzy@gmail.com> | 2013-11-14 12:40:16 +0900 |
|---|---|---|
| committer | klutzy <klutzytheklutzy@gmail.com> | 2013-11-14 14:43:09 +0900 |
| commit | 3e5185d97ad908cfa890166c51e56de8195c74bf (patch) | |
| tree | 730db0bc32255b05be4ca9990918e9af82eafece | |
| parent | bbcd3465efd6a2b3cb71a8efcf4006aeb9a0557b (diff) | |
| download | rust-3e5185d97ad908cfa890166c51e56de8195c74bf.tar.gz rust-3e5185d97ad908cfa890166c51e56de8195c74bf.zip | |
test: Add xfail-win32 to two debug-info tests
| -rw-r--r-- | src/test/debug-info/by-value-self-argument-in-trait-impl.rs | 1 | ||||
| -rw-r--r-- | src/test/debug-info/var-captured-in-nested-closure.rs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/test/debug-info/by-value-self-argument-in-trait-impl.rs b/src/test/debug-info/by-value-self-argument-in-trait-impl.rs index d051ab9db93..4f14837471a 100644 --- a/src/test/debug-info/by-value-self-argument-in-trait-impl.rs +++ b/src/test/debug-info/by-value-self-argument-in-trait-impl.rs @@ -8,6 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// xfail-win32: FIXME (#10474) // xfail-android: FIXME(#10381) #[feature(managed_boxes)]; diff --git a/src/test/debug-info/var-captured-in-nested-closure.rs b/src/test/debug-info/var-captured-in-nested-closure.rs index 21dc6f2b24a..c10697df899 100644 --- a/src/test/debug-info/var-captured-in-nested-closure.rs +++ b/src/test/debug-info/var-captured-in-nested-closure.rs @@ -8,6 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// xfail-win32: FIXME #10474 // xfail-android: FIXME(#10381) // compile-flags:-Z extra-debug-info |
