1. 21 Jun, 2017 8 commits
  2. 20 Jun, 2017 10 commits
  3. 19 Jun, 2017 21 commits
  4. 18 Jun, 2017 1 commit
    • Marton Balint's avatar
      fate: use do_md5sum instead of the md5 protocol for most md5 fate tests · 7ed6f916
      Marton Balint authored
      The md5 protocol has no seek support, but some tests use seeks. This changes
      the fate tests to actually create the output files and calculate the md5 on the
      written files, which also makes the tests independent of the size of the output
      buffers and output buffering in general.
      
      A new md5pipe fate test method is also introduced to keep the old functionality
      for tests where using a non-seekable output was intentional, and matroska md5
      tests are changed to use that.
      Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
      7ed6f916