Skip to content

Commit 0f9f32b

Browse files
committed
---
yaml --- r: 77209 b: refs/heads/snap-stage3 c: 7f79b52 h: refs/heads/master i: 77207: aa56440 v: v3
1 parent e24028b commit 0f9f32b

File tree

73 files changed

+5
-141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+5
-141
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: f1132496dddbdd88f321a7919eec3d65136b3f75
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: a903f741b076bc8031d7789b83efe789d8ca65ae
4+
refs/heads/snap-stage3: 7f79b52ad94e20534df415e463f577b8a9794217
55
refs/heads/try: ebfe63cd1c0b5d23f7ea60c69b4fde2e30cfd42a
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// Caveats - gdb prints any 8-bit value (meaning rust i8 and u8 values)
1412
// as its numerical value along with its associated ASCII char, there
1513
// doesn't seem to be any way around this. Also, gdb doesn't know

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// Gdb doesn't know about UTF-32 character encoding and will print a rust char as only
1412
// its numerical value.
1513

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// Gdb doesn't know about UTF-32 character encoding and will print a rust char as only
1412
// its numerical value.
1513

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// Gdb doesn't know about UTF-32 character encoding and will print a rust char as only
1412
// its numerical value.
1513

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:set print pretty off
1513
// debugger:break _zzz

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

branches/snap-stage3/src/test/debug-info/closure-in-generic-function.rs

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:set print pretty off
1513
// debugger:break zzz

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

branches/snap-stage3/src/test/debug-info/generic-functions-nested.rs

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

branches/snap-stage3/src/test/debug-info/generic-method-on-generic-struct.rs

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

branches/snap-stage3/src/test/debug-info/generic-static-method-on-struct-and-enum.rs

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

branches/snap-stage3/src/test/debug-info/generic-struct-style-enum.rs

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:set print union on
1513
// debugger:break zzz

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

branches/snap-stage3/src/test/debug-info/generic-trait-generic-static-default-method.rs

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

branches/snap-stage3/src/test/debug-info/generic-tuple-style-enum.rs

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:set print union on
1513
// debugger:break zzz

branches/snap-stage3/src/test/debug-info/lexical-scope-in-for-loop.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-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
11+
// xfail-win32
1212

1313
// compile-flags:-Z extra-debug-info
1414
// debugger:break zzz

branches/snap-stage3/src/test/debug-info/lexical-scope-in-if.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-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
11+
// xfail-win32
1212

1313
// compile-flags:-Z extra-debug-info
1414
// debugger:break zzz

branches/snap-stage3/src/test/debug-info/lexical-scope-in-managed-closure.rs

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

branches/snap-stage3/src/test/debug-info/lexical-scope-in-match.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-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
11+
// xfail-win32
1212

1313
// compile-flags:-Z extra-debug-info
1414
// debugger:break zzz

branches/snap-stage3/src/test/debug-info/lexical-scope-in-parameterless-closure.rs

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z debug-info
1412
// debugger:run
1513

branches/snap-stage3/src/test/debug-info/lexical-scope-in-stack-closure.rs

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

branches/snap-stage3/src/test/debug-info/lexical-scope-in-unconditional-loop.rs

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

branches/snap-stage3/src/test/debug-info/lexical-scope-in-unique-closure.rs

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

branches/snap-stage3/src/test/debug-info/lexical-scope-in-while.rs

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

branches/snap-stage3/src/test/debug-info/lexical-scope-with-macro.rs

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

branches/snap-stage3/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-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
11+
// xfail-win32
1212

1313
// compile-flags:-Z extra-debug-info
1414
// debugger:break zzz

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:set print pretty off
1513
// debugger:break zzz

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

branches/snap-stage3/src/test/debug-info/method-on-generic-struct.rs

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

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

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

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
12-
1311
// compile-flags:-Z extra-debug-info
1412
// debugger:break zzz
1513
// debugger:run

0 commit comments

Comments
 (0)