-
Notifications
You must be signed in to change notification settings - Fork 431
Open
Labels
Description
=== RUN TestTracepointLoadFormat
tracepoint_test.go:98: Unexpected result:
expected:&[{unsigned short common_type <nil> 0 2 false} {unsigned char common_flags <nil> 2 1 false} {unsigned char common_preempt_count <nil> 3 1 false} {int common_pid <nil> 4 4 true} {pid_t pid <nil> 8 4 true} {char comm[TASK_COMM_LEN] <nil> 12 16 true} {unsigned long clone_flags <nil> 32 8 false} {short oom_score_adj <nil> 40 2 true}]
got :&[{unsigned short common_type <nil> 0 2 false} {unsigned char common_flags <nil> 2 1 false} {unsigned char common_preempt_count <nil> 3 1 false} {int common_pid <nil> 4 4 true} {pid_t pid <nil> 8 4 true} {char comm[16] <nil> 12 16 false} {unsigned long clone_flags <nil> 32 8 false} {short oom_score_adj <nil> 40 2 true}]
--- FAIL: TestTracepointLoadFormat (0.00s)
FAIL