Re: [Toybox] [PATCH] Add the gzip/gunzip/zcat tests I wrote for toolbox gzip/gunzip/zcat.

2017-05-22 Thread enh
On Tue, May 9, 2017 at 9:02 AM, enh wrote: > On Wed, Apr 26, 2017 at 2:43 PM, Rob Landley wrote: >> On 04/24/2017 03:43 PM, enh wrote: >>> Bringing the zlib-based gzip/gunzip/zcat over to toybox is a problem for >>> another day, >> >> Blah, I should take this one. >> >> I have deflate decompressi

Re: [Toybox] [PATCH] Add the gzip/gunzip/zcat tests I wrote for toolbox gzip/gunzip/zcat.

2017-05-09 Thread enh
On Wed, Apr 26, 2017 at 2:43 PM, Rob Landley wrote: > On 04/24/2017 03:43 PM, enh wrote: >> Bringing the zlib-based gzip/gunzip/zcat over to toybox is a problem for >> another day, > > Blah, I should take this one. > > I have deflate decompression side implemented already (and working at > one poi

Re: [Toybox] [PATCH] Add the gzip/gunzip/zcat tests I wrote for toolbox gzip/gunzip/zcat.

2017-04-26 Thread enh
On Wed, Apr 26, 2017 at 2:43 PM, Rob Landley wrote: > On 04/24/2017 03:43 PM, enh wrote: > > Bringing the zlib-based gzip/gunzip/zcat over to toybox is a problem for > > another day, > > Blah, I should take this one. > > I have deflate decompression side implemented already (and working at > one

Re: [Toybox] [PATCH] Add the gzip/gunzip/zcat tests I wrote for toolbox gzip/gunzip/zcat.

2017-04-26 Thread Rob Landley
On 04/24/2017 03:43 PM, enh wrote: > Bringing the zlib-based gzip/gunzip/zcat over to toybox is a problem for > another day, Blah, I should take this one. I have deflate decompression side implemented already (and working at one point, although I just tested "make zcat" and got a bad crc decompre

[Toybox] [PATCH] Add the gzip/gunzip/zcat tests I wrote for toolbox gzip/gunzip/zcat.

2017-04-24 Thread enh
Bringing the zlib-based gzip/gunzip/zcat over to toybox is a problem for another day, but at least the tests are easy... (These tests pass with TEST_HOST and on the toolbox versions, but the toybox toys are in pending and very broken.) --- tests/gunzip.test | 50 ++