Commit 4d3343f
committed
[objective_c] Rename gc_safepoint_test → protocol_builder_test, remove redundant object test
The 'protocol object survives GC after build' test kept failing on CI (ARM64)
because doGC() is inlinable — after inlining, the optimizer dropped ref from
the GC root set before the GC trigger, causing a spurious retain-count-0.
The test didn't cover the issue #3209 fix; general ObjCObjectRef lifecycle is
already covered by autorelease_test, nsarray_test, nsset_test, nsdictionary_test,
ns_input_stream_test, and observer_test.
Renamed to protocol_builder_test.dart to match the <feature>_test.dart convention.1 parent 47d6a58 commit 4d3343f
1 file changed
Lines changed: 0 additions & 32 deletions
Lines changed: 0 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 16 | | |
37 | 17 | | |
38 | 18 | | |
| |||
55 | 35 | | |
56 | 36 | | |
57 | 37 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | 38 | | |
71 | 39 | | |
72 | 40 | | |
| |||
0 commit comments