Skip to content

Commit dc7dd2e

Browse files
committed
---
yaml --- r: 88584 b: refs/heads/snap-stage3 c: 0b69bc9 h: refs/heads/master v: v3
1 parent 8160fd9 commit dc7dd2e

17 files changed

+33
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: deeca5d586bfaa4aa60246f671a8d611d38f6248
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: df1aa7ecd2c5c541ffadde4e76543bd010068513
4+
refs/heads/snap-stage3: 0b69bc95c3512e84d456f27253f98563eada83c9
55
refs/heads/try: b160761e35efcd1207112b3b782c06633cf441a8
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/test/debug-info/borrowed-managed-basic.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-android: FIXME(#10381)
12+
1113
#[feature(managed_boxes)];
1214

1315
// Gdb doesn't know about UTF-32 character encoding and will print a rust char as only

branches/snap-stage3/src/test/debug-info/borrowed-struct.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-android: FIXME(#10381)
12+
1113
// compile-flags:-Z extra-debug-info
1214
// debugger:rbreak zzz
1315
// debugger:run

branches/snap-stage3/src/test/debug-info/borrowed-tuple.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-android: FIXME(#10381)
12+
1113
#[feature(managed_boxes)];
1214

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

branches/snap-stage3/src/test/debug-info/borrowed-unique-basic.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-android: FIXME(#10381)
12+
1113
// Gdb doesn't know about UTF-32 character encoding and will print a rust char as only
1214
// its numerical value.
1315

branches/snap-stage3/src/test/debug-info/box.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-android: FIXME(#10381)
12+
1113
// compile-flags:-Z extra-debug-info
1214
// debugger:set print pretty off
1315
// debugger:rbreak zzz

branches/snap-stage3/src/test/debug-info/boxed-struct.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-android: FIXME(#10381)
12+
1113
// compile-flags:-Z extra-debug-info
1214
// debugger:rbreak zzz
1315
// debugger:run

branches/snap-stage3/src/test/debug-info/c-style-enum-in-composite.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-android: FIXME(#10381)
12+
1113
// compile-flags:-Z extra-debug-info
1214
// debugger:rbreak zzz
1315
// debugger:run

branches/snap-stage3/src/test/debug-info/destructured-local.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-android: FIXME(#10381)
12+
1113
// compile-flags:-Z extra-debug-info
1214
// debugger:rbreak zzz
1315
// debugger:run

branches/snap-stage3/src/test/debug-info/function-arguments.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-android: FIXME(#10381)
12+
1113
// compile-flags:-Z extra-debug-info
1214
// debugger:rbreak zzz
1315
// debugger:run

branches/snap-stage3/src/test/debug-info/managed-enum.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-android: FIXME(#10381)
12+
1113
// compile-flags:-Z extra-debug-info
1214
// debugger:rbreak zzz
1315
// debugger:run

branches/snap-stage3/src/test/debug-info/managed-pointer-within-unique-vec.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-android: FIXME(#10381)
12+
1113
#[feature(managed_boxes)];
1214

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

branches/snap-stage3/src/test/debug-info/managed-pointer-within-unique.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-android: FIXME(#10381)
12+
1113
#[feature(managed_boxes)];
1214

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

branches/snap-stage3/src/test/debug-info/packed-struct-with-destructor.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-android: FIXME(#10381)
12+
1113
// compile-flags:-Z extra-debug-info
1214
// debugger:set print pretty off
1315
// debugger:rbreak zzz

branches/snap-stage3/src/test/debug-info/struct-with-destructor.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-android: FIXME(#10381)
12+
1113
// compile-flags:-Z extra-debug-info
1214
// debugger:rbreak zzz
1315
// debugger:run

branches/snap-stage3/src/test/debug-info/unique-enum.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-android: FIXME(#10381)
12+
1113
// compile-flags:-Z extra-debug-info
1214
// debugger:rbreak zzz
1315
// debugger:run

branches/snap-stage3/src/test/debug-info/var-captured-in-sendable-closure.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-android: FIXME(#10381)
12+
1113
// compile-flags:-Z extra-debug-info
1214
// debugger:rbreak zzz
1315
// debugger:run

0 commit comments

Comments
 (0)