]> Cypherpunks.ru repositories - gostls13.git/commit
all: shorten some tests
authorRuss Cox <rsc@golang.org>
Thu, 16 May 2019 00:49:39 +0000 (20:49 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 22 May 2019 12:54:00 +0000 (12:54 +0000)
commit06b0babf3138d189f6e741561f77ac6146696377
tree04cda16449e7f9dfdd9e14926ef78e4e0d61be78
parentb0e238add5dc8ab80b4eade78ca047f074658dcd
all: shorten some tests

Shorten some of the longest tests that run during all.bash.
Removes 7r 50u 21s from all.bash.

After this change, all.bash is under 5 minutes again on my laptop.

For #26473.

Change-Id: Ie0460aa935808d65460408feaed210fbaa1d5d79
Reviewed-on: https://go-review.googlesource.com/c/go/+/177559
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
41 files changed:
src/archive/zip/zip_test.go
src/cmd/dist/test.go
src/cmd/go/internal/cache/cache_test.go
src/cmd/internal/obj/x86/pcrelative_test.go
src/cmd/link/dwarf_test.go
src/cmd/link/link_test.go
src/cmd/pack/pack_test.go
src/compress/flate/deflate_test.go
src/container/ring/ring_test.go
src/crypto/cipher/xor_test.go
src/crypto/elliptic/fuzz_test.go
src/crypto/rand/util_test.go
src/crypto/tls/handshake_client_test.go
src/crypto/x509/x509_test.go
src/debug/gosym/pclntab_test.go
src/encoding/json/encode_test.go
src/go/internal/srcimporter/srcimporter_test.go
src/internal/trace/gc_test.go
src/internal/trace/parser_test.go
src/math/big/floatmarsh_test.go
src/math/big/natconv_test.go
src/math/big/prime_test.go
src/math/big/sqrt_test.go
src/math/rand/rand_test.go
src/mime/multipart/formdata_test.go
src/mime/multipart/multipart_test.go
src/mime/quotedprintable/reader_test.go
src/net/http/serve_test.go
src/os/exec/exec_test.go
src/runtime/internal/atomic/atomic_test.go
src/runtime/pprof/pprof_test.go
src/runtime/pprof/proto_test.go
src/runtime/pprof/testdata/mappingtest/main.go
src/runtime/semasleep_test.go
src/runtime/testdata/testprog/deadlock.go
src/runtime/testdata/testprog/sleep.go [new file with mode: 0644]
src/runtime/trace/trace_test.go
src/sync/pool_test.go
src/syscall/getdirentries_test.go
src/testing/quick/quick_test.go
src/text/template/exec_test.go