Skip to content

Commit f5cafe8

Browse files
committed
Fix Stage D verification gates
1 parent 308bae0 commit f5cafe8

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

docs/porting_plan.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ The current collected test files are:
205205
- tests/test_inference_quantization.py
206206
- tests/test_inference_sampling.py
207207
- tests/test_inference_serving.py
208+
- tests/test_inference_side_channels.py
208209
- tests/test_inference_speculative_decode.py
209210
- tests/test_kernel_policy.py
210211
- tests/test_lint_mlx.py

vbgui/e2e/scenarios/22_rewriter_propagation.spec.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ for (const rw of REWRITERS) {
2727
await modal.waitFor({ timeout: 60_000 });
2828
const extras = await readTrainExtras(page);
2929

30-
// Top-level extras has the list (array DOM testid pattern)
31-
const rwListRoot = page.locator(
32-
"[data-testid^='run-result-extras-train-model_summary-rewriters_applied']");
33-
const count = await rwListRoot.count();
3430
// model_summary.rewriters_applied renders as nested object → dl entry
3531
// OR as array → ol. Either way the chosen rewriter name must appear.
3632
// Easier: assert top-level extras renders the array via the recursive

0 commit comments

Comments
 (0)