[phobos] [D-Programming-Language/phobos] eaf7f3: Port std.zip tests from the dmd test suite to std....

GitHub via phobos phobos at puremagic.com
Mon Aug 31 00:49:12 PDT 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 at 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 at 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


More information about the phobos mailing list