aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-11-30 18:19:05 -1000
committerMark Adler <madler@alumni.caltech.edu>2011-11-30 18:19:05 -1000
commitfbac04f666339eef3678e4eb81b25ae69bfcbd81 (patch)
treec5159984269fea5ce4e290c9d582fb8b142a3e21 /test
parent014967ace3f79835ced79b0189d39eced1da7fa2 (diff)
downloadzlib-fbac04f666339eef3678e4eb81b25ae69bfcbd81.tar.gz
zlib-fbac04f666339eef3678e4eb81b25ae69bfcbd81.tar.bz2
zlib-fbac04f666339eef3678e4eb81b25ae69bfcbd81.zip
Clean up infcover.c.
Diffstat (limited to 'test')
-rw-r--r--test/infcover.c20
1 files changed, 9 insertions, 11 deletions
diff --git a/test/infcover.c b/test/infcover.c
index 7207c77..fe3d920 100644
--- a/test/infcover.c
+++ b/test/infcover.c
@@ -641,20 +641,18 @@ local void cover_trees(void)
641local void cover_fast(void) 641local void cover_fast(void)
642{ 642{
643 inf("e5 e0 81 ad 6d cb b2 2c c9 01 1e 59 63 ae 7d ee fb 4d fd b5 35 41 68" 643 inf("e5 e0 81 ad 6d cb b2 2c c9 01 1e 59 63 ae 7d ee fb 4d fd b5 35 41 68"
644 " ff 7f 0f 0 0 0 0 0 0", 644 " ff 7f 0f 0 0 0", "fast length extra bits", 0, -8, 258, Z_DATA_ERROR);
645 "fast length extra bits", 0, -8, 258, Z_DATA_ERROR);
646 inf("25 fd 81 b5 6d 59 b6 6a 49 ea af 35 6 34 eb 8c b9 f6 b9 1e ef 67 49" 645 inf("25 fd 81 b5 6d 59 b6 6a 49 ea af 35 6 34 eb 8c b9 f6 b9 1e ef 67 49"
647 " 50 fe ff ff 3f 0 0 0 0 0 0", 646 " 50 fe ff ff 3f 0 0", "fast distance extra bits", 0, -8, 258,
648 "fast distance extra bits", 0, -8, 258, Z_DATA_ERROR); 647 Z_DATA_ERROR);
649 inf("3 7e 0 0 0 0 0", 648 inf("3 7e 0 0 0 0 0", "fast invalid distance code", 0, -8, 258,
650 "fast invalid distance code", 0, -8, 258, Z_DATA_ERROR); 649 Z_DATA_ERROR);
651 inf("1b 7 0 0 0 0 0", 650 inf("1b 7 0 0 0 0 0", "fast invalid literal/length code", 0, -8, 258,
652 "fast invalid literal/length code", 0, -8, 258, Z_DATA_ERROR); 651 Z_DATA_ERROR);
653 inf("d c7 1 ae eb 38 c 4 41 a0 87 72 de df fb 1f b8 36 b1 38 5d ff ff " 652 inf("d c7 1 ae eb 38 c 4 41 a0 87 72 de df fb 1f b8 36 b1 38 5d ff ff 0",
654 "0 0 0 0",
655 "fast 2nd level codes and too far back", 0, -8, 258, Z_DATA_ERROR); 653 "fast 2nd level codes and too far back", 0, -8, 258, Z_DATA_ERROR);
656 inf("63 18 5 8c 10 8 0 0 0 0", "very common case", 0, -8, 259, Z_OK); 654 inf("63 18 5 8c 10 8 0 0 0 0", "very common case", 0, -8, 259, Z_OK);
657 inf("63 60 60 18 c9 00 08 18 18 18 26 c0 28 00 29 00 0 0 0 0 0 0", 655 inf("63 60 60 18 c9 0 8 18 18 18 26 c0 28 0 29 0 0 0",
658 "contiguous and wrap around window", 6, -8, 259, Z_OK); 656 "contiguous and wrap around window", 6, -8, 259, Z_OK);
659 inf("63 0 3 0 0 0 0 0", "copy direct from output", 0, -8, 259, 657 inf("63 0 3 0 0 0 0 0", "copy direct from output", 0, -8, 259,
660 Z_STREAM_END); 658 Z_STREAM_END);