From a4af5d51e8fbb8a0e53f98aa9f9e238536aaba24 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Fri, 12 Jun 2026 21:08:39 +0800
Subject: [PATCH] Render split view spaces with ordered app halves
---
C3.tools/round1-main-ui-qa.sh | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/C3.tools/round1-main-ui-qa.sh b/C3.tools/round1-main-ui-qa.sh
index 2652fab..aadf711 100755
--- a/C3.tools/round1-main-ui-qa.sh
+++ b/C3.tools/round1-main-ui-qa.sh
@@ -78,12 +78,15 @@
local log="$LOG_DIR/$name.log"
echo "==> $name"
+ stop_current_aligner
if "$@" >"$log" 2>&1; then
+ stop_current_aligner
echo "PASS $name"
else
local code="$?"
echo "FAIL $name (log: $log)" >&2
tail -c 6000 "$log" >&2 || true
+ best_effort_stop_current_aligner || true
exit "$code"
fi
}
@@ -102,6 +105,7 @@
run_step trigger-session "$SCRIPT_DIR/round1-trigger-session-qa.sh"
run_step session-snapshot "$SCRIPT_DIR/round1-session-snapshot-qa.sh"
+run_step space-lane-split-view "$SCRIPT_DIR/round1-space-lane-split-view-fixture-qa.sh"
run_step candidate-filter "$SCRIPT_DIR/round1-candidate-filter-fixture-qa.sh"
run_step screenshot-session "$SCRIPT_DIR/round1-screenshot-session-qa.sh"
run_step keyboard-navigation "$SCRIPT_DIR/round1-keyboard-navigation-fixture-qa.sh"
@@ -120,5 +124,5 @@
Log directory: $LOG_DIR
Covered: trigger, overlay uniqueness, keyboard navigation, candidate filtering,
screenshots/fallbacks, minimized-window restore/activation, mouse activation,
-App column alignment, and final no-residual check.
+App column alignment, Split View Space Lane rendering, and final no-residual check.
EOF
--
Gitblit v1.9.3