You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tests): Normalize LLDB offsets and stale tools
Normalize LLDB breakpoint byte offsets in snapshot output and update the affected CLI/MCP JSON/text fixtures. Also avoid retaining stale MCP tool registrations when a previously registered tool fails to import during workflow re-selection.
Co-Authored-By: OpenAI Codex <noreply@openai.com>
Copy file name to clipboardExpand all lines: src/snapshot-tests/__fixtures__/cli/json/debugging/lldb-command--success.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
" Names:",
12
12
" dap",
13
13
"",
14
-
" 1.1: where = CalculatorApp.debug.dylib`closure #1 in closure #1 in closure #1 in ContentView.body.getter + 1428 at ContentView.swift:42:31, address = <ADDR>, resolved, hit count = 0"
14
+
" 1.1: where = CalculatorApp.debug.dylib`closure #1 in closure #1 in closure #1 in ContentView.body.getter + <OFFSET> at ContentView.swift:42:31, address = <ADDR>, resolved, hit count = 0"
Copy file name to clipboardExpand all lines: src/snapshot-tests/__fixtures__/cli/text/debugging/lldb-command--success.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,4 @@ Output:
11
11
Names:
12
12
dap
13
13
14
-
1.1: where = CalculatorApp.debug.dylib`closure #1 in closure #1 in closure #1 in ContentView.body.getter + 1428 at ContentView.swift:42:31, address = <ADDR>, resolved, hit count = 0
14
+
1.1: where = CalculatorApp.debug.dylib`closure #1 in closure #1 in closure #1 in ContentView.body.getter + <OFFSET> at ContentView.swift:42:31, address = <ADDR>, resolved, hit count = 0
Copy file name to clipboardExpand all lines: src/snapshot-tests/__fixtures__/mcp/json/debugging/lldb-command--success.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
" Names:",
12
12
" dap",
13
13
"",
14
-
" 1.1: where = CalculatorApp.debug.dylib`closure #1 in closure #1 in closure #1 in ContentView.body.getter + 1428 at ContentView.swift:42:31, address = <ADDR>, resolved, hit count = 0"
14
+
" 1.1: where = CalculatorApp.debug.dylib`closure #1 in closure #1 in closure #1 in ContentView.body.getter + <OFFSET> at ContentView.swift:42:31, address = <ADDR>, resolved, hit count = 0"
Copy file name to clipboardExpand all lines: src/snapshot-tests/__fixtures__/mcp/text/debugging/lldb-command--success.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,4 +9,4 @@ Output:
9
9
Names:
10
10
dap
11
11
12
-
1.1: where = CalculatorApp.debug.dylib`closure #1 in closure #1 in closure #1 in ContentView.body.getter + 1428 at ContentView.swift:42:31, address = <ADDR>, resolved, hit count = 0
12
+
1.1: where = CalculatorApp.debug.dylib`closure #1 in closure #1 in closure #1 in ContentView.body.getter + <OFFSET> at ContentView.swift:42:31, address = <ADDR>, resolved, hit count = 0
0 commit comments