Skip to content

Commit 3e5185d

Browse files
committed
test: Add xfail-win32 to two debug-info tests
1 parent bbcd346 commit 3e5185d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/debug-info/by-value-self-argument-in-trait-impl.rs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-win32: FIXME (#10474)
1112
// xfail-android: FIXME(#10381)
1213

1314
#[feature(managed_boxes)];

src/test/debug-info/var-captured-in-nested-closure.rs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-win32: FIXME #10474
1112
// xfail-android: FIXME(#10381)
1213

1314
// compile-flags:-Z extra-debug-info

0 commit comments

Comments
 (0)