Commit dcd0c9c
committed
test: lift six Apple waivers; fix format and fallow findings from CI
- interactions, simulator, screenshot, physical-device-screenshot,
devicectl, and screenshot-status-bar leave CONTENTION_RETRY_FILES:
the first five stopped stubbing PATH binaries in earlier refactors
(measured 3-64ms per file, no subprocess activity), and
screenshot-status-bar now injects through the fake tool provider.
apps.test.ts stays with its reason corrected to the unzip PATH stub
(xcrun is in-process; install-artifact.ts:112 / install-source.ts:438
call runCmd('unzip') outside the Apple seam). Serialized lane 12 -> 6.
- oxfmt: fake-apple-tool.ts and contention-retry.ts were pushed
unformatted (local check piped through tail masked the failure).
- fallow complexity: the three fake-script arrows in apps.test.ts drop
under threshold via shared predicates (isSimctlMainScreenScale,
isSimctlScreenshot, isDevicectlDevice), which also deduplicate the
screenshot pair.
Full unit suite green at the new membership: 638 files, 5,724 tests.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019S5sZnmPn4A9Ct7sTJdfAf1 parent 92e833f commit dcd0c9c
3 files changed
Lines changed: 30 additions & 94 deletions
File tree
- scripts/lib
- src
- __tests__/test-utils
- platforms/apple/core/__tests__
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
| 73 | + | |
| 74 | + | |
116 | 75 | | |
117 | 76 | | |
118 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
| 111 | + | |
116 | 112 | | |
117 | 113 | | |
118 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
89 | 107 | | |
90 | 108 | | |
91 | 109 | | |
| |||
192 | 210 | | |
193 | 211 | | |
194 | 212 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
| 213 | + | |
| 214 | + | |
208 | 215 | | |
209 | 216 | | |
210 | 217 | | |
| |||
252 | 259 | | |
253 | 260 | | |
254 | 261 | | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
| 262 | + | |
| 263 | + | |
268 | 264 | | |
269 | 265 | | |
270 | 266 | | |
| |||
585 | 581 | | |
586 | 582 | | |
587 | 583 | | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
| 584 | + | |
594 | 585 | | |
595 | 586 | | |
596 | 587 | | |
| |||
624 | 615 | | |
625 | 616 | | |
626 | 617 | | |
627 | | - | |
628 | | - | |
629 | | - | |
630 | | - | |
631 | | - | |
632 | | - | |
| 618 | + | |
633 | 619 | | |
634 | 620 | | |
635 | 621 | | |
636 | 622 | | |
637 | 623 | | |
638 | 624 | | |
639 | 625 | | |
640 | | - | |
| 626 | + | |
641 | 627 | | |
642 | 628 | | |
643 | | - | |
| 629 | + | |
644 | 630 | | |
645 | 631 | | |
646 | 632 | | |
| |||
915 | 901 | | |
916 | 902 | | |
917 | 903 | | |
918 | | - | |
919 | | - | |
920 | | - | |
921 | | - | |
922 | | - | |
923 | | - | |
| 904 | + | |
924 | 905 | | |
925 | 906 | | |
926 | 907 | | |
| |||
0 commit comments