Skip to content

Commit 5348ab4

Browse files
---
yaml --- r: 127294 b: refs/heads/try c: 5db63fc h: refs/heads/master v: v3
1 parent 83c0016 commit 5348ab4

File tree

80 files changed

+80
-8
lines changed

Some content is hidden

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

80 files changed

+80
-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: 87d2bf400ce1bc2cec832f9d5b8e763f06bb7f43
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 12e0f72f517516ac4fce2aed85e6142e9b874bce
5-
refs/heads/try: b68d0e30837cf5be4df87888f208865833bb11fb
5+
refs/heads/try: 5db63fc3f12a927a2ed45a02d0f414ae999ed575
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/test/debuginfo/borrowed-basic.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
// === LLDB TESTS ==================================================================================
6767

6868
// lldb-command:run
69+
// ignore-test
6970
// lldb-command:print *bool_ref
7071
// lldb-check:[...]$0 = true
7172

branches/try/src/test/debuginfo/borrowed-c-style-enum.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
// === LLDB TESTS ==================================================================================
3232

3333
// lldb-command:run
34+
// ignore-test
3435

3536
// lldb-command:print *the_a_ref
3637
// lldb-check:[...]$0 = TheA

branches/try/src/test/debuginfo/borrowed-enum.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
// === LLDB TESTS ==================================================================================
3232

3333
// lldb-command:run
34+
// ignore-test
3435

3536
// lldb-command:print *the_a_ref
3637
// lldb-check:[...]$0 = TheA { x: 0, y: 8970181431921507452 }

branches/try/src/test/debuginfo/borrowed-managed-basic.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
// lldb-command:type format add -f decimal char
7070
// lldb-command:type format add -f decimal 'unsigned char'
7171
// lldb-command:run
72+
// ignore-test
7273

7374
// lldb-command:print *bool_ref
7475
// lldb-check:[...]$0 = true

branches/try/src/test/debuginfo/borrowed-struct.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
// === LLDB TESTS ==================================================================================
5252

5353
// lldb-command:run
54+
// ignore-test
5455

5556
// lldb-command:print *stack_val_ref
5657
// lldb-check:[...]$0 = SomeStruct { x: 10, y: 23.5 }

branches/try/src/test/debuginfo/borrowed-tuple.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
// === LLDB TESTS ==================================================================================
3636

3737
// lldb-command:run
38+
// ignore-test
3839

3940
// lldb-command:print *stack_val_ref
4041
// lldb-check:[...]$0 = (-14, -19)

branches/try/src/test/debuginfo/borrowed-unique-basic.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
// lldb-command:type format add -f decimal char
6969
// lldb-command:type format add -f decimal 'unsigned char'
7070
// lldb-command:run
71+
// ignore-test
7172

7273
// lldb-command:print *bool_ref
7374
// lldb-check:[...]$0 = true

branches/try/src/test/debuginfo/box.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
// === LLDB TESTS ==================================================================================
3232

3333
// lldb-command:run
34+
// ignore-test
3435
// lldb-command:print *a
3536
// lldb-check:[...]$0 = 1
3637
// lldb-command:print *b

branches/try/src/test/debuginfo/boxed-struct.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
// === LLDB TESTS ==================================================================================
3535

3636
// lldb-command:run
37+
// ignore-test
3738

3839
// lldb-command:print *unique
3940
// lldb-check:[...]$0 = StructWithSomePadding { x: 99, y: 999, z: 9999, w: 99999 }

branches/try/src/test/debuginfo/by-value-non-immediate-argument.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
// === LLDB TESTS ==================================================================================
5151

5252
// lldb-command:run
53+
// ignore-test
5354

5455
// lldb-command:print s
5556
// lldb-check:[...]$0 = Struct { a: 1, b: 2.5 }

branches/try/src/test/debuginfo/by-value-self-argument-in-trait-impl.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
// === LLDB TESTS ==================================================================================
4343

4444
// lldb-command:run
45+
// ignore-test
4546

4647
// lldb-command:print self
4748
// lldb-check:[...]$0 = 1111

branches/try/src/test/debuginfo/c-style-enum-in-composite.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
// === LLDB TESTS ==================================================================================
4545

4646
// lldb-command:run
47+
// ignore-test
4748

4849
// lldb-command:print tuple_interior_padding
4950
// lldb-check:[...]$0 = (0, OneHundred)

branches/try/src/test/debuginfo/c-style-enum.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
// === LLDB TESTS ==================================================================================
7979

8080
// lldb-command:run
81+
// ignore-test
8182

8283
// lldb-command:print auto_one
8384
// lldb-check:[...]$0 = One

