divan / gotrace

Concurrency tracer and visualizer for Go (Golang) programming language
MIT License
1.97k stars 128 forks source link

Fails to pass tests (master and go18) #15

Open dxlbnl opened 7 years ago

dxlbnl commented 7 years ago
~/g/s/g/d/gotrace (go18|✔) ❯❯❯ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
~/g/s/g/d/gotrace (master|✔) ❯❯❯ go test
open /home/dexter/go/src/github.com/divan/gotrace/examples/hello01.go: no such file or directory
--- FAIL: TestExamples (0.00s)
        main_test.go:30: Testing examples/hello01.go
        main_test.go:34: examples/hello01.go couldn't rewrite source code: couldn't load packages due to errors: (unnamed)
FAIL
exit status 1
FAIL    github.com/divan/gotrace        0.004s
~/g/s/g/d/gotrace (master|✔) ❯❯❯ go build
~/g/s/g/d/gotrace (master|✔) ❯❯❯ go test
open /home/dexter/go/src/github.com/divan/gotrace/examples/hello01.go: no such file or directory
--- FAIL: TestExamples (0.00s)
        main_test.go:30: Testing examples/hello01.go
        main_test.go:34: examples/hello01.go couldn't rewrite source code: couldn't load packages due to errors: (unnamed)
FAIL
exit status 1
FAIL    github.com/divan/gotrace