Files
workinf_Blender_Wasm/docs/tasks/M13-05G.md
mes123456 380cbed4ff
Some checks failed
M6 deployable RC / quick (push) Has been cancelled
M6 deployable RC / chromium (push) Has been cancelled
M6 deployable RC / release (push) Has been cancelled
Checkpoint web parity through Chromium input tasks
2026-08-19 10:39:03 -04:00

26 lines
785 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# M13-05Gfuzz 崩溃最小化与回归固化
- `task`: `M13-05G`
- `parent`: `M13-05F`
- `status`: `done`
## 目标
使用固定 seed 对 blend、image、font、node 和 script manifest 生产解析路径执行确定性 fuzz
回放。崩溃必须先保存可重放的最小样本;修复后样本进入长期回归 corpus。本任务不启用脚本执行。
## 验收
```text
npm --prefix web run test:fuzz-regression
```
## 产物和交接
报告和 manifest 位于 `tests/golden/M13-05G/`;本轮 5 个域各 16 个用例,共 80 个用例,零崩溃、
零最小回归样本。下一任务由 manifest 的 `nextTask` 指向 `M13-05H`
## 回滚
移除 fuzz runner、checker、报告、manifest、package 命令和本状态页;将 `M13-05F` 恢复为队列尾。