Skip to content

Commit a4baa6f

Browse files
cameroncookecodex
andcommitted
test(snapshot): Refresh recorded fixture values
Update recorded snapshot fixture values that changed during the latest focused runs. Keep these separate from harness and normalisation logic for easier review. Co-Authored-By: Codex <noreply@openai.com>
1 parent 9651aa2 commit a4baa6f

3 files changed

Lines changed: 2 additions & 10 deletions

File tree

src/snapshot-tests/__fixtures__/json/macos/test--success.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,7 @@
4141
}
4242
},
4343
"diagnostics": {
44-
"warnings": [
45-
{
46-
"message": "<HOME>/Library/Developer/XcodeBuildMCP/DerivedData/Build/Products/Debug/MCPTest.app/Contents/Frameworks/XCTestCore.framework/Versions/A/XCTestCore: Failed to parse executable: Attempting to read past the size of the binary data. startingAt: 2179072, typeSize: 4 (UInt32), dataSize: 458752"
47-
},
48-
{
49-
"message": "<HOME>/Library/Developer/XcodeBuildMCP/DerivedData/Build/Products/Debug/MCPTest.app/Contents/Frameworks/Testing.framework/Versions/A/Testing: Failed to parse executable: Attempting to read past the size of the binary data. startingAt: 3604480, typeSize: 4 (UInt32), dataSize: 589824"
50-
}
51-
],
44+
"warnings": [],
5245
"errors": [],
5346
"testFailures": []
5447
}

src/snapshot-tests/__fixtures__/json/swift-package/run--success.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"stderr": [
2828
"Building for debugging...",
2929
"[0/6] Write sources",
30-
"[0/6] Write spm-entitlement.plist",
30+
"[1/6] Write spm-entitlement.plist",
3131
"[2/6] Write swift-version--6988338F2F200930.txt",
3232
"[4/8] Compiling spm main.swift",
3333
"[5/8] Emitting module spm",

src/snapshot-tests/__fixtures__/mcp/resources/doctor--success.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Process Tree
3636
<PID> (ppid <PID>): <PROCESS>
3737
<PID> (ppid <PID>): <PROCESS>
3838
<PID> (ppid <PID>): <PROCESS>
39-
<PID> (ppid <PID>): <PROCESS>
4039

4140
Xcode Information
4241
version: <XCODE_VERSION>

0 commit comments

Comments
 (0)