]> Cypherpunks repositories - gostls13.git/commit
cmd/go: don't be clever about mtime precision in test
authorRuss Cox <rsc@golang.org>
Thu, 17 Dec 2015 07:07:56 +0000 (02:07 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 17 Dec 2015 17:06:15 +0000 (17:06 +0000)
commit06b46c0d9c6d7c11f949c650149f1c4859e4ef49
tree75e9f6205792aaa6e70fd5aaaaddb41207aac389
parente357eb97a695d62c3102973f7384a15cb664b519
cmd/go: don't be clever about mtime precision in test

This doesn't happen enough in the tests to be worth debugging.
Empirically, I expect this to add 5 seconds to the overall 'go test -short cmd/go'
on systems with precise file systems, and nothing on systems without them
(like my Mac).

Fixes #12205.

Change-Id: I0a17cb37bdedcfc0f921c5ee658737f1698c153b
Reviewed-on: https://go-review.googlesource.com/17953
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/go_test.go