Skip to content

Commit 695cc1f

Browse files
klutzyalexcrichton
authored andcommitted
---
yaml --- r: 110425 b: refs/heads/try c: 35ed58c h: refs/heads/master i: 110423: 79eba95 v: v3
1 parent 5cab410 commit 695cc1f

14 files changed

+15
-8
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: e415c25bcd81dc1f9a5a3d25d9b48ed2d545336b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: c7fac4471201977fdb1c0c0a26c87287e12dc644
5-
refs/heads/try: 74ae36ccf215d434697da3e00fa12656aa32d781
5+
refs/heads/try: 35ed58c1e61890c5325b5d1a29846a10fa23a5fd
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/test/debug-info/basic-types-globals-metadata.rs

Lines changed: 4 additions & 1 deletion
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+
// ignore-win32: FIXME #13256
1112
// ignore-android: FIXME(#10381)
1213

1314
// compile-flags:-g
@@ -44,7 +45,9 @@
4445
// check:type = f64
4546
// debugger:continue
4647

47-
#[allow(unused_variable)];
48+
#![allow(unused_variable)]
49+
#![allow(dead_code)]
50+
4851

4952
static B: bool = false;
5053
static I: int = -1;

branches/try/src/test/debug-info/basic-types-globals.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// about UTF-32 character encoding and will print a rust char as only
1515
// its numerical value.
1616

17+
// ignore-win32: FIXME #13256
1718
// ignore-android: FIXME(#10381)
1819

1920
// compile-flags:-g

branches/try/src/test/debug-info/basic-types-mut-globals.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// about UTF-32 character encoding and will print a rust char as only
1515
// its numerical value.
1616

17+
// ignore-win32: FIXME #13256
1718
// ignore-android: FIXME(#10381)
1819

1920
// compile-flags:-g

branches/try/src/test/debug-info/c-style-enum.rs

Lines changed: 3 additions & 1 deletion
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+
// ignore-win32: FIXME #13256
1112
// ignore-android: FIXME(#10381)
1213

1314
// compile-flags:-g
@@ -70,7 +71,8 @@
7071
// debugger:print 'c-style-enum::MANUAL_THREE'
7172
// check:$18 = OneMillion
7273

73-
#[allow(unused_variable)];
74+
#![allow(unused_variable)]
75+
#![allow(dead_code)]
7476

7577
enum AutoDiscriminant {
7678
One,

branches/try/src/test/debug-info/lexical-scope-in-for-loop.rs

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

11-
// ignore-win32
1211
// ignore-android: FIXME(#10381)
1312

1413
// compile-flags:-g

branches/try/src/test/debug-info/lexical-scope-in-if.rs

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

11-
// ignore-win32
1211
// ignore-android: FIXME(#10381)
1312

1413
// compile-flags:-g

branches/try/src/test/debug-info/lexical-scope-in-match.rs

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

11-
// ignore-win32
1211
// ignore-android: FIXME(#10381)
1312

1413
// compile-flags:-g

branches/try/src/test/debug-info/lexical-scopes-in-block-expression.rs

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

11-
// ignore-win32
11+
// ignore-win32: FIXME #13256
1212
// ignore-android: FIXME(#10381)
1313

1414
// compile-flags:-g

branches/try/src/test/debug-info/simple-struct.rs

Lines changed: 1 addition & 0 deletions
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+
// ignore-win32: FIXME #13256
1112
// ignore-android: FIXME(#10381)
1213

1314
// compile-flags:-g

branches/try/src/test/debug-info/simple-tuple.rs

Lines changed: 1 addition & 0 deletions
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+
// ignore-win32: FIXME #13256
1112
// ignore-android: FIXME(#10381)
1213

1314
// compile-flags:-g

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

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

11-
// ignore-win32: FIXME #10474
1211
// ignore-android: FIXME(#10381)
1312

1413
// compile-flags:-g

branches/try/src/test/debug-info/vec-slices.rs

Lines changed: 1 addition & 0 deletions
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+
// ignore-win32: FIXME #13256
1112
// ignore-android: FIXME(#10381)
1213

1314
// compile-flags:-g

branches/try/src/test/debug-info/vec.rs

Lines changed: 1 addition & 0 deletions
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+
// ignore-win32: FIXME #13256
1112
// ignore-android: FIXME(#10381)
1213

1314
// compile-flags:-g

0 commit comments

Comments
 (0)