]> Cypherpunks repositories - gostls13.git/commit
runtime, cmd/go: roll back stale message, test detail
authorLynn Boger <laboger@linux.vnet.ibm.com>
Wed, 22 Feb 2017 18:32:54 +0000 (13:32 -0500)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Wed, 1 Mar 2017 18:50:27 +0000 (18:50 +0000)
commite54bc92a2ca9a3726dcf5a72cd7e993766e16dd8
tree0adbbfe35bcb90d49076c36128f7d1d5ad132684
parent32bb13abbeeeeb91dd4deea746bcb85cc2634682
runtime, cmd/go: roll back stale message, test detail

Some debugging code was recently added to:
1) provide more detail for the stale reason when it is
determined that a package is stale
2) provide file and package time and date information when
it is determined that runtime.a is stale

This backs out those those debugging messages.

Fixes #19116

Change-Id: I8dd0cbe29324820275b481d8bbb78ff2c5fbc362
Reviewed-on: https://go-review.googlesource.com/37382
Run-TryBot: Lynn Boger <laboger@linux.vnet.ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/internal/load/pkg.go
src/runtime/crash_test.go