Commit 4aaaa19
committed
fix(test/docs): unblock CI on main — known_failures + styling.md fences
origin/main has been red on the Tests workflow since v0.5.310/.314/.316
landed. Two unrelated unblockers:
1) test-parity/known_failures.json — add `test_inline_uint8array_param`
(added v0.5.314, #169 fix) and `test_issue_167_loop_alloca_stack_eat`
(added v0.5.316, #167 fix). Both compile-fail on macOS-14 CI runners,
matching the existing test_gap_buffer_ops family pattern. Status: bug
so they remain visible on the triage list.
2) docs/src/ui/styling.md — two illustrative `typescript` fences (lines
49 + 70 from the v0.5.310 inline-style doc work) showed object-literal
fragments that aren't standalone programs. Tag them `typescript,no-test`
to opt them out of the doc-test compile pass. The doc-test lint added
in the v0.5.304 audit was rejecting them because they weren't tagged
and weren't `{{#include}}` directives.
This unblocks the parity + macOS doc-tests gates on every open PR.1 parent 2adf248 commit 4aaaa19
2 files changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
65 | 73 | | |
66 | 74 | | |
0 commit comments