components/pigz/test/results-64.master
author Rich Burridge <rich.burridge@oracle.com>
Tue, 14 Mar 2017 14:25:23 -0700
changeset 7750 dd29141c63d5
parent 7063 c478967a99d2
permissions -rw-r--r--
25661054 Update pigz to version 2.3.4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4393
963a977eeb62 21179642 pigz should have some master test results to compare against
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     1
$(@D)/pigz -kf pigz.c ; $(@D)/pigz -t pigz.c.gz
963a977eeb62 21179642 pigz should have some master test results to compare against
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     2
$(@D)/pigz -kfb 32 pigz.c ; $(@D)/pigz -t pigz.c.gz
963a977eeb62 21179642 pigz should have some master test results to compare against
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     3
$(@D)/pigz -kfp 1 pigz.c ; $(@D)/pigz -t pigz.c.gz
963a977eeb62 21179642 pigz should have some master test results to compare against
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     4
$(@D)/pigz -kfz pigz.c ; $(@D)/pigz -t pigz.c.zz
963a977eeb62 21179642 pigz should have some master test results to compare against
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     5
$(@D)/pigz -kfK pigz.c ; $(@D)/pigz -t pigz.c.zip
963a977eeb62 21179642 pigz should have some master test results to compare against
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     6
printf "" | $(@D)/pigz -cdf | wc -c | test `cat` -eq 0
963a977eeb62 21179642 pigz should have some master test results to compare against
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
printf "x" | $(@D)/pigz -cdf | wc -c | test `cat` -eq 1
963a977eeb62 21179642 pigz should have some master test results to compare against
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     8
printf "xy" | $(@D)/pigz -cdf | wc -c | test `cat` -eq 2
963a977eeb62 21179642 pigz should have some master test results to compare against
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     9
printf "xyz" | $(@D)/pigz -cdf | wc -c | test `cat` -eq 3
963a977eeb62 21179642 pigz should have some master test results to compare against
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    10
(printf "w" | gzip ; printf "x") | $(@D)/pigz -cdf | wc -c | test `cat` -eq 2
963a977eeb62 21179642 pigz should have some master test results to compare against
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    11
(printf "w" | gzip ; printf "xy") | $(@D)/pigz -cdf | wc -c | test `cat` -eq 3
963a977eeb62 21179642 pigz should have some master test results to compare against
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    12
(printf "w" | gzip ; printf "xyz") | $(@D)/pigz -cdf | wc -c | test `cat` -eq 4
963a977eeb62 21179642 pigz should have some master test results to compare against
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    13
compress -f < pigz.c | $(@D)/unpigz | cmp - pigz.c
7750
dd29141c63d5 25661054 Update pigz to version 2.3.4
Rich Burridge <rich.burridge@oracle.com>
parents: 7063
diff changeset
    14
(mkdir -p d/1; cd d/1; tar xzf ../../../../pigz-2.3.4.tar.gz; \
4393
963a977eeb62 21179642 pigz should have some master test results to compare against
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    15
  cd ..; cp -pr 1 2; $(@D)/pigz -rp 4 --index %z 1; \
963a977eeb62 21179642 pigz should have some master test results to compare against
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    16
  $(@D)/pigz -drp 4 --index %z 1; diff -r 1 2)
7750
dd29141c63d5 25661054 Update pigz to version 2.3.4
Rich Burridge <rich.burridge@oracle.com>
parents: 7063
diff changeset
    17
Common subdirectories: 1/pigz-2.3.4 and 2/pigz-2.3.4
dd29141c63d5 25661054 Update pigz to version 2.3.4
Rich Burridge <rich.burridge@oracle.com>
parents: 7063
diff changeset
    18
Common subdirectories: 1/pigz-2.3.4/zopfli and 2/pigz-2.3.4/zopfli
dd29141c63d5 25661054 Update pigz to version 2.3.4
Rich Burridge <rich.burridge@oracle.com>
parents: 7063
diff changeset
    19
Common subdirectories: 1/pigz-2.3.4/zopfli/src and 2/pigz-2.3.4/zopfli/src
dd29141c63d5 25661054 Update pigz to version 2.3.4
Rich Burridge <rich.burridge@oracle.com>
parents: 7063
diff changeset
    20
Common subdirectories: 1/pigz-2.3.4/zopfli/src/zopfli and 2/pigz-2.3.4/zopfli/src/zopfli
dd29141c63d5 25661054 Update pigz to version 2.3.4
Rich Burridge <rich.burridge@oracle.com>
parents: 7063
diff changeset
    21
(mkdir -p d/1; cd d/1; tar xzf ../../../../pigz-2.3.4.tar.gz; \
4393
963a977eeb62 21179642 pigz should have some master test results to compare against
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    22
  cd ..; cp -pr 1 2; $(@D)/pigz -zrp 4 -X %f.idx 1; \
963a977eeb62 21179642 pigz should have some master test results to compare against
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    23
  $(@D)/pigz -dzrp 4 -X %f.idx 1; diff -r 1 2)
7750
dd29141c63d5 25661054 Update pigz to version 2.3.4
Rich Burridge <rich.burridge@oracle.com>
parents: 7063
diff changeset
    24
Common subdirectories: 1/pigz-2.3.4 and 2/pigz-2.3.4
dd29141c63d5 25661054 Update pigz to version 2.3.4
Rich Burridge <rich.burridge@oracle.com>
parents: 7063
diff changeset
    25
Common subdirectories: 1/pigz-2.3.4/zopfli and 2/pigz-2.3.4/zopfli
dd29141c63d5 25661054 Update pigz to version 2.3.4
Rich Burridge <rich.burridge@oracle.com>
parents: 7063
diff changeset
    26
Common subdirectories: 1/pigz-2.3.4/zopfli/src and 2/pigz-2.3.4/zopfli/src
dd29141c63d5 25661054 Update pigz to version 2.3.4
Rich Burridge <rich.burridge@oracle.com>
parents: 7063
diff changeset
    27
Common subdirectories: 1/pigz-2.3.4/zopfli/src/zopfli and 2/pigz-2.3.4/zopfli/src/zopfli