Skip to content

Commit b2226f5

Browse files
---
yaml --- r: 92397 b: refs/heads/auto c: 01fae5f h: refs/heads/master i: 92395: 83d981b v: v3
1 parent d03b25f commit b2226f5

10 files changed

+193
-194
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1313
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1414
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1515
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
16-
refs/heads/auto: 0f98cb41988d1fdd0cb33fb274253cba3bde5cfa
16+
refs/heads/auto: 01fae5fb2a0425af2830b2525c49d27bfba68899
1717
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1818
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1919
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336

branches/auto/src/test/debug-info/by-value-self-argument-in-trait-impl.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-
// xfail-win32: FIXME (#10474)
1211
// xfail-android: FIXME(#10381)
1312

1413
#[feature(managed_boxes)];

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -26,72 +26,72 @@
2626

2727
// STACK BY VAL
2828
// debugger:finish
29-
// d ebugger:print self -- ignored for now because of issue #8512
30-
// c heck:$X = {x = {8888, -8888}}
29+
// debugger:print self
30+
// check:$4 = {x = {8888, -8888}}
3131
// debugger:print arg1
32-
// check:$4 = -3
32+
// check:$5 = -3
3333
// debugger:print arg2
34-
// check:$5 = -4
34+
// check:$6 = -4
3535
// debugger:continue
3636

3737
// OWNED BY REF
3838
// debugger:finish
3939
// debugger:print *self
40-
// check:$6 = {x = 1234.5}
40+
// check:$7 = {x = 1234.5}
4141
// debugger:print arg1
42-
// check:$7 = -5
42+
// check:$8 = -5
4343
// debugger:print arg2
44-
// check:$8 = -6
44+
// check:$9 = -6
4545
// debugger:continue
4646

4747
// OWNED BY VAL
4848
// debugger:finish
49-
// d ebugger:print self -- ignored for now because of issue #8512
50-
// c heck:$X = {x = 1234.5}
49+
// debugger:print self
50+
// check:$10 = {x = 1234.5}
5151
// debugger:print arg1
52-
// check:$9 = -7
52+
// check:$11 = -7
5353
// debugger:print arg2
54-
// check:$10 = -8
54+
// check:$12 = -8
5555
// debugger:continue
5656

5757
// OWNED MOVED
5858
// debugger:finish
5959
// debugger:print *self
60-
// check:$11 = {x = 1234.5}
60+
// check:$13 = {x = 1234.5}
6161
// debugger:print arg1
62-
// check:$12 = -9
62+
// check:$14 = -9
6363
// debugger:print arg2
64-
// check:$13 = -10.5
64+
// check:$15 = -10.5
6565
// debugger:continue
6666

6767
// MANAGED BY REF
6868
// debugger:finish
6969
// debugger:print *self
70-
// check:$14 = {x = -1}
70+
// check:$16 = {x = -1}
7171
// debugger:print arg1
72-
// check:$15 = -11
72+
// check:$17 = -11
7373
// debugger:print arg2
74-
// check:$16 = -12.5
74+
// check:$18 = -12.5
7575
// debugger:continue
7676

7777
// MANAGED BY VAL
7878
// debugger:finish
79-
// d ebugger:print self -- ignored for now because of issue #8512
80-
// c heck:$X = {x = -1}
79+
// debugger:print self
80+
// check:$19 = {x = -1}
8181
// debugger:print arg1
82-
// check:$17 = -13
82+
// check:$20 = -13
8383
// debugger:print *arg2
84-
// check:$18 = {-14, 14}
84+
// check:$21 = {-14, 14}
8585
// debugger:continue
8686

8787
// MANAGED SELF
8888
// debugger:finish
8989
// debugger:print self->val
90-
// check:$19 = {x = -1}
90+
// check:$22 = {x = -1}
9191
// debugger:print arg1
92-
// check:$20 = -15
92+
// check:$23 = -15
9393
// debugger:print *arg2
94-
// check:$21 = {-16, 16.5}
94+
// check:$24 = {-16, 16.5}
9595
// debugger:continue
9696

9797
#[feature(managed_boxes)];

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -26,72 +26,72 @@
2626

2727
// STACK BY VAL
2828
// debugger:finish
29-
// d ebugger:print self -- ignored for now because of issue #8512
30-
// c heck:$X = {{Variant2, [...]}, {Variant2, 117901063}}
29+
// debugger:print self
30+
// check:$4 = {{Variant2, [...]}, {Variant2, 117901063}}
3131
// debugger:print arg1
32-
// check:$4 = -3
32+
// check:$5 = -3
3333
// debugger:print arg2
34-
// check:$5 = -4
34+
// check:$6 = -4
3535
// debugger:continue
3636

3737
// OWNED BY REF
3838
// debugger:finish
3939
// debugger:print *self
40-
// check:$6 = {{Variant1, x = 1799, y = 1799}, {Variant1, [...]}}
40+
// check:$7 = {{Variant1, x = 1799, y = 1799}, {Variant1, [...]}}
4141
// debugger:print arg1
42-
// check:$7 = -5
42+
// check:$8 = -5
4343
// debugger:print arg2
44-
// check:$8 = -6
44+
// check:$9 = -6
4545
// debugger:continue
4646

4747
// OWNED BY VAL
4848
// debugger:finish
49-
// d ebugger:print self -- ignored for now because of issue #8512
50-
// c heck:$X = {{Variant1, x = 1799, y = 1799}, {Variant1, [...]}}
49+
// debugger:print self
50+
// check:$10 = {{Variant1, x = 1799, y = 1799}, {Variant1, [...]}}
5151
// debugger:print arg1
52-
// check:$9 = -7
52+
// check:$11 = -7
5353
// debugger:print arg2
54-
// check:$10 = -8
54+
// check:$12 = -8
5555
// debugger:continue
5656

