Commit 6b9dbb6
committed
feat(e2e-e3): preset matrix — 912 GUI cells (57 presets × 4 tok × 4 parq)
Stage E-3 of the E2E Coverage Matrix epic (cppmega-mlx-pa3.4).
Every cell walks the GUI end-to-end as a live user: open / → preset
launcher → tokenizer tab + load → data tab + load → canvas →
Smoke pipeline → assert modal overall=ok.
vbgui/src/App.tsx:
- Preset launcher dropdown now exposes all 57 PRESETS (mirrors
cppmega_v4.architectures.PRESETS), not just the 12 family-rep
list the F-C placeholder shipped with.
vbgui/e2e/scenarios/02_preset_matrix.spec.ts:
- Data-driven over the cross-product (57 × 4 × 4). Each scenario
pulls tokenizer + parquet paths from the MATRIX.json index emitted
by build_e2e_matrix.py (E-1), so the GUI loads the exact same
artefacts the backend tests verify.
- EXPECTED_FAILURES set provided for future xfail cells.
cppmega_v4/probe/dry_forward.py:
- Bricks that return (output, state) tuples (mamba3, ssm wrappers)
used to abort the dry_forward stage with AttributeError. Added a
_call() coercer that unpacks tuple/list/dict returns and grabs the
first .shape-bearing element. Unblocks nemotron3 + future hybrid
bricks.
Results:
- E-3 matrix: 912 / 912 passed (6.4 min wall-clock, workers=4).
- Full vbgui vitest: 104 / 104 passed (no churn).
- Full python pytest: 2139 / 5 skipped / 15 xfailed / 0 failed
(test_probe_stage_b dry_forward coverage unchanged).
Closes cppmega-mlx-pa3.4.1 parent 7398ae4 commit 6b9dbb6
3 files changed
Lines changed: 131 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
53 | 81 | | |
54 | 82 | | |
55 | 83 | | |
56 | 84 | | |
57 | 85 | | |
58 | 86 | | |
59 | | - | |
| 87 | + | |
60 | 88 | | |
61 | 89 | | |
62 | 90 | | |
63 | 91 | | |
64 | 92 | | |
65 | 93 | | |
66 | 94 | | |
67 | | - | |
| 95 | + | |
68 | 96 | | |
69 | 97 | | |
70 | 98 | | |
71 | 99 | | |
72 | 100 | | |
73 | 101 | | |
74 | | - | |
| 102 | + | |
75 | 103 | | |
76 | 104 | | |
77 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
28 | 43 | | |
29 | 44 | | |
30 | 45 | | |
| |||
0 commit comments