From cd1888f738eaa8546fe72d19c837a67549061320 Mon Sep 17 00:00:00 2001 From: Jordan DeLong Date: Thu, 16 May 2013 10:16:41 -0700 Subject: [PATCH] Mark a couple zend tests as bad --- hphp/test/zend/{good => bad}/ext-posix/posix_kill_basic.php | 0 .../zend/{good => bad}/ext-posix/posix_kill_basic.php.expectf | 0 .../{good => bad}/ext-standard-file/005_variation-win32.php | 0 .../ext-standard-file/005_variation-win32.php.expectf | 0 hphp/tools/import_zend_test.py | 2 ++ 5 files changed, 2 insertions(+) rename hphp/test/zend/{good => bad}/ext-posix/posix_kill_basic.php (100%) rename hphp/test/zend/{good => bad}/ext-posix/posix_kill_basic.php.expectf (100%) rename hphp/test/zend/{good => bad}/ext-standard-file/005_variation-win32.php (100%) rename hphp/test/zend/{good => bad}/ext-standard-file/005_variation-win32.php.expectf (100%) diff --git a/hphp/test/zend/good/ext-posix/posix_kill_basic.php b/hphp/test/zend/bad/ext-posix/posix_kill_basic.php similarity index 100% rename from hphp/test/zend/good/ext-posix/posix_kill_basic.php rename to hphp/test/zend/bad/ext-posix/posix_kill_basic.php diff --git a/hphp/test/zend/good/ext-posix/posix_kill_basic.php.expectf b/hphp/test/zend/bad/ext-posix/posix_kill_basic.php.expectf similarity index 100% rename from hphp/test/zend/good/ext-posix/posix_kill_basic.php.expectf rename to hphp/test/zend/bad/ext-posix/posix_kill_basic.php.expectf diff --git a/hphp/test/zend/good/ext-standard-file/005_variation-win32.php b/hphp/test/zend/bad/ext-standard-file/005_variation-win32.php similarity index 100% rename from hphp/test/zend/good/ext-standard-file/005_variation-win32.php rename to hphp/test/zend/bad/ext-standard-file/005_variation-win32.php diff --git a/hphp/test/zend/good/ext-standard-file/005_variation-win32.php.expectf b/hphp/test/zend/bad/ext-standard-file/005_variation-win32.php.expectf similarity index 100% rename from hphp/test/zend/good/ext-standard-file/005_variation-win32.php.expectf rename to hphp/test/zend/bad/ext-standard-file/005_variation-win32.php.expectf diff --git a/hphp/tools/import_zend_test.py b/hphp/tools/import_zend_test.py index 7c797799b..e230f6126 100755 --- a/hphp/tools/import_zend_test.py +++ b/hphp/tools/import_zend_test.py @@ -178,6 +178,8 @@ bad_tests = ( '/ext-standard-file/filetype_variation2.php', '/ext-standard-file/filetype_variation3.php', '/ext-sockets/ipv4loop.php', + '/ext-posix/posix_kill_basic.php', + '/ext-standard-file/005_variation-win32.php', # our build machines have no members in group 0... '/ext-posix/posix_getgrgid.php',