Skip to content

Commit 7f047d6

Browse files
---
yaml --- r: 69078 b: refs/heads/auto c: 7a31a3e h: refs/heads/master v: v3
1 parent c1af8af commit 7f047d6

File tree

7 files changed

+2
-18
lines changed

7 files changed

+2
-18
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1414
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1515
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1616
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17-
refs/heads/auto: 1b20831c1edc97bed1b397c57ae84cb465f5ce58
17+
refs/heads/auto: 7a31a3e0716f33ceb7c7278cb7da4acbafd97e17
1818
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1919
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c

branches/auto/src/test/debug-info/borrowed-struct.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010

1111
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
1212

13-
// GDB doesn't know about UTF-32 character encoding and will print a rust char as only its numerical
14-
// value.
15-
1613
// compile-flags:-Z extra-debug-info
1714
// debugger:break zzz
1815
// debugger:run

branches/auto/src/test/debug-info/borrowed-tuple.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010

1111
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
1212

13-
// GDB doesn't know about UTF-32 character encoding and will print a rust char as only its numerical
14-
// value.
15-
1613
// compile-flags:-Z extra-debug-info
1714
// debugger:break zzz
1815
// debugger:run

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010

1111
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
1212

13-
// Gdb doesn't know
14-
// about UTF-32 character encoding and will print a rust char as only
13+
// Gdb doesn't know about UTF-32 character encoding and will print a rust char as only
1514
// its numerical value.
1615

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

branches/auto/src/test/debug-info/boxed-struct.rs

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

11-
// GDB doesn't know about UTF-32 character encoding and will print a rust char as only its numerical
12-
// value.
13-
1411
// compile-flags:-Z extra-debug-info
1512
// debugger:break zzz
1613
// debugger:run

branches/auto/src/test/debug-info/destructured-local.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010

1111
// xfail-test
1212

13-
// GDB doesn't know about UTF-32 character encoding and will print a rust char as only its numerical
14-
// value.
15-
1613
// compile-flags:-Z extra-debug-info
1714
// debugger:break zzz
1815
// debugger:run

branches/auto/src/test/debug-info/function-arguments.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010

1111
// xfail-test
1212

13-
// GDB doesn't know about UTF-32 character encoding and will print a rust char as only its numerical
14-
// value.
15-
1613
// compile-flags:-Z extra-debug-info
1714
// debugger:break zzz
1815
// debugger:run

0 commit comments

Comments
 (0)