From ea8c934ef857ce7fafb109f60c579a33f5b6bd21 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Fri, 12 Jun 2026 13:07:05 +0800
Subject: [PATCH] Update candidate filter QA fixture expectation
---
C1.source/Sources/Aligner/QuickSwitchSnapshotLoader.swift | 2 +-
C3.tools/round1-candidate-filter-fixture-qa.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/C1.source/Sources/Aligner/QuickSwitchSnapshotLoader.swift b/C1.source/Sources/Aligner/QuickSwitchSnapshotLoader.swift
index fa8d37a..ea38b1a 100644
--- a/C1.source/Sources/Aligner/QuickSwitchSnapshotLoader.swift
+++ b/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,
diff --git a/C3.tools/round1-candidate-filter-fixture-qa.sh b/C3.tools/round1-candidate-filter-fixture-qa.sh
index 1107e6b..1b551b4 100755
--- a/C3.tools/round1-candidate-filter-fixture-qa.sh
+++ b/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}
--
Gitblit v1.9.3