Clean up quick tests
commit4922c484a7dd8c534a8a51ee90efc39e8c0f2be0
authorShaunak Kishore <kshaunak@fb.com>
Sat, 27 Mar 2021 02:34:08 +0000 (26 19:34 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 30 Mar 2021 19:54:34 +0000 (30 12:54 -0700)
tree1b293d4ff84fcc838ba94d17d1d61a8b144511db
parentbbfa09f2358541eca9465a59f362bac631764e4e
Clean up quick tests

Summary:
Ever since we turned on jemalloc in dbg builds, the dbg push-blocking contbuild - which only runs 1000 tests! - has become our slowest contbuild. In particular, it takes almost every test 50-60s to run because of startup time.

We can address this problem and make the quick tests more useful by moving tests that shouldn't be in this directory to slow. Here are two big groups of them that we should move: records tests (an experimental language feature) and builtin-extensions tests (Soap, XML, etc. are not core builtins; quick tests still test JSON). This change cuts the number of quick tests by ~5%.

Reviewed By: oulgen

Differential Revision: D27284664

fbshipit-source-id: f10390f08dae79dfa372ebe34b0526d6c93d997a
194 files changed:
hphp/test/quick/builtin_extension_DOMNodeList.php.expectf [deleted file]
hphp/test/quick/record-type-alias.php.hphp_opts [deleted file]
hphp/test/slow/builtin/builtin_extension_DOMAttr.php [moved from hphp/test/quick/builtin_extension_DOMAttr.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DOMAttr.php.expectf [moved from hphp/test/quick/builtin_extension_DOMAttr.php.expectf with 91% similarity]
hphp/test/slow/builtin/builtin_extension_DOMCDATASection.php [moved from hphp/test/quick/builtin_extension_DOMCDATASection.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DOMCDATASection.php.expectf [moved from hphp/test/quick/builtin_extension_DOMCDATASection.php.expectf with 95% similarity]
hphp/test/slow/builtin/builtin_extension_DOMCharacterData.php [moved from hphp/test/quick/builtin_extension_DOMCharacterData.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DOMCharacterData.php.expectf [moved from hphp/test/quick/builtin_extension_DOMCharacterData.php.expectf with 92% similarity]
hphp/test/slow/builtin/builtin_extension_DOMComment.php [moved from hphp/test/quick/builtin_extension_DOMComment.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DOMComment.php.expectf [moved from hphp/test/quick/builtin_extension_DOMComment.php.expectf with 95% similarity]
hphp/test/slow/builtin/builtin_extension_DOMDocument.php [moved from hphp/test/quick/builtin_extension_DOMDocument.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DOMDocument.php.expectf [moved from hphp/test/quick/builtin_extension_DOMDocument.php.expectf with 97% similarity]
hphp/test/slow/builtin/builtin_extension_DOMDocumentFragment.php [moved from hphp/test/quick/builtin_extension_DOMDocumentFragment.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DOMDocumentFragment.php.expectf [moved from hphp/test/quick/builtin_extension_DOMDocumentFragment.php.expectf with 94% similarity]
hphp/test/slow/builtin/builtin_extension_DOMDocumentType.php [moved from hphp/test/quick/builtin_extension_DOMDocumentType.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DOMDocumentType.php.expectf [moved from hphp/test/quick/builtin_extension_DOMDocumentType.php.expectf with 91% similarity]
hphp/test/slow/builtin/builtin_extension_DOMElement.php [moved from hphp/test/quick/builtin_extension_DOMElement.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DOMElement.php.expect [moved from hphp/test/quick/builtin_extension_DOMElement.php.expect with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DOMEntity.php [moved from hphp/test/quick/builtin_extension_DOMEntity.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DOMEntity.php.expectf [moved from hphp/test/quick/builtin_extension_DOMEntity.php.expectf with 91% similarity]
hphp/test/slow/builtin/builtin_extension_DOMEntityReference.php [moved from hphp/test/quick/builtin_extension_DOMEntityReference.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DOMEntityReference.php.expectf [moved from hphp/test/quick/builtin_extension_DOMEntityReference.php.expectf with 94% similarity]
hphp/test/slow/builtin/builtin_extension_DOMImplementation.php [moved from hphp/test/quick/builtin_extension_DOMImplementation.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DOMImplementation.php.expect [moved from hphp/test/quick/builtin_extension_DOMImplementation.php.expect with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DOMNamedNodeMap.php [moved from hphp/test/quick/builtin_extension_DOMNamedNodeMap.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DOMNamedNodeMap.php.expectf [moved from hphp/test/quick/builtin_extension_DOMNamedNodeMap.php.expectf with 81% similarity]
hphp/test/slow/builtin/builtin_extension_DOMNode.php [moved from hphp/test/quick/builtin_extension_DOMNode.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DOMNode.php.expectf [moved from hphp/test/quick/builtin_extension_DOMNode.php.expectf with 92% similarity]
hphp/test/slow/builtin/builtin_extension_DOMNodeIterator.php [moved from hphp/test/quick/builtin_extension_DOMNodeIterator.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DOMNodeIterator.php.expectf [moved from hphp/test/quick/builtin_extension_DOMNodeIterator.php.expectf with 81% similarity]
hphp/test/slow/builtin/builtin_extension_DOMNodeList.php [moved from hphp/test/quick/builtin_extension_DOMNodeList.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DOMNodeList.php.expectf [new file with mode: 0644]
hphp/test/slow/builtin/builtin_extension_DOMNotation.php [moved from hphp/test/quick/builtin_extension_DOMNotation.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DOMNotation.php.expectf [moved from hphp/test/quick/builtin_extension_DOMNotation.php.expectf with 91% similarity]
hphp/test/slow/builtin/builtin_extension_DOMProcessingInstruction.php [moved from hphp/test/quick/builtin_extension_DOMProcessingInstruction.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DOMProcessingInstruction.php.expectf [moved from hphp/test/quick/builtin_extension_DOMProcessingInstruction.php.expectf with 94% similarity]
hphp/test/slow/builtin/builtin_extension_DOMText.php [moved from hphp/test/quick/builtin_extension_DOMText.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DOMText.php.expectf [moved from hphp/test/quick/builtin_extension_DOMText.php.expectf with 96% similarity]
hphp/test/slow/builtin/builtin_extension_DOMXPath.php [moved from hphp/test/quick/builtin_extension_DOMXPath.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DOMXPath.php.expectf [moved from hphp/test/quick/builtin_extension_DOMXPath.php.expectf with 86% similarity]
hphp/test/slow/builtin/builtin_extension_DateInterval.php [moved from hphp/test/quick/builtin_extension_DateInterval.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DateInterval.php.expectf [moved from hphp/test/quick/builtin_extension_DateInterval.php.expectf with 79% similarity]
hphp/test/slow/builtin/builtin_extension_DateTime.php [moved from hphp/test/quick/builtin_extension_DateTime.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DateTime.php.expectf [moved from hphp/test/quick/builtin_extension_DateTime.php.expectf with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DateTimeZone.php [moved from hphp/test/quick/builtin_extension_DateTimeZone.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_DateTimeZone.php.expectf [moved from hphp/test/quick/builtin_extension_DateTimeZone.php.expectf with 87% similarity]
hphp/test/slow/builtin/builtin_extension_LibXMLError.php [moved from hphp/test/quick/builtin_extension_LibXMLError.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_LibXMLError.php.expectf [moved from hphp/test/quick/builtin_extension_LibXMLError.php.expectf with 100% similarity]
hphp/test/slow/builtin/builtin_extension_Memcache.php [moved from hphp/test/quick/builtin_extension_Memcache.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_Memcache.php.expectf [moved from hphp/test/quick/builtin_extension_Memcache.php.expectf with 91% similarity]
hphp/test/slow/builtin/builtin_extension_Memcached.php [moved from hphp/test/quick/builtin_extension_Memcached.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_Memcached.php.expectf [moved from hphp/test/quick/builtin_extension_Memcached.php.expectf with 96% similarity]
hphp/test/slow/builtin/builtin_extension_SQLite3.php [moved from hphp/test/quick/builtin_extension_SQLite3.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_SQLite3.php.expectf [moved from hphp/test/quick/builtin_extension_SQLite3.php.expectf with 91% similarity]
hphp/test/slow/builtin/builtin_extension_SQLite3Result.php [moved from hphp/test/quick/builtin_extension_SQLite3Result.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_SQLite3Result.php.expectf [moved from hphp/test/quick/builtin_extension_SQLite3Result.php.expectf with 84% similarity]
hphp/test/slow/builtin/builtin_extension_SQLite3Stmt.php [moved from hphp/test/quick/builtin_extension_SQLite3Stmt.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_SQLite3Stmt.php.expectf [moved from hphp/test/quick/builtin_extension_SQLite3Stmt.php.expectf with 83% similarity]
hphp/test/slow/builtin/builtin_extension_SimpleXMLElement.php [moved from hphp/test/quick/builtin_extension_SimpleXMLElement.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_SimpleXMLElement.php.expectf [moved from hphp/test/quick/builtin_extension_SimpleXMLElement.php.expectf with 90% similarity]
hphp/test/slow/builtin/builtin_extension_SimpleXMLElementIterator.php [moved from hphp/test/quick/builtin_extension_SimpleXMLElementIterator.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_SimpleXMLElementIterator.php.expectf [moved from hphp/test/quick/builtin_extension_SimpleXMLElementIterator.php.expectf with 80% similarity]
hphp/test/slow/builtin/builtin_extension_SimpleXMLIterator.php [moved from hphp/test/quick/builtin_extension_SimpleXMLIterator.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_SimpleXMLIterator.php.expect [moved from hphp/test/quick/builtin_extension_SimpleXMLIterator.php.expect with 100% similarity]
hphp/test/slow/builtin/builtin_extension_SoapClient.php [moved from hphp/test/quick/builtin_extension_SoapClient.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_SoapClient.php.expectf [moved from hphp/test/quick/builtin_extension_SoapClient.php.expectf with 90% similarity]
hphp/test/slow/builtin/builtin_extension_SoapClient.php.wsdl [moved from hphp/test/quick/builtin_extension_SoapClient.php.wsdl with 100% similarity]
hphp/test/slow/builtin/builtin_extension_SoapHeader.php [moved from hphp/test/quick/builtin_extension_SoapHeader.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_SoapHeader.php.expectf [moved from hphp/test/quick/builtin_extension_SoapHeader.php.expectf with 83% similarity]
hphp/test/slow/builtin/builtin_extension_SoapParam.php [moved from hphp/test/quick/builtin_extension_SoapParam.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_SoapParam.php.expectf [moved from hphp/test/quick/builtin_extension_SoapParam.php.expectf with 75% similarity]
hphp/test/slow/builtin/builtin_extension_SoapServer.php [moved from hphp/test/quick/builtin_extension_SoapServer.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_SoapServer.php.expectf [moved from hphp/test/quick/builtin_extension_SoapServer.php.expectf with 86% similarity]
hphp/test/slow/builtin/builtin_extension_XMLReader.php [moved from hphp/test/quick/builtin_extension_XMLReader.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_XMLReader.php.expectf [moved from hphp/test/quick/builtin_extension_XMLReader.php.expectf with 93% similarity]
hphp/test/slow/builtin/builtin_extension_XMLWriter.php [moved from hphp/test/quick/builtin_extension_XMLWriter.php with 100% similarity]
hphp/test/slow/builtin/builtin_extension_XMLWriter.php.expectf [moved from hphp/test/quick/builtin_extension_XMLWriter.php.expectf with 95% similarity]
hphp/test/slow/builtin/builtin_extensions.inc [moved from hphp/test/quick/builtin_extensions.inc with 100% similarity]
hphp/test/slow/record/multidef-rec.php [moved from hphp/test/quick/multidef-rec.php with 100% similarity]
hphp/test/slow/record/multidef-rec.php.expectf [moved from hphp/test/quick/multidef-rec.php.expectf with 100% similarity]
hphp/test/slow/record/multidef-rec.php.hhbbc_assert [moved from hphp/test/quick/multidef-rec.php.hhbbc_assert with 100% similarity]
hphp/test/slow/record/multidef-rec.php.hphp_opts [moved from hphp/test/quick/multidef-rec.php.hphp_opts with 100% similarity]
hphp/test/slow/record/multidef-rec.php.opts [moved from hphp/test/quick/multidef-rec.php.opts with 100% similarity]
hphp/test/slow/record/record-abstract-ins.php [moved from hphp/test/quick/record-abstract-ins.php with 100% similarity]
hphp/test/slow/record/record-abstract-ins.php.expectf [moved from hphp/test/quick/record-abstract-ins.php.expectf with 100% similarity]
hphp/test/slow/record/record-abstract-ins.php.hphp_opts [moved from hphp/test/quick/record-abstract-ins.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-abstract-ins.php.opts [moved from hphp/test/quick/record-abstract-ins.php.opts with 100% similarity]
hphp/test/slow/record/record-alias-param-error.php [moved from hphp/test/quick/record-alias-param-error.php with 100% similarity]
hphp/test/slow/record/record-alias-param-error.php.expectf [moved from hphp/test/quick/record-alias-param-error.php.expectf with 100% similarity]
hphp/test/slow/record/record-alias-param-error.php.hphp_opts [moved from hphp/test/quick/record-alias-param-error.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-alias-param-error.php.opts [moved from hphp/test/quick/record-alias-param-error.php.opts with 100% similarity]
hphp/test/slow/record/record-alias-prop-error.php [moved from hphp/test/quick/record-alias-prop-error.php with 100% similarity]
hphp/test/slow/record/record-alias-prop-error.php.expectf [moved from hphp/test/quick/record-alias-prop-error.php.expectf with 100% similarity]
hphp/test/slow/record/record-alias-prop-error.php.hphp_opts [moved from hphp/test/quick/record-alias-prop-error.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-alias-prop-error.php.opts [moved from hphp/test/quick/record-alias-prop-error.php.opts with 100% similarity]
hphp/test/slow/record/record-alias-return-error.php [moved from hphp/test/quick/record-alias-return-error.php with 100% similarity]
hphp/test/slow/record/record-alias-return-error.php.expectf [moved from hphp/test/quick/record-alias-return-error.php.expectf with 100% similarity]
hphp/test/slow/record/record-alias-return-error.php.hphp_opts [moved from hphp/test/quick/record-alias-return-error.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-alias-return-error.php.opts [moved from hphp/test/quick/record-alias-return-error.php.opts with 100% similarity]
hphp/test/slow/record/record-alias.inc [moved from hphp/test/quick/record-alias.inc with 100% similarity]
hphp/test/slow/record/record-alias2.inc [moved from hphp/test/quick/record-alias2.inc with 100% similarity]
hphp/test/slow/record/record-arith.php [moved from hphp/test/quick/record-arith.php with 100% similarity]
hphp/test/slow/record/record-arith.php.expectf [moved from hphp/test/quick/record-arith.php.expectf with 100% similarity]
hphp/test/slow/record/record-arith.php.hphp_opts [moved from hphp/test/quick/record-arith.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-arith.php.opts [moved from hphp/test/quick/record-arith.php.opts with 100% similarity]
hphp/test/slow/record/record-class-same-name.php [moved from hphp/test/quick/record-class-same-name.php with 100% similarity]
hphp/test/slow/record/record-class-same-name.php.expectf [moved from hphp/test/quick/record-class-same-name.php.expectf with 100% similarity]
hphp/test/slow/record/record-class-same-name.php.hhbbc_assert [moved from hphp/test/quick/record-class-same-name.php.hhbbc_assert with 100% similarity]
hphp/test/slow/record/record-class-same-name.php.hphp_opts [moved from hphp/test/quick/record-class-same-name.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-class-same-name.php.opts [moved from hphp/test/quick/record-class-same-name.php.opts with 100% similarity]
hphp/test/slow/record/record-cow-return.php [moved from hphp/test/quick/record-cow-return.php with 100% similarity]
hphp/test/slow/record/record-cow-return.php.expect [moved from hphp/test/quick/record-cow-return.php.expect with 100% similarity]
hphp/test/slow/record/record-cow-return.php.hphp_opts [moved from hphp/test/quick/record-cow-return.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-cow-return.php.opts [moved from hphp/test/quick/record-cow-return.php.opts with 100% similarity]
hphp/test/slow/record/record-default-val.php [moved from hphp/test/quick/record-default-val.php with 100% similarity]
hphp/test/slow/record/record-default-val.php.expectf [moved from hphp/test/quick/record-default-val.php.expectf with 100% similarity]
hphp/test/slow/record/record-default-val.php.hphp_opts [moved from hphp/test/quick/record-default-val.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-default-val.php.opts [moved from hphp/test/quick/record-default-val.php.opts with 100% similarity]
hphp/test/slow/record/record-equal.php [moved from hphp/test/quick/record-equal.php with 100% similarity]
hphp/test/slow/record/record-equal.php.expect [moved from hphp/test/quick/record-equal.php.expect with 100% similarity]
hphp/test/slow/record/record-equal.php.hphp_opts [moved from hphp/test/quick/record-equal.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-equal.php.opts [moved from hphp/test/quick/record-equal.php.opts with 100% similarity]
hphp/test/slow/record/record-field-dup.php [moved from hphp/test/quick/record-field-dup.php with 100% similarity]
hphp/test/slow/record/record-field-dup.php.expectf [moved from hphp/test/quick/record-field-dup.php.expectf with 100% similarity]
hphp/test/slow/record/record-field-dup.php.hphp_opts [moved from hphp/test/quick/record-field-dup.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-field-dup.php.opts [moved from hphp/test/quick/record-field-dup.php.opts with 100% similarity]
hphp/test/slow/record/record-field-error.php [moved from hphp/test/quick/record-field-error.php with 100% similarity]
hphp/test/slow/record/record-field-error.php.expectf [moved from hphp/test/quick/record-field-error.php.expectf with 100% similarity]
hphp/test/slow/record/record-field-error.php.hphp_opts [moved from hphp/test/quick/record-field-error.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-field-error.php.opts [moved from hphp/test/quick/record-field-error.php.opts with 100% similarity]
hphp/test/slow/record/record-final-inherit.php [moved from hphp/test/quick/record-final-inherit.php with 100% similarity]
hphp/test/slow/record/record-final-inherit.php.expectf [moved from hphp/test/quick/record-final-inherit.php.expectf with 100% similarity]
hphp/test/slow/record/record-final-inherit.php.hphp_opts [moved from hphp/test/quick/record-final-inherit.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-final-inherit.php.opts [moved from hphp/test/quick/record-final-inherit.php.opts with 100% similarity]
hphp/test/slow/record/record-init-2.php [moved from hphp/test/quick/record-init-2.php with 100% similarity]
hphp/test/slow/record/record-init-2.php.expectf [moved from hphp/test/quick/record-init-2.php.expectf with 100% similarity]
hphp/test/slow/record/record-init-2.php.hphp_opts [moved from hphp/test/quick/record-init-2.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-init-2.php.opts [moved from hphp/test/quick/record-init-2.php.opts with 100% similarity]
hphp/test/slow/record/record-init.php [moved from hphp/test/quick/record-init.php with 100% similarity]
hphp/test/slow/record/record-init.php.expectf [moved from hphp/test/quick/record-init.php.expectf with 100% similarity]
hphp/test/slow/record/record-init.php.hphp_opts [moved from hphp/test/quick/record-init.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-init.php.opts [moved from hphp/test/quick/record-init.php.opts with 100% similarity]
hphp/test/slow/record/record-minstr.php [moved from hphp/test/quick/record-minstr.php with 100% similarity]
hphp/test/slow/record/record-minstr.php.expect [moved from hphp/test/quick/record-minstr.php.expect with 100% similarity]
hphp/test/slow/record/record-minstr.php.hphp_opts [moved from hphp/test/quick/record-minstr.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-minstr.php.opts [moved from hphp/test/quick/record-minstr.php.opts with 100% similarity]
hphp/test/slow/record/record-non-record-comp.php [moved from hphp/test/quick/record-non-record-comp.php with 100% similarity]
hphp/test/slow/record/record-non-record-comp.php.expect [moved from hphp/test/quick/record-non-record-comp.php.expect with 100% similarity]
hphp/test/slow/record/record-non-record-comp.php.hphp_opts [moved from hphp/test/quick/record-non-record-comp.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-non-record-comp.php.opts [moved from hphp/test/quick/record-non-record-comp.php.opts with 100% similarity]
hphp/test/slow/record/record-param.php [moved from hphp/test/quick/record-param.php with 100% similarity]
hphp/test/slow/record/record-param.php.expectf [moved from hphp/test/quick/record-param.php.expectf with 100% similarity]
hphp/test/slow/record/record-param.php.hphp_opts [moved from hphp/test/quick/record-param.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-param.php.opts [moved from hphp/test/quick/record-param.php.opts with 100% similarity]
hphp/test/slow/record/record-parent-alias.php [moved from hphp/test/quick/record-parent-alias.php with 100% similarity]
hphp/test/slow/record/record-parent-alias.php.expect [moved from hphp/test/quick/record-parent-alias.php.expect with 100% similarity]
hphp/test/slow/record/record-parent-alias.php.hphp_opts [moved from hphp/test/quick/record-parent-alias.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-parent-alias.php.opts [moved from hphp/test/quick/record-parent-alias.php.opts with 100% similarity]
hphp/test/slow/record/record-parent-typehint-error.php [moved from hphp/test/quick/record-parent-typehint-error.php with 100% similarity]
hphp/test/slow/record/record-parent-typehint-error.php.expectf [moved from hphp/test/quick/record-parent-typehint-error.php.expectf with 100% similarity]
hphp/test/slow/record/record-parent-typehint-error.php.hphp_opts [moved from hphp/test/quick/record-parent-typehint-error.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-parent-typehint-error.php.opts [moved from hphp/test/quick/record-parent-typehint-error.php.opts with 100% similarity]
hphp/test/slow/record/record-parent-typehint.php [moved from hphp/test/quick/record-parent-typehint.php with 100% similarity]
hphp/test/slow/record/record-parent-typehint.php.expect [moved from hphp/test/quick/record-parent-typehint.php.expect with 100% similarity]
hphp/test/slow/record/record-parent-typehint.php.hphp_opts [moved from hphp/test/quick/record-parent-typehint.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-parent-typehint.php.opts [moved from hphp/test/quick/record-parent-typehint.php.opts with 100% similarity]
hphp/test/slow/record/record-prop.php [moved from hphp/test/quick/record-prop.php with 100% similarity]
hphp/test/slow/record/record-prop.php.expectf [moved from hphp/test/quick/record-prop.php.expectf with 100% similarity]
hphp/test/slow/record/record-prop.php.hphp_opts [moved from hphp/test/quick/record-prop.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-prop.php.opts [moved from hphp/test/quick/record-prop.php.opts with 100% similarity]
hphp/test/slow/record/record-return.php [moved from hphp/test/quick/record-return.php with 100% similarity]
hphp/test/slow/record/record-return.php.expectf [moved from hphp/test/quick/record-return.php.expectf with 100% similarity]
hphp/test/slow/record/record-return.php.hphp_opts [moved from hphp/test/quick/record-return.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-return.php.opts [moved from hphp/test/quick/record-return.php.opts with 100% similarity]
hphp/test/slow/record/record-type-alias.php [moved from hphp/test/quick/record-type-alias.php with 100% similarity]
hphp/test/slow/record/record-type-alias.php.expect [moved from hphp/test/quick/record-type-alias.php.expect with 100% similarity]
hphp/test/slow/record/record-type-alias.php.hphp_opts [new file with mode: 0644]
hphp/test/slow/record/record-type-alias.php.opts [moved from hphp/test/quick/record-type-alias.php.opts with 100% similarity]
hphp/test/slow/record/record-type-same-name.php [moved from hphp/test/quick/record-type-same-name.php with 100% similarity]
hphp/test/slow/record/record-type-same-name.php.expectf [moved from hphp/test/quick/record-type-same-name.php.expectf with 100% similarity]
hphp/test/slow/record/record-type-same-name.php.hhbbc_assert [moved from hphp/test/quick/record-type-same-name.php.hhbbc_assert with 100% similarity]
hphp/test/slow/record/record-type-same-name.php.hphp_opts [moved from hphp/test/quick/record-type-same-name.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-type-same-name.php.opts [moved from hphp/test/quick/record-type-same-name.php.opts with 100% similarity]
hphp/test/slow/record/record-unset.php [moved from hphp/test/quick/record-unset.php with 100% similarity]
hphp/test/slow/record/record-unset.php.expectf [moved from hphp/test/quick/record-unset.php.expectf with 100% similarity]
hphp/test/slow/record/record-unset.php.hphp_opts [moved from hphp/test/quick/record-unset.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record-unset.php.opts [moved from hphp/test/quick/record-unset.php.opts with 100% similarity]
hphp/test/slow/record/record_decl.1.inc [moved from hphp/test/quick/record_decl.1.inc with 100% similarity]
hphp/test/slow/record/record_decl.2.inc [moved from hphp/test/quick/record_decl.2.inc with 100% similarity]
hphp/test/slow/record/record_decl_error.php [moved from hphp/test/quick/record_decl_error.php with 100% similarity]
hphp/test/slow/record/record_decl_error.php.expectf [moved from hphp/test/quick/record_decl_error.php.expectf with 100% similarity]
hphp/test/slow/record/record_decl_error.php.hhbbc_assert [moved from hphp/test/quick/record_decl_error.php.hhbbc_assert with 100% similarity]
hphp/test/slow/record/record_decl_error.php.hphp_opts [moved from hphp/test/quick/record_decl_error.php.hphp_opts with 100% similarity]
hphp/test/slow/record/record_decl_error.php.opts [moved from hphp/test/quick/record_decl_error.php.opts with 100% similarity]