cmux/cmuxTests
Austin Wang 386f5abf67
Fix macOS compatibility: versioned geometry persistence and re-entrant layout crash (#2308)
- Version the persisted window geometry schema (v1 → v2) and clean up
  legacy UserDefaults keys so stale payloads from older releases don't
  cause crashes on startup.
- Defer layout follow-up flush via asyncAfter(0) and track an attempt
  version counter to invalidate stale retries, preventing re-entrant
  displayIfNeeded crashes triggered by SwiftUI geometry change callbacks.
- Replace fixed RunLoop delays in tests with polling waitUntil helpers
  and increase socket wait timeout for CI reliability.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-28 14:17:16 -07:00
..
AppDelegateShortcutRoutingTests.swift fix: keyboard shortcuts not working with Russian layout (#2202) 2026-03-26 15:25:36 -07:00
BrowserConfigTests.swift Fix command palette focus after terminal find (#2089) 2026-03-25 17:27:54 -07:00
BrowserFindJavaScriptTests.swift Add find-in-page (Cmd+F) for browser panels (#837) (#875) 2026-03-04 16:15:15 -08:00
BrowserImportMappingTests.swift Refine browser import minimal UI 2026-03-17 16:46:10 -07:00
BrowserPanelTests.swift Fix splitter hitbox overlap and terminal scrollbar width resync (#1950) 2026-03-22 18:06:11 -07:00
CJKIMEInputTests.swift fix: prevent Japanese IME confirmation Enter from executing command (#2075) 2026-03-24 22:24:13 -07:00
CmuxConfigTests.swift feat: cmux.json for custom commands (#2011) 2026-03-24 22:28:46 -07:00
CommandPaletteSearchEngineTests.swift Prefer command palette title matches over keywords 2026-03-18 03:13:37 -07:00
GhosttyConfigTests.swift fix: honor CJK-capable font-family before fallback injection (#2241) 2026-03-27 23:45:30 -07:00
GhosttyEnsureFocusWindowActivationTests.swift Add shortcut change notification regression 2026-03-15 22:09:34 -07:00
InactivePaneFirstClickFocusTests.swift Add optional single-click focus for inactive panes (#1796) 2026-03-19 01:01:10 -07:00
NotificationAndMenuBarTests.swift Fix sidebar notification persisting after being read (#1933) 2026-03-24 20:54:41 -07:00
OmnibarAndToolsTests.swift Split 16k-line mega test file, bump CI timeout, stream xcodebuild output (#1717) 2026-03-18 01:17:25 -07:00
SessionPersistenceTests.swift Fix stale session geometry crash after 0.63.0 upgrade (#2306) 2026-03-28 13:52:48 -07:00
ShortcutAndCommandPaletteTests.swift Add command palette follow-up regressions 2026-03-25 17:40:38 -07:00
SidebarOrderingTests.swift Make remote sidebar directory canonicalization preserve live paths 2026-03-19 01:23:53 -07:00
SidebarWidthPolicyTests.swift Allow smaller sidebar widths (#1420) 2026-03-13 21:40:25 -07:00
SocketControlPasswordStoreTests.swift Add command palette entries to install/uninstall cmux CLI in PATH (#626) 2026-02-27 01:53:13 -08:00
TabManagerSessionSnapshotTests.swift Fix SSH workspace priming and restore state 2026-03-13 20:01:26 -07:00
TabManagerUnitTests.swift Fix Ghostty resize_split keybind support (#1899) 2026-03-25 00:26:27 -07:00
TerminalAndGhosttyTests.swift Fix macOS compatibility: versioned geometry persistence and re-entrant layout crash (#2308) 2026-03-28 14:17:16 -07:00
TerminalControllerSocketSecurityTests.swift Fix macOS compatibility: versioned geometry persistence and re-entrant layout crash (#2308) 2026-03-28 14:17:16 -07:00
UpdatePillReleaseVisibilityTests.swift Fix titlebar shortcut hint clipping (#1259) 2026-03-12 03:27:10 -07:00
WindowAndDragTests.swift Tune navigation flash accent 2026-03-20 20:36:08 -07:00
WorkspaceContentViewVisibilityTests.swift Add tmux attention regression tests 2026-03-20 20:18:33 -07:00
WorkspaceManualUnreadTests.swift Fix test target build after split test sync 2026-03-18 03:49:24 -07:00
WorkspacePullRequestSidebarTests.swift Fix sidebar workspace PR status display and false positives (#1636) 2026-03-17 22:57:12 -07:00
WorkspaceRemoteConnectionTests.swift Skip SSH cleanup after moving the last remote surface (#2123) 2026-03-25 17:51:56 -07:00
WorkspaceStressProfileTests.swift Add workspace stress profiling and reduce switch churn (#1218) 2026-03-13 04:44:16 -07:00
WorkspaceUnitTests.swift Fix ARC workspace inheritance crash and native Zig helper builds (#2283) 2026-03-28 03:05:00 -07:00