import zend libxml tests
commit8d15db586004dc2b1704897a9dacc7a55bce4195
authorPaul Tarjan <ptarjan@fb.com>
Tue, 23 Apr 2013 01:29:10 +0000 (22 18:29 -0700)
committerSara Golemon <sgolemon@fb.com>
Tue, 23 Apr 2013 19:58:59 +0000 (23 12:58 -0700)
tree11d6456597c341ab348b1d641a3b78d03c089630
parent44e8962b856599b225b02f9783c31405a3ff34e2
import zend libxml tests

only 1 good test? *sigh*
23 files changed:
hphp/test/zend/bad/ext-libxml/001.php [new file with mode: 0644]
hphp/test/zend/bad/ext-libxml/001.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext-libxml/002.php [new file with mode: 0644]
hphp/test/zend/bad/ext-libxml/002.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext-libxml/004.php [new file with mode: 0644]
hphp/test/zend/bad/ext-libxml/004.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext-libxml/bug42112.php [new file with mode: 0644]
hphp/test/zend/bad/ext-libxml/bug42112.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext-libxml/bug54440.php [new file with mode: 0644]
hphp/test/zend/bad/ext-libxml/bug54440.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext-libxml/bug63389.php [new file with mode: 0644]
hphp/test/zend/bad/ext-libxml/bug63389.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext-libxml/libxml_set_external_entity_loader_basic.php [new file with mode: 0644]
hphp/test/zend/bad/ext-libxml/libxml_set_external_entity_loader_basic.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext-libxml/libxml_set_external_entity_loader_error1.php [new file with mode: 0644]
hphp/test/zend/bad/ext-libxml/libxml_set_external_entity_loader_error1.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext-libxml/libxml_set_external_entity_loader_variation1.php [new file with mode: 0644]
hphp/test/zend/bad/ext-libxml/libxml_set_external_entity_loader_variation1.php.expectf [new file with mode: 0644]
hphp/test/zend/bad/ext-libxml/libxml_set_external_entity_loader_variation2.php [new file with mode: 0644]
hphp/test/zend/bad/ext-libxml/libxml_set_external_entity_loader_variation2.php.expectf [new file with mode: 0644]
hphp/test/zend/good/ext-libxml/003.php [new file with mode: 0644]
hphp/test/zend/good/ext-libxml/003.php.expectf [new file with mode: 0644]
hphp/tools/import_zend_test.py