]> Cypherpunks repositories - gostls13.git/commit
cmd/go: 3 cmd/go tests (>8s) made as non-short scripts
authorGn Shivakumar <shivakumar.gn@gmail.com>
Sun, 29 Jul 2018 17:56:52 +0000 (23:26 +0530)
committerBryan C. Mills <bcmills@google.com>
Tue, 7 Aug 2018 20:33:33 +0000 (20:33 +0000)
commit15c106d99305411b587ec0d9e80c882e538c9d47
tree8b46278b62e6b61361984921b919bf880e03541c
parenta685a8d11484b87f61f9317fd92151b7cc46d124
cmd/go: 3 cmd/go tests (>8s) made as non-short scripts

* TestAtomicCoverpkgAll -> Script/cover_atomic_pkgall.txt and make it
* non-short
* TestCoverpkgAllRuntime -> Script/cover_pkgall_runtime.txt and make it
* non-short
* TestCpuprofileTwice -> Script/cpu_profile_twice.txt and make it
* non-short
* TestGoTestMainTwice -> make it non-short

Updates #26472

Change-Id: I24f3d4c2a8b6e317adb369a1b1426e693f9571ed
Reviewed-on: https://go-review.googlesource.com/126636
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/go_test.go
src/cmd/go/testdata/script/cover_atomic_pkgall.txt [new file with mode: 0644]
src/cmd/go/testdata/script/cover_pkgall_runtime.txt [new file with mode: 0644]
src/cmd/go/testdata/script/cpu_profile_twice.txt [new file with mode: 0644]