1. 30 Mar, 2018 5 commits
  2. 29 Mar, 2018 18 commits
  3. 28 Mar, 2018 16 commits
  4. 27 Mar, 2018 1 commit
    • Ian Lance Taylor's avatar
      cmd/go: if -race, don't run coverage on runtime packages · 976a852d
      Ian Lance Taylor authored
      Don't compile the runtime packages with coverage when using the race
      detector. The user can, perhaps accidentally, request coverage for the
      runtime by using -coverpkg=all. If using the race detector, the
      runtime package coverage will call into the race detector before it
      has been initialized. This will cause the program to crash
      mysteriously on startup.
      
      Fixes #23882
      
      Change-Id: I9a63867a9138797d8b8afb0856ae21079accdb27
      Reviewed-on: https://go-review.googlesource.com/94898
      Run-TryBot: Ian Lance Taylor <iant@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      Reviewed-by: default avatarAndrew Bonventre <andybons@golang.org>
      976a852d