]> Cypherpunks repositories - gostls13.git/commit
build: shorten a few packages with long tests
authorRuss Cox <rsc@golang.org>
Mon, 21 Dec 2015 18:50:06 +0000 (13:50 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 29 Dec 2015 15:46:44 +0000 (15:46 +0000)
commit04d732b4c2ec346dd0977ec2933d4863271fd4c3
tree5a618f0d01a33aa1dba8da29a6d34f95dafe31a1
parentacc150013924d6532ffb47e0e79d6d52af170777
build: shorten a few packages with long tests

Takes 3% off my all.bash run time.

For #10571.

Change-Id: I8f00f523d6919e87182d35722a669b0b96b8218b
Reviewed-on: https://go-review.googlesource.com/18087
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/archive/zip/zip_test.go
src/compress/flate/deflate_test.go
src/compress/lzw/writer_test.go
src/compress/testdata/gettysburg.txt [new file with mode: 0644]
src/compress/zlib/writer_test.go
src/go/internal/gcimporter/gcimporter_test.go
src/go/types/stdlib_test.go
src/math/big/int_test.go
src/math/rand/rand_test.go
src/net/http/serve_test.go
src/net/http/transport_test.go