test: audit M6-M9 fixtures for v0.1.8

This commit is contained in:
2026-08-16 20:00:27 +09:00
parent 37f092196d
commit 748505513d
40 changed files with 247 additions and 4 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ These fixtures pin the M6 ownership/borrow rules before implementation.
- When M6 starts, wire this directory into the DOS/QEMU gate without changing the expected result of any fixture.
- M6 also owns the general-global borrow restriction from R10 because AGENTS.md explicitly groups that change with the `own.c` state-machine work.
Coverage: R4 storage restrictions, R5 scope, R6 shared/exclusive liveness and reborrows, R7 invalidation, R8 derived returns, defer lifetime extension, and global borrow restrictions.
Coverage: R4 storage restrictions, R5 scope, R6 shared/exclusive liveness, root-local field/index conflicts, call-only `&mut -> &` reborrows, branch/loop `MaybeMoved` and initialization-state merging, R7 invalidation, R8 derived-return provenance joins, defer lifetime extension, and global borrow restrictions.