August 31, 2015
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: eaf7f3075dccae3606510e87e59faecc9dfecab1
      https://github.com/D-Programming-Language/phobos/commit/eaf7f3075dccae3606510e87e59faecc9dfecab1
  Author: Jonathan M Davis <jmdavisProg@gmx.com>
  Date:   2015-08-30 (Sun, 30 Aug 2015)

  Changed paths:
    M std/zip.d

  Log Message:
  -----------
  Port std.zip tests from the dmd test suite to std.zip.

For whatever reason, the dmd test suite has tests for std.zip, though for the most part, they seem to just run it without actually checking the results, making them of questionable value. But this commit ports them to std.zip (to remove a Phobos dependency in the dmd test suite) and attempts to make it so that they actually check the results. So, the tests are not identical by any means, but they're similar. Perhaps the most significant test is the one that tests a file that's written with std.zip against the unzip utility, since that's testing against something that we didn't write.


  Commit: d9ae5f4871626b129994cae6b7fa90bda2cff357
      https://github.com/D-Programming-Language/phobos/commit/d9ae5f4871626b129994cae6b7fa90bda2cff357
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2015-08-31 (Mon, 31 Aug 2015)

  Changed paths:
    M std/zip.d

  Log Message:
  -----------
  Merge pull request #3605 from jmdavis/zip

Port std.zip tests from the dmd test suite to std.zip.


Compare: https://github.com/D-Programming-Language/phobos/compare/535db5ea0277...d9ae5f487162