Consolidate argument unpacking test files
commitf9c9ef5b8766169bed8dc76711c95ce3c7c56cf3
authorKunal Mehta <kunalm@fb.com>
Wed, 7 Feb 2018 19:55:05 +0000 (7 11:55 -0800)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Wed, 7 Feb 2018 19:59:17 +0000 (7 11:59 -0800)
tree2f9414237c99cd3fab4e8549c0a9a43fb149c06f
parent211a1c50d10745bb26e85f457c8e41ae655362ac
Consolidate argument unpacking test files

Summary: Came across these tests while working on T25385321; they seemed to be scattered in a few different places. No substantive changes; just moving and regenerating.

Differential Revision: D6925871

fbshipit-source-id: 269f2d31e9edbd4cd86b5d2f7f62af2b967cca84
54 files changed:
hphp/hack/test/typecheck/argument_unpacking/HH_FLAGS [moved from hphp/hack/test/typecheck/splatarg/HH_FLAGS with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/tuple_unpacking_typechecked1.php [moved from hphp/hack/test/typecheck/tuple_unpacking_typechecked1.php with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/tuple_unpacking_typechecked1.php.exp [moved from hphp/hack/test/typecheck/tuple_unpacking_typechecked1.php.exp with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/tuple_unpacking_typechecked2.php [moved from hphp/hack/test/typecheck/tuple_unpacking_typechecked2.php with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/tuple_unpacking_typechecked2.php.exp [moved from hphp/hack/test/typecheck/tuple_unpacking_typechecked2.php.exp with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/tuple_unpacking_typechecked3.php [moved from hphp/hack/test/typecheck/tuple_unpacking_typechecked3.php with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/tuple_unpacking_typechecked3.php.exp [moved from hphp/hack/test/typecheck/tuple_unpacking_typechecked3.php.exp with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/tuple_unpacking_typechecked4.php [moved from hphp/hack/test/typecheck/tuple_unpacking_typechecked4.php with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/tuple_unpacking_typechecked4.php.exp [moved from hphp/hack/test/typecheck/tuple_unpacking_typechecked4.php.exp with 52% similarity]
hphp/hack/test/typecheck/argument_unpacking/tuple_unpacking_typechecked5.php [moved from hphp/hack/test/typecheck/tuple_unpacking_typechecked5.php with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/tuple_unpacking_typechecked5.php.exp [moved from hphp/hack/test/typecheck/tuple_unpacking_typechecked5.php.exp with 52% similarity]
hphp/hack/test/typecheck/argument_unpacking/tuple_unpacking_typechecked6.php [moved from hphp/hack/test/typecheck/tuple_unpacking_typechecked6.php with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/tuple_unpacking_typechecked6.php.exp [new file with mode: 0644]
hphp/hack/test/typecheck/argument_unpacking/tuple_unpacking_typechecked7.php [moved from hphp/hack/test/typecheck/tuple_unpacking_typechecked7.php with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/tuple_unpacking_typechecked7.php.exp [moved from hphp/hack/test/typecheck/tuple_unpacking_typechecked7.php.exp with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call1.php [moved from hphp/hack/test/typecheck/unpack_call1.php with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call1.php.exp [moved from hphp/hack/test/typecheck/unpack_call1.php.exp with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call1.php.no_format [moved from hphp/hack/test/typecheck/unpack_call1.php.no_format with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call10_unset.php [moved from hphp/hack/test/typecheck/unpack_call10_unset.php with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call10_unset.php.exp [moved from hphp/hack/test/typecheck/unpack_call10_unset.php.exp with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call10_unset.php.no_format [moved from hphp/hack/test/typecheck/unpack_call10_unset.php.no_format with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call11.php [moved from hphp/hack/test/typecheck/splatarg/funcall_splat_arg.php with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call11.php.exp [new file with mode: 0644]
hphp/hack/test/typecheck/argument_unpacking/unpack_call12_infer.php [moved from hphp/hack/test/typecheck/splatarg/funcall_splat_arg_infer.php with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call12_infer.php.exp [new file with mode: 0644]
hphp/hack/test/typecheck/argument_unpacking/unpack_call2.php [moved from hphp/hack/test/typecheck/unpack_call2.php with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call2.php.exp [new file with mode: 0644]
hphp/hack/test/typecheck/argument_unpacking/unpack_call3.php [moved from hphp/hack/test/typecheck/unpack_call3.php with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call3.php.exp [new file with mode: 0644]
hphp/hack/test/typecheck/argument_unpacking/unpack_call4.php [moved from hphp/hack/test/typecheck/unpack_call4.php with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call4.php.exp [moved from hphp/hack/test/typecheck/unpack_call4.php.exp with 53% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call5.php [moved from hphp/hack/test/typecheck/unpack_call5.php with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call5.php.exp [new file with mode: 0644]
hphp/hack/test/typecheck/argument_unpacking/unpack_call5.php.no_format [moved from hphp/hack/test/typecheck/unpack_call5.php.no_format with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call6.php [moved from hphp/hack/test/typecheck/unpack_call6.php with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call6.php.exp [new file with mode: 0644]
hphp/hack/test/typecheck/argument_unpacking/unpack_call6.php.no_format [moved from hphp/hack/test/typecheck/unpack_call6.php.no_format with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call7.php [moved from hphp/hack/test/typecheck/unpack_call7.php with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call7.php.exp [moved from hphp/hack/test/typecheck/unpack_call7.php.exp with 53% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call8_isset.php [moved from hphp/hack/test/typecheck/unpack_call8_isset.php with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call8_isset.php.exp [moved from hphp/hack/test/typecheck/unpack_call8_isset.php.exp with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call9_empty.php [moved from hphp/hack/test/typecheck/unpack_call9_empty.php with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call9_empty.php.exp [moved from hphp/hack/test/typecheck/unpack_call9_empty.php.exp with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call9_empty.php.no_format [moved from hphp/hack/test/typecheck/unpack_call9_empty.php.no_format with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call_mixed.php [moved from hphp/hack/test/typecheck/unpack_call_mixed.php with 100% similarity]
hphp/hack/test/typecheck/argument_unpacking/unpack_call_mixed.php.exp [new file with mode: 0644]
hphp/hack/test/typecheck/splatarg/funcall_splat_arg.php.exp [deleted file]
hphp/hack/test/typecheck/splatarg/funcall_splat_arg_infer.php.exp [deleted file]
hphp/hack/test/typecheck/tuple_unpacking_typechecked6.php.exp [deleted file]
hphp/hack/test/typecheck/unpack_call2.php.exp [deleted file]
hphp/hack/test/typecheck/unpack_call3.php.exp [deleted file]
hphp/hack/test/typecheck/unpack_call5.php.exp [deleted file]
hphp/hack/test/typecheck/unpack_call6.php.exp [deleted file]
hphp/hack/test/typecheck/unpack_call_mixed.php.exp [deleted file]