5757
// OWNED MOVED
5858
// debugger:finish
5959
// debugger:print *self
60-
// check:$11 = {{Variant1, x = 1799, y = 1799}, {Variant1, [...]}}
60+
// check:$13 = {{Variant1, x = 1799, y = 1799}, {Variant1, [...]}}
6161
// debugger:print arg1
62-
// check:$12 = -9
62+
// check:$14 = -9
6363
// debugger:print arg2
64-
// check:$13 = -10
64+
// check:$15 = -10
6565
// debugger:continue
6666

6767
// MANAGED BY REF
6868
// debugger:finish
6969
// debugger:print *self
70-
// check:$14 = {{Variant2, [...]}, {Variant2, 117901063}}
70+
// check:$16 = {{Variant2, [...]}, {Variant2, 117901063}}
7171
// debugger:print arg1
72-
// check:$15 = -11
72+
// check:$17 = -11
7373
// debugger:print arg2
74-
// check:$16 = -12
74+
// check:$18 = -12
7575
// debugger:continue
7676

7777
// MANAGED BY VAL
7878
// debugger:finish
79-
// d ebugger:print self -- ignored for now because of issue #8512
80-
// c heck:$X = {{Variant2, [...]}, {Variant2, 117901063}}
79+
// debugger:print self
80+
// check:$19 = {{Variant2, [...]}, {Variant2, 117901063}}
8181
// debugger:print arg1
82-
// check:$17 = -13
82+
// check:$20 = -13
8383
// debugger:print arg2
84-
// check:$18 = -14
84+
// check:$21 = -14
8585
// debugger:continue
8686

8787
// MANAGED SELF
8888
// debugger:finish
8989
// debugger:print self->val
90-
// check:$19 = {{Variant2, [...]}, {Variant2, 117901063}}
90+
// check:$22 = {{Variant2, [...]}, {Variant2, 117901063}}
9191
// debugger:print arg1
92-
// check:$20 = -15
92+
// check:$23 = -15
9393
// debugger:print arg2
94-
// check:$21 = -16
94+
// check:$24 = -16
9595
// debugger:continue
9696

9797
#[feature(managed_boxes)];

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -26,72 +26,72 @@
2626

2727
// STACK BY VAL
2828
// debugger:finish
29-
// d ebugger:print self -- ignored for now because of issue #8512
30-
// c heck:$X = {x = {8888, -8888}}
29+
// debugger:print self
30+
// check:$4 = {x = {8888, -8888}}
3131
// debugger:print arg1
32-
// check:$4 = -3
32+
// check:$5 = -3
3333
// debugger:print arg2
34-
// check:$5 = -4
34+
// check:$6 = -4
3535
// debugger:continue
3636

3737
// OWNED BY REF
3838
// debugger:finish
3939
// debugger:print *self
40-
// check:$6 = {x = 1234.5}
40+
// check:$7 = {x = 1234.5}
4141
// debugger:print arg1
42-
// check:$7 = -5
42+
// check:$8 = -5
4343
// debugger:print arg2
44-
// check:$8 = -6
44+
// check:$9 = -6
4545
// debugger:continue
4646

4747
// OWNED BY VAL
4848
// debugger:finish
49-
// d ebugger:print self -- ignored for now because of issue #8512
50-
// c heck:$X = {x = 1234.5}
49+
// debugger:print self
50+
// check:$10 = {x = 1234.5}
5151
// debugger:print arg1
52-
// check:$9 = -7
52+
// check:$11 = -7
5353
// debugger:print arg2
54-
// check:$10 = -8
54+
// check:$12 = -8
5555
// debugger:continue
5656

5757
// OWNED MOVED
5858
// debugger:finish
5959
// debugger:print *self
60-
// check:$11 = {x = 1234.5}
60+
// check:$13 = {x = 1234.5}
6161
// debugger:print arg1
62-
// check:$12 = -9
62+
// check:$14 = -9
6363
// debugger:print arg2
64-
// check:$13 = -10
64+
// check:$15 = -10
6565
// debugger:continue
6666

6767
// MANAGED BY REF
6868
// debugger:finish
6969
// debugger:print *self
70-
// check:$14 = {x = -1}
70+
// check:$16 = {x = -1}
7171
// debugger:print arg1
72-
// check:$15 = -11
72+
// check:$17 = -11
7373
// debugger:print arg2
74-
// check:$16 = -12
74+
// check:$18 = -12
7575
// debugger:continue
7676

7777
// MANAGED BY VAL
7878
// debugger:finish
79-
// d ebugger:print self -- ignored for now because of issue #8512
80-
// c heck:$X = {x = -1}
79+
// debugger:print self
80+
// check:$19 = {x = -1}
8181
// debugger:print arg1
82-
// check:$17 = -13
82+
// check:$20 = -13
8383
// debugger:print arg2
84-
// check:$18 = -14
84+
// check:$21 = -14
8585
// debugger:continue
8686

8787
// MANAGED SELF
8888
// debugger:finish
8989
// debugger:print self->val
90-
// check:$19 = {x = -1}
90+
// check:$22 = {x = -1}
9191
// debugger:print arg1
92-
// check:$20 = -15
92+
// check:$23 = -15
9393
// debugger:print arg2
94-
// check:$21 = -16
94+
// check:$24 = -16
9595
// debugger:continue
9696

9797
#[feature(managed_boxes)];

0 commit comments

Comments
 (0)