branches/try/src/test/debuginfo/closure-in-generic-function.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
// === LLDB TESTS ==================================================================================
3636

3737
// lldb-command:run
38+
// ignore-test
3839

3940
// lldb-command:print x
4041
// lldb-check:[...]$0 = 0.5

branches/try/src/test/debuginfo/destructured-fn-argument.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187

188188
// === LLDB TESTS ==================================================================================
189189
// lldb-command:run
190+
// ignore-test
190191

191192
// lldb-command:print a
192193
// lldb-check:[...]$0 = 1

branches/try/src/test/debuginfo/destructured-local.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
// === LLDB TESTS ==================================================================================
133133

134134
// lldb-command:run
135+
// ignore-test
135136

136137
// lldb-command:print a
137138
// lldb-check:[...]$0 = 1

branches/try/src/test/debuginfo/evec-in-struct.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
// === LLDB TESTS ==================================================================================
3838

3939
// lldb-command:run
40+
// ignore-test
4041

4142
// lldb-command:print no_padding1
4243
// lldb-check:[...]$0 = NoPadding1 { x: [0, 1, 2], y: -3, z: [4.5, 5.5] }

branches/try/src/test/debuginfo/function-arg-initialization.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
135135
// === LLDB TESTS ==================================================================================
136136

137137
// lldb-command:run
138+
// ignore-test
138139

139140
// IMMEDIATE ARGS
140141
// lldb-command:print a

branches/try/src/test/debuginfo/function-arguments.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
// === LLDB TESTS ==================================================================================
3636

3737
// lldb-command:run
38+
// ignore-test
3839

3940
// lldb-command:print x
4041
// lldb-check:[...]$0 = 111102

branches/try/src/test/debuginfo/function-prologue-stepping-no-split-stack.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
// lldb-command:breakpoint set --name while_expr
147147
// lldb-command:breakpoint set --name loop_expr
148148
// lldb-command:run
149+
// ignore-test
149150

150151
// IMMEDIATE ARGS
151152
// lldb-command:print a

branches/try/src/test/debuginfo/function-prologue-stepping-regular.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
// lldb-command:breakpoint set --name while_expr
2727
// lldb-command:breakpoint set --name loop_expr
2828
// lldb-command:run
29+
// ignore-test
2930

3031
// IMMEDIATE ARGS
3132
// lldb-command:print a

branches/try/src/test/debuginfo/generic-function.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
// === LLDB TESTS ==================================================================================
4949

5050
// lldb-command:run
51+
// ignore-test
5152

5253
// lldb-command:print *t0
5354
// lldb-check:[...]$0 = 1

branches/try/src/test/debuginfo/generic-functions-nested.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
// === LLDB TESTS ==================================================================================
5050

5151
// lldb-command:run
52+
// ignore-test
5253

5354
// lldb-command:print x
5455
// lldb-check:[...]$0 = -1

branches/try/src/test/debuginfo/generic-method-on-generic-struct.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
// === LLDB TESTS ==================================================================================
7272

7373
// lldb-command:run
74+
// ignore-test
7475

7576
// STACK BY REF
7677
// lldb-command:print *self

branches/try/src/test/debuginfo/generic-struct.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
// === LLDB TESTS ==================================================================================
3232

3333
// lldb-command:run
34+
// ignore-test
3435

3536
// lldb-command:print int_int
3637
// lldb-check:[...]$0 = AGenericStruct<int, int> { key: 0, value: 1 }

branches/try/src/test/debuginfo/generic-tuple-style-enum.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
// === LLDB TESTS ==================================================================================
3737

3838
// lldb-command:run
39+
// ignore-test
3940

4041
// lldb-command:print case1
4142
// lldb-check:[...]$0 = Case1(0, 31868, 31868, 31868, 31868)

branches/try/src/test/debuginfo/include_string.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
// === LLDB TESTS ==================================================================================
2727

2828
// lldb-command:run
29+
// ignore-test
2930

3031
// lldb-command:print string1.length
3132
// lldb-check:[...]$0 = 48

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
// === LLDB TESTS ==================================================================================
6262

6363
// lldb-command:run
64+
// ignore-test
6465

6566
// FIRST ITERATION
6667
// lldb-command:print x

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
// === LLDB TESTS ==================================================================================
8686

8787
// lldb-command:run
88+
// ignore-test
8889

8990
// BEFORE if
9091
// lldb-command:print x

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
// === LLDB TESTS ==================================================================================
8282

8383
// lldb-command:run
84+
// ignore-test
8485

8586
// lldb-command:print shadowed
8687
// lldb-check:[...]$0 = 231

branches/try/src/test/debuginfo/lexical-scope-in-stack-closure.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
// === LLDB TESTS ==================================================================================
5252

