Skip to content

Commit 2a7fa27

Browse files
art049claude
andcommitted
fix(tracegrind): update test_thread_create expected output for resolved file path
The expected output had file=??? but debug info now correctly resolves the source file to test_thread_create.c. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 974acae commit 2a7fa27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tracegrind/tests/test_thread_create.post.exp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Event Schemas (discriminated union):
1212
Showing N of N rows
1313
seq=N | tid=1 | event=MARKER | marker=start
1414
seq=N | tid=1 | event=THREAD_CREATE | child_tid=2
15-
seq=N | tid=2 | event=ENTER_FN | fn=thread_fn | obj=test_thread_create.bin | file=??? | line=0 | Ir=N
16-
seq=N | tid=2 | event=EXIT_FN | fn=thread_fn | obj=test_thread_create.bin | file=??? | line=0 | Ir=N
15+
seq=N | tid=2 | event=ENTER_FN | fn=thread_fn | obj=test_thread_create.bin | file=test_thread_create.c | line=0 | Ir=N
16+
seq=N | tid=2 | event=EXIT_FN | fn=thread_fn | obj=test_thread_create.bin | file=test_thread_create.c | line=0 | Ir=N
1717
seq=N | tid=1 | event=MARKER | marker=end

0 commit comments

Comments
 (0)