From bec594ceda1c797b4304eb17868da6e55ff5f6ed Mon Sep 17 00:00:00 2001 From: Paul Tarjan Date: Fri, 31 May 2013 12:24:33 -0700 Subject: [PATCH] disabled tests that only test underlying library I'd rather not do this, but can't think of another good way. These 4 tests are failing on our opensource build since the image librarys are different there. The files they made end up looking the same but the bytes are different. I just recently re-enabled these tests as they were a big comment (which I assumed was by accident) in the PHP-in-C++ version. (I'm using that to justify that we weren't covered before). --- hphp/test/slow/ext_image/{1782.php => 1782.php.disabled} | 0 hphp/test/slow/ext_image/{1787.php => 1787.php.disabled} | 0 hphp/test/slow/ext_image/{1788.php => 1788.php.disabled} | 0 hphp/test/slow/ext_image/{1789.php => 1789.php.disabled} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename hphp/test/slow/ext_image/{1782.php => 1782.php.disabled} (100%) rename hphp/test/slow/ext_image/{1787.php => 1787.php.disabled} (100%) rename hphp/test/slow/ext_image/{1788.php => 1788.php.disabled} (100%) rename hphp/test/slow/ext_image/{1789.php => 1789.php.disabled} (100%) diff --git a/hphp/test/slow/ext_image/1782.php b/hphp/test/slow/ext_image/1782.php.disabled similarity index 100% rename from hphp/test/slow/ext_image/1782.php rename to hphp/test/slow/ext_image/1782.php.disabled diff --git a/hphp/test/slow/ext_image/1787.php b/hphp/test/slow/ext_image/1787.php.disabled similarity index 100% rename from hphp/test/slow/ext_image/1787.php rename to hphp/test/slow/ext_image/1787.php.disabled diff --git a/hphp/test/slow/ext_image/1788.php b/hphp/test/slow/ext_image/1788.php.disabled similarity index 100% rename from hphp/test/slow/ext_image/1788.php rename to hphp/test/slow/ext_image/1788.php.disabled diff --git a/hphp/test/slow/ext_image/1789.php b/hphp/test/slow/ext_image/1789.php.disabled similarity index 100% rename from hphp/test/slow/ext_image/1789.php rename to hphp/test/slow/ext_image/1789.php.disabled