Support loading of compressed case, flakes and skips lists
The motivation behind this is 544M vk-master.txt
file skipped in rootfs, which can be compressed with gzip -9
to 14Mzstd --ultra
to 13.8M. This file is only read by deqp-runner
, no editing or other work is done with it.
$ zstd --ultra vk-master.txt
vk-master.txt : 2.53% ( 544 MiB => 13.8 MiB, vk-master.txt.zst)
Signed-off-by: David Heidelberg david.heidelberg@collabora.com
Edited by David Heidelberg