phase29ad(p3): finalize pattern6/7 fixture naming ssot
This commit is contained in:
@ -10,24 +10,10 @@ Goal: Fix near-miss vs OK boundaries for Pattern2/6/7 and provide a single entry
|
||||
|
||||
## Fixtures and Smokes
|
||||
|
||||
### Freeze-fixed (contract violations)
|
||||
- Pattern2 seg freeze:
|
||||
- `apps/tests/phase29ab_pattern2_seg_freeze_min.hako`
|
||||
- `tools/smokes/v2/profiles/integration/apps/phase29ab_pattern2_seg_freeze_min_vm.sh`
|
||||
- Pattern7 SplitScan first-fail:
|
||||
- `apps/tests/phase29ab_pattern7_firstfail_min.hako`
|
||||
- `tools/smokes/v2/profiles/integration/apps/phase29ab_pattern7_firstfail_min_vm.sh`
|
||||
- Pattern6 ScanWithInit first-fail:
|
||||
- `apps/tests/phase29ab_pattern6_firstfail_min.hako`
|
||||
- `tools/smokes/v2/profiles/integration/apps/phase29ab_pattern6_firstfail_min_vm.sh`
|
||||
- Pattern6 reverse scan near-miss:
|
||||
- `apps/tests/phase29ab_pattern6_reverse_firstfail_min.hako`
|
||||
- `tools/smokes/v2/profiles/integration/apps/phase29ab_pattern6_reverse_firstfail_min_vm.sh`
|
||||
- Pattern6 matchscan near-miss:
|
||||
- `apps/tests/phase29ab_pattern6_matchscan_firstfail_min.hako`
|
||||
- `tools/smokes/v2/profiles/integration/apps/phase29ab_pattern6_matchscan_firstfail_min_vm.sh`
|
||||
Pattern6/7 の OK/contract fixtures 一覧は SSOT に集約:
|
||||
- `docs/development/current/main/design/pattern6-7-contracts.md`
|
||||
|
||||
### OK (PASS fixed)
|
||||
### Pattern2 / Phase 263
|
||||
- Pattern2 LoopBodyLocal min:
|
||||
- `apps/tests/phase29ab_pattern2_loopbodylocal_min.hako`
|
||||
- `tools/smokes/v2/profiles/integration/apps/phase29ab_pattern2_loopbodylocal_min_vm.sh`
|
||||
@ -37,21 +23,12 @@ Goal: Fix near-miss vs OK boundaries for Pattern2/6/7 and provide a single entry
|
||||
- Pattern2 seg notapplicable:
|
||||
- `apps/tests/phase29ab_pattern2_seg_notapplicable_min.hako`
|
||||
- `tools/smokes/v2/profiles/integration/apps/phase29ab_pattern2_seg_notapplicable_min_vm.sh`
|
||||
- Pattern2 seg freeze:
|
||||
- `apps/tests/phase29ab_pattern2_seg_freeze_min.hako`
|
||||
- `tools/smokes/v2/profiles/integration/apps/phase29ab_pattern2_seg_freeze_min_vm.sh`
|
||||
- Phase 263 realworld seg (Derived slot path):
|
||||
- `apps/tests/phase263_pattern2_seg_realworld_min.hako`
|
||||
- `tools/smokes/v2/profiles/integration/apps/phase263_pattern2_seg_realworld_min_vm.sh`
|
||||
- Pattern6 ScanWithInit OK:
|
||||
- `apps/tests/phase29ab_pattern6_scan_with_init_ok_min.hako`
|
||||
- `tools/smokes/v2/profiles/integration/apps/phase29ab_pattern6_scan_with_init_ok_min_vm.sh`
|
||||
- Pattern6 reverse scan OK:
|
||||
- `apps/tests/phase29ab_pattern6_reverse_ok_min.hako`
|
||||
- `tools/smokes/v2/profiles/integration/apps/phase29ab_pattern6_reverse_ok_min_vm.sh`
|
||||
- Pattern6 matchscan OK:
|
||||
- `apps/tests/phase29ab_pattern6_matchscan_ok_min.hako`
|
||||
- `tools/smokes/v2/profiles/integration/apps/phase29ab_pattern6_matchscan_ok_min_vm.sh`
|
||||
- Pattern7 SplitScan OK:
|
||||
- `apps/tests/phase29ab_pattern7_splitscan_ok_min.hako`
|
||||
- `tools/smokes/v2/profiles/integration/apps/phase29ab_pattern7_splitscan_ok_min_vm.sh`
|
||||
|
||||
## Commands
|
||||
|
||||
|
||||
@ -8,26 +8,14 @@ Goal: Convert freeze-fixed Pattern6/7 near-miss cases into PASS while keeping co
|
||||
- P2 ✅ Pattern6 matchscan: fixture を contract-aligned に修正して PASS
|
||||
- P3 ✅ Pattern7 split-scan: near-miss を contract-aligned な OK fixture として PASS 固定(元の契約違反 fixture は残す)
|
||||
|
||||
## Target list (initial)
|
||||
## Target list (SSOT)
|
||||
|
||||
- `apps/tests/phase29ab_pattern6_reverse_firstfail_min.hako`
|
||||
- `apps/tests/phase29ab_pattern6_matchscan_firstfail_min.hako`
|
||||
- `apps/tests/phase29ab_pattern7_firstfail_min.hako`
|
||||
- Pattern6/7 の OK/contract fixtures 一覧: `docs/development/current/main/design/pattern6-7-contracts.md`
|
||||
|
||||
## Outcome (SSOT)
|
||||
## Outcome
|
||||
|
||||
### PASS fixtures (behavioral)
|
||||
|
||||
- Pattern6 reverse scan OK: `apps/tests/phase29ab_pattern6_reverse_ok_min.hako`(RC=1)
|
||||
- Pattern6 matchscan OK: `apps/tests/phase29ab_pattern6_matchscan_ok_min.hako`(RC=1)
|
||||
- Pattern7 split-scan near-miss fixup OK: `apps/tests/phase29ac_pattern7_splitscan_nearmiss_fix_ok_min.hako`(RC=3)
|
||||
|
||||
### FAIL-Fast fixtures (contract boundary)
|
||||
|
||||
- Pattern6 scan-with-init contract violation: `apps/tests/phase29ab_pattern6_firstfail_min.hako`(tag: `[joinir/phase29ab/pattern6/contract]`)
|
||||
- Pattern6 reverse scan contract violation: `apps/tests/phase29ab_pattern6_reverse_firstfail_min.hako`(tag: `[joinir/phase29ab/pattern6/contract]`)
|
||||
- Pattern6 matchscan contract violation: `apps/tests/phase29ab_pattern6_matchscan_firstfail_min.hako`(tag: `[joinir/phase29ab/pattern6/contract]`)
|
||||
- Pattern7 split-scan contract violation: `apps/tests/phase29ab_pattern7_firstfail_min.hako`(tag: `[joinir/phase29ab/pattern7/contract]`)
|
||||
- PASS/contract fixture の一覧は SSOT に集約(上記参照)。
|
||||
- Phase29ac では split-scan の fixup OK fixture を追加し、契約違反 fixture は維持。
|
||||
|
||||
## Pass order (recommended)
|
||||
|
||||
@ -46,4 +34,4 @@ Goal: Convert freeze-fixed Pattern6/7 near-miss cases into PASS while keeping co
|
||||
|
||||
- `./tools/smokes/v2/run.sh --profile integration --filter "phase29ab_pattern6_*"`
|
||||
- `./tools/smokes/v2/run.sh --profile integration --filter "phase29ab_pattern7_*"`
|
||||
- `./tools/smokes/v2/run.sh --profile integration --filter "phase29ac_pattern7_*"`
|
||||
- `./tools/smokes/v2/run.sh --profile integration --filter "phase29ab_pattern7_*"`
|
||||
|
||||
36
docs/development/current/main/phases/phase-29ad/README.md
Normal file
36
docs/development/current/main/phases/phase-29ad/README.md
Normal file
@ -0,0 +1,36 @@
|
||||
# Phase 29ad: Pattern6/7 naming SSOT (fixtures + smokes)
|
||||
|
||||
Goal: remove ambiguous "firstfail" naming and make the variant explicit for every Pattern6/7 fixture and smoke.
|
||||
|
||||
## Naming rules (SSOT)
|
||||
|
||||
- Pattern6:
|
||||
- `phase29ab_pattern6_<variant>_{ok|contract}_min.{hako,sh}`
|
||||
- variants: `scan_with_init`, `reverse`, `matchscan`
|
||||
- Pattern7:
|
||||
- `phase29ab_pattern7_splitscan_{ok|contract}_min.{hako,sh}`
|
||||
- near-miss OK variant: `phase29ab_pattern7_splitscan_nearmiss_ok_min.{hako,sh}`
|
||||
|
||||
## Current mapping
|
||||
|
||||
Pattern6 OK:
|
||||
- `apps/tests/phase29ab_pattern6_scan_with_init_ok_min.hako`
|
||||
- `apps/tests/phase29ab_pattern6_reverse_ok_min.hako`
|
||||
- `apps/tests/phase29ab_pattern6_matchscan_ok_min.hako`
|
||||
|
||||
Pattern6 contract:
|
||||
- `apps/tests/phase29ab_pattern6_scan_with_init_contract_min.hako`
|
||||
- `apps/tests/phase29ab_pattern6_reverse_contract_min.hako`
|
||||
- `apps/tests/phase29ab_pattern6_matchscan_contract_min.hako`
|
||||
|
||||
Pattern7 OK:
|
||||
- `apps/tests/phase29ab_pattern7_splitscan_ok_min.hako`
|
||||
- `apps/tests/phase29ab_pattern7_splitscan_nearmiss_ok_min.hako`
|
||||
|
||||
Pattern7 contract:
|
||||
- `apps/tests/phase29ab_pattern7_splitscan_contract_min.hako`
|
||||
|
||||
## Commands
|
||||
|
||||
- `./tools/smokes/v2/run.sh --profile integration --filter "phase29ab_pattern6_"`
|
||||
- `./tools/smokes/v2/run.sh --profile integration --filter "phase29ab_pattern7_"`
|
||||
Reference in New Issue
Block a user