pkg / profile

Simple profiling for Go
BSD 2-Clause "Simplified" License
2k stars 122 forks source link

Failing tests: profile_test.go:258: error: expected nil, got exit status 1 #68

Open Hellseher opened 7 months ago

Hellseher commented 7 months ago

Hi,

During packaging this project for Guix I've found that unit tests are failing:

--- FAIL: TestProfile (5.32s)
    profile_test.go:216: default profile (cpu)
    profile_test.go:216: memory profile
    profile_test.go:216: memory profile (rate 2048)
    profile_test.go:216: double start
    profile_test.go:216: block profile
    profile_test.go:216: mutex profile
    profile_test.go:216: clock profile
    profile_test.go:258: error: expected nil, got exit status 1
    profile_test.go:216: profile path
    profile_test.go:216: profile path error
    profile_test.go:216: multiple profile sessions
    profile_test.go:216: profile quiet
FAIL
FAIL    github.com/pkg/profile  5.318s
FAIL

Version: v1.7.0

List of all imputs: