go/src/compress/flate
Russ Cox 06b0babf31 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>
2019-05-22 12:54:00 +00:00
..
testdata compress/flate: use uncompressed if dynamic encoding is larger 2016-04-18 02:30:46 +00:00
deflate.go all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
deflate_test.go all: shorten some tests 2019-05-22 12:54:00 +00:00
deflatefast.go compress/flate: avoid large stack growth in fillDeflate 2017-01-12 19:15:57 +00:00
dict_decoder.go compress/flate: extract LZ77 dictionary logic into seperate struct 2016-02-28 10:36:01 +00:00
dict_decoder_test.go compress/flate: extract LZ77 dictionary logic into seperate struct 2016-02-28 10:36:01 +00:00
example_test.go compress/flate: add examples 2016-11-12 18:42:35 +00:00
flate_test.go all: sprinkle t.Parallel on some slow tests 2016-11-04 16:56:57 +00:00
huffman_bit_writer.go cmd/go: further reduce init work 2019-03-31 10:49:55 +00:00
huffman_bit_writer_test.go compress/flate: optimize huffman bit encoder 2016-03-11 17:40:52 +00:00
huffman_code.go compress/flate: use math/bits.Reverse8/16 instead of local implementation 2017-03-01 00:15:32 +00:00
inflate.go compress/flate: fix the old url for the flate algorithm 2018-12-20 18:15:50 +00:00
inflate_test.go compress/flate: always return uncompressed data in the event of error 2016-08-31 01:12:02 +00:00
reader_test.go Revert "compress: move benchmark text from src/testdata to src/compress/testdata" 2018-10-01 16:16:21 +00:00
token.go all: delete dead non-test code 2016-03-25 06:28:13 +00:00
writer_test.go all: sprinkle t.Parallel on some slow tests 2016-11-04 16:56:57 +00:00