93 Commits
Author SHA1 Message Date
Timofey Solomko 00b1d20ee8 Updated test results. 2017-02-18 22:32:02 +03:00
Timofey Solomko 3eafb43d15 Disabled test7. 2017-02-18 22:14:52 +03:00
Timofey Solomko 8f5f7f6b63 Fixed problem with not limiting max distance. 2017-02-11 20:48:17 +03:00
Timofey Solomko 38bbffdb6a Updated tests results with the latest changes. 2017-02-09 23:21:14 +03:00
Timofey Solomko b30acfdc31 New tests results. 2017-02-09 16:40:33 +03:00
Timofey Solomko f39d07d6ce Added new test results. 2017-02-08 23:25:11 +03:00
Timofey Solomko 73fafce286 Modified filter_test script to support changes in test names. 2017-02-08 23:24:44 +03:00
Timofey Solomko ee11cd7722 Added performance testing for deflate compression. 2017-02-08 23:24:21 +03:00
Timofey Solomko 24576d892a Added function which allows creation of uncompressed deflate blocks, which in its turn allows us to enable test5 for deflation. 2017-02-08 19:41:02 +03:00
Timofey Solomko 0db34d6820 Added dictionary-tech with three-byte hashes, which also allows to enable deflate6 test (better speed). 2017-02-08 19:26:11 +03:00
Timofey Solomko 1271cd6e84 Reorganized deflate tests and added new encoding tests. 2017-02-07 22:51:03 +03:00
Timofey Solomko eb81146e2a lengthEncode replaced with version which doesn’t perform any compression, test now compares before and after comp/decomp. 2017-02-05 20:47:42 +03:00
Timofey Solomko 60fc558f7b Test updated with last changes to api. 2017-02-05 19:16:30 +03:00
Timofey Solomko 85a24d8baf Modified tests. 2017-02-03 21:55:34 +03:00
Timofey Solomko 249adf87f3 Fixed distance value. More readable output in test. 2017-02-03 20:06:10 +03:00
Timofey Solomko a5601037b6 Final attempt to fix several problems in current implementation of lengthEncode. 2017-02-02 23:45:06 +03:00
Timofey Solomko f57b1d5682 Added test for lengthEncode and some additional remarks for testing purposes. 2017-01-31 22:14:12 +03:00
Timofey Solomko 76308ecf67 Swiftlinted. 2017-01-30 18:33:52 +03:00
Timofey Solomko 4cff5a15bc Added new tests results. 2017-01-29 11:47:38 +03:00
Timofey Solomko 87e784ce5b Updated zip tests with more copyright free data. 2017-01-29 11:45:02 +03:00
Timofey Solomko aaee5be1ed Fixed test answer. 2017-01-16 22:49:09 +03:00
Timofey Solomko 96ea1de8b4 Added zip test with data descriptor. 2017-01-16 22:36:25 +03:00
Timofey Solomko c80c9a7d5a ZipTests are now a bit more sophisticated. 2017-01-15 14:03:22 +03:00
Timofey Solomko 68ca615812 Added zip64 test. 2017-01-15 13:06:15 +03:00
Timofey Solomko a9915e3285 Added test file for zip tests. 2017-01-14 19:47:33 +03:00
Timofey Solomko 066bf1369c Added first steps of zip parsing and test for it. 2017-01-14 19:46:55 +03:00
Timofey Solomko d877adf962 Updated copyright year. 2017-01-05 23:09:53 +03:00
Timofey Solomko 4f4689651b Fixed several typos. 2017-01-02 18:08:40 +03:00
Timofey Solomko d664ac5103 Updated test results. 2016-12-29 22:19:50 +03:00
Timofey Solomko f9efd3873d Updated test results. 2016-12-25 22:52:18 +03:00
Timofey Solomko 0ed89edf3d Small cleanup. 2016-12-25 22:30:52 +03:00
Timofey Solomko 862262d098 ZlibArchive.ServiceInfo replaced with ZlibHeader. 2016-12-25 22:22:56 +03:00
Timofey Solomko 36df17edcb Rewritten gzip tests with the use of new structure. Also .mappedIfSafe option is now used everywhere. 2016-12-25 22:06:41 +03:00
Timofey Solomko 75d46c53f3 Added description of test files. 2016-12-24 22:34:08 +03:00
Timofey Solomko c8a5813730 Removed append(contentsOf:) where possible and performed small cleanup. 2016-12-24 22:26:55 +03:00
Timofey Solomko 5d88998579 Added a couple of tests to test Gzip and Zlib code completely. 2016-12-24 20:53:22 +03:00
Timofey Solomko 5c288deb9f Readded missing test files. 2016-12-24 19:30:53 +03:00
Timofey Solomko 9be265aeb4 Updated test results. 2016-12-24 18:43:05 +03:00
Timofey Solomko c226b4905b Added new test results. filter_test.py now supports xz test results. 2016-12-24 15:39:18 +03:00
Timofey Solomko e4181a76a9 Swiftlinted. 2016-12-24 12:34:23 +03:00
Timofey Solomko ebd50d61fe Added first things for xz archive support and tests for it. 2016-12-18 14:17:12 +03:00
Timofey Solomko 6589459e37 A small cleanup in GzipTests. 2016-12-18 14:16:36 +03:00
Timofey Solomko b0a728afff Removed answers for test9,10,11 because they are all the same as test8. 2016-12-18 12:29:03 +03:00
Timofey Solomko 97e8dc27d3 Added several additional tests (same file but different settings). 2016-12-17 20:18:56 +03:00
Timofey Solomko da1e34aca4 Reenabled lzmaTest, because it can be completed now. 2016-12-17 20:12:35 +03:00
Timofey Solomko 347d3863df Disabled lzma test. 2016-12-16 21:32:51 +03:00
Timofey Solomko 87e6fd3104 Renamed lzma test to ‘test8’ and added answer for it. 2016-12-16 00:35:23 +03:00
Timofey Solomko 9ba04b01d0 Now LZMATest doesn’t fail. 2016-12-15 19:38:28 +03:00
Timofey Solomko 34742c5bc3 First steps in LZMA (also added some basic test). 2016-12-15 17:45:38 +03:00
Timofey Solomko fa0931e135 Swiftlinted. 2016-12-14 21:53:38 +03:00