5353
// lldb-command:run
54+
// ignore-test
5455

5556
// lldb-command:print x
5657
// lldb-check:[...]$0 = false

branches/try/src/test/debuginfo/lexical-scope-in-unconditional-loop.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
// === LLDB TESTS ==================================================================================
9090

9191
// lldb-command:run
92+
// ignore-test
9293

9394
// FIRST ITERATION
9495
// lldb-command:print x

branches/try/src/test/debuginfo/lexical-scope-in-unique-closure.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
// === LLDB TESTS ==================================================================================
5252

5353
// lldb-command:run
54+
// ignore-test
5455

5556
// lldb-command:print x
5657
// lldb-check:[...]$0 = false

branches/try/src/test/debuginfo/lexical-scope-in-while.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
// === LLDB TESTS ==================================================================================
9090

9191
// lldb-command:run
92+
// ignore-test
9293

9394
// FIRST ITERATION
9495
// lldb-command:print x

branches/try/src/test/debuginfo/lexical-scope-with-macro.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
// === LLDB TESTS ==================================================================================
7373

7474
// lldb-command:run
75+
// ignore-test
7576

7677
// lldb-command:print a
7778
// lldb-check:[...]$0 = 10

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@
218218
// === LLDB TESTS ==================================================================================
219219

220220
// lldb-command:run
221+
// ignore-test
221222

222223
// STRUCT EXPRESSION
223224
// lldb-command:print val

branches/try/src/test/debuginfo/limited-debuginfo.rs

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

1111
// ignore-android: FIXME(#10381)
1212

13-
// ignore-lldb
13+
// ignore-test
1414

1515
// compile-flags:--debuginfo=1
1616

branches/try/src/test/debuginfo/managed-enum.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
// === LLDB TESTS ==================================================================================
3232

3333
// lldb-command:run
34+
// ignore-test
3435

3536
// lldb-command:print the_a->val
3637
// lldb-check:[...]$0 = TheA { x: 0, y: 8970181431921507452 }

branches/try/src/test/debuginfo/managed-pointer-within-unique-vec.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
// === LLDB TESTS ==================================================================================
3636

3737
// lldb-command:run
38+
// ignore-test
3839

3940
// lldb-command:print unique.ptr[0]->val
4041
// lldb-check:[...]$0 = 10

branches/try/src/test/debuginfo/managed-pointer-within-unique.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
// === LLDB TESTS ==================================================================================
3333

3434
// lldb-command:run
35+
// ignore-test
3536

3637
// lldb-command:print *ordinary_unique
3738
// lldb-check:[...]$0 = (-1, -2)

branches/try/src/test/debuginfo/method-on-enum.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
// === LLDB TESTS ==================================================================================
7272

7373
// lldb-command:run
74+
// ignore-test
7475

7576
// STACK BY REF
7677
// lldb-command:print *self

branches/try/src/test/debuginfo/method-on-generic-struct.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
// === LLDB TESTS ==================================================================================
7272

7373
// lldb-command:run
74+
// ignore-test
7475

7576
// STACK BY REF
7677
// lldb-command:print *self

branches/try/src/test/debuginfo/method-on-struct.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
// === LLDB TESTS ==================================================================================
7272

7373
// lldb-command:run
74+
// ignore-test
7475

7576
// STACK BY REF
7677
// lldb-command:print *self

branches/try/src/test/debuginfo/method-on-trait.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
// === LLDB TESTS ==================================================================================
7272

7373
// lldb-command:run
74+
// ignore-test
7475

7576
// STACK BY REF
7677
// lldb-command:print *self

branches/try/src/test/debuginfo/method-on-tuple-struct.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
// === LLDB TESTS ==================================================================================
7272

7373
// lldb-command:run
74+
// ignore-test
7475

7576
// STACK BY REF
7677
// lldb-command:print *self

branches/try/src/test/debuginfo/multiple-functions-equal-var-names.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
// === LLDB TESTS ==================================================================================
3636

3737
// lldb-command:run
38+
// ignore-test
3839

3940
// lldb-command:print abc
4041
// lldb-check:[...]$0 = 10101

branches/try/src/test/debuginfo/multiple-functions.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
// === LLDB TESTS ==================================================================================
3636

3737
// lldb-command:run
38+
// ignore-test
3839

3940
// lldb-command:print a
4041
// lldb-check:[...]$0 = 10101

branches/try/src/test/debuginfo/name-shadowing-and-scope-nesting.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
// === LLDB TESTS ==================================================================================
6464

6565
// lldb-command:run
66+
// ignore-test
6667

6768
// lldb-command:print x
6869
// lldb-check:[...]$0 = false

0 commit comments

Comments
 (0)