libnxz / power-gzip

POWER NX zlib compliant library
23 stars 18 forks source link

oct: Regression on gzip tests #161

Closed tuliom closed 2 years ago

tuliom commented 2 years ago

I started seeing some gzip-related failures when running oct tests recently. I can reproduce these failures without testing with large files.

After bisecting, commit 764fe41e9a232d9b724bd1760b3b941c9cdc2387 seems to be the culprit.

rzinsly commented 2 years ago

Can you reproduce it with 1e335c4? Seems the lack of gzread on 764fe41 cause other failures.

tuliom commented 2 years ago

Can you reproduce it with 1e335c4?

@rzinsly Yes, I can.