From 332a982a1daee3ee91ac936007200ba7d113f5c2 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 24 Jul 2026 09:09:02 -0700 Subject: [PATCH] Drop source-grep regression assertion A regex over the QML text breaks on innocent reformatting and passes even when the scrolling behavior regresses. Co-Authored-By: Claude Fable 5 --- test/shell.d/tray-test.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/shell.d/tray-test.sh b/test/shell.d/tray-test.sh index 661ed175..d2b2a25e 100644 --- a/test/shell.d/tray-test.sh +++ b/test/shell.d/tray-test.sh @@ -4,11 +4,6 @@ set -euo pipefail source "$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)/base-test.sh" -if ! perl -0ne 'exit(/id:\s*trayMenuPopup.*?Flickable\s*\{.*?contentHeight:\s*trayMenuColumn\.implicitHeight.*?ScrollBar\.vertical:\s*ScrollBar/s ? 0 : 1)' "$ROOT/shell/plugins/bar/widgets/Tray.qml"; then - fail "tray menu keeps capped content scrollable" -fi -pass "tray menu keeps capped content scrollable" - run_node_test "tray model helpers" <<'JS' const tray = requireFromRoot('shell/plugins/bar/widgets/TrayModel.js')