Ariver
2026-06-12 ea8c934ef857ce7fafb109f60c579a33f5b6bd21
Update candidate filter QA fixture expectation
2 files modified
4 ■■■■ changed files
C1.source/Sources/Aligner/QuickSwitchSnapshotLoader.swift 2 ●●● patch | view | raw | blame | history
C3.tools/round1-candidate-filter-fixture-qa.sh 2 ●●● patch | view | raw | blame | history
C1.source/Sources/Aligner/QuickSwitchSnapshotLoader.swift
@@ -328,7 +328,7 @@
            WindowEnumerationRecord(
                id: 20_015,
                app: app,
                title: "CG-only Offscreen Rejected",
                title: "CG-only Space-backed Candidate",
                size: CGSize(width: 900, height: 600),
                subrole: .standard,
                hasAXBacking: false,
C3.tools/round1-candidate-filter-fixture-qa.sh
@@ -104,6 +104,7 @@
    "Sheet Candidate",
    "Dialog Candidate",
    "Candidate Standard Untitled",
    "CG-only Space-backed Candidate",
}
rejected_titles = {
    "Accessory Rejected",
@@ -114,7 +115,6 @@
    "Desktop",
    "Security Confirmation",
    "Noninteractive Rejected",
    "CG-only Offscreen Rejected",
}
expected_title_hashes = {stable_fingerprint(title) for title in expected_titles}
rejected_title_hashes = {stable_fingerprint(title) for title in rejected_titles}