golang/go

cmd/compile/internal/gc: log.Fatal calls print time stamps which lead to irreproducible results

Closed this issue · 1 comments

Time stamps in the output make automated testing more complicated.

Example:

$ go tool compile -race -msan src.go 
2015/11/18 17:59:38 can not use both -race and -msan

CL https://golang.org/cl/17050 mentions this issue.