Don't print "They matched!" message in decl tests
commit6d62edb7391e21e09974bffe0a4af7316f2ef09f
authorJake Bailey <jakebailey@meta.com>
Tue, 15 Nov 2022 05:24:04 +0000 (14 21:24 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 15 Nov 2022 05:24:04 +0000 (14 21:24 -0800)
treee05f0dea0924d5bb2157fe42004401609c2aa57d
parent3d1816631d52adeb2f5f22c9155b23d322bc4286
Don't print "They matched!" message in decl tests

Summary: This test runner no longer does a comparison with AST decl; it just prints direct decl output.

Reviewed By: madgen

Differential Revision: D32440627

fbshipit-source-id: ac1365d2d2bcc25f93ac12f2287b45dfe66ea68f
144 files changed:
hphp/hack/src/hh_single_decl.ml
hphp/hack/test/decl/abstract_method.php.exp
hphp/hack/test/decl/accept_disposable.php.exp
hphp/hack/test/decl/array_typehints.php.exp
hphp/hack/test/decl/async_and_generator_functions.php.exp
hphp/hack/test/decl/auto_ns_use.php.exp
hphp/hack/test/decl/autoimport_in_namespace.php.exp
hphp/hack/test/decl/autoimport_namespaces.php.exp
hphp/hack/test/decl/class_const_declarator_list.php.exp
hphp/hack/test/decl/class_const_int_literals.php.exp
hphp/hack/test/decl/class_const_referencing_enum.php.exp
hphp/hack/test/decl/class_const_referencing_global_const.php.exp
hphp/hack/test/decl/class_const_with_parens.php.exp
hphp/hack/test/decl/class_in_namespace.php.exp
hphp/hack/test/decl/class_level_where.php.exp
hphp/hack/test/decl/classes.php.exp
hphp/hack/test/decl/classes_consistent_construct.php.exp
hphp/hack/test/decl/classes_const_attribute.php.exp
hphp/hack/test/decl/classes_const_keyword.php.exp
hphp/hack/test/decl/classes_inferred_constant_types.php.exp
hphp/hack/test/decl/classes_inheritance.php.exp
hphp/hack/test/decl/classes_reified_generics.php.exp
hphp/hack/test/decl/classes_require.php.exp
hphp/hack/test/decl/classes_typeconst.php.exp
hphp/hack/test/decl/classname.php.exp
hphp/hack/test/decl/classname_in_namespace.php.exp
hphp/hack/test/decl/coeffect_contexts.php.exp
hphp/hack/test/decl/coeffect_fun_dependent.php.exp
hphp/hack/test/decl/coeffect_parameter_dependent.php.exp
hphp/hack/test/decl/const_attribute.php.exp
hphp/hack/test/decl/const_list.php.exp
hphp/hack/test/decl/const_misc1.php.exp
hphp/hack/test/decl/const_missing_hint.php.exp
hphp/hack/test/decl/const_null.php.exp
hphp/hack/test/decl/const_string_escaping.php.exp
hphp/hack/test/decl/const_tany.php.exp
hphp/hack/test/decl/constants.php.exp
hphp/hack/test/decl/constraints_mentioning_tparams_in_same_list.php.exp
hphp/hack/test/decl/constraints_with_fully_qualified_name.php.exp
hphp/hack/test/decl/constraints_with_fully_qualified_name_in_namespace.php.exp
hphp/hack/test/decl/consts_misc2.php.exp
hphp/hack/test/decl/context_alias_declaration.php.exp
hphp/hack/test/decl/ctx_const_both_bounds.php.exp
hphp/hack/test/decl/ctx_const_lower_bound.php.exp
hphp/hack/test/decl/ctx_const_no_bounds.php.exp
hphp/hack/test/decl/ctx_const_upper_bound.php.exp
hphp/hack/test/decl/cyclic.php.exp
hphp/hack/test/decl/denotable_unions.php.exp
hphp/hack/test/decl/deprecated.php.exp
hphp/hack/test/decl/deprecated_string_concat.php.exp
hphp/hack/test/decl/deprecated_string_escaping.php.exp
hphp/hack/test/decl/duplicate_fun_attributes.php.exp
hphp/hack/test/decl/dynamically_callable.php.exp
hphp/hack/test/decl/empty_method_name.php.exp
hphp/hack/test/decl/enforceable_type_const.php.exp
hphp/hack/test/decl/enum_class.php.exp
hphp/hack/test/decl/enum_constraint.php.exp
hphp/hack/test/decl/enum_user_attributes.php.exp
hphp/hack/test/decl/enums.php.exp
hphp/hack/test/decl/explicit_type_collection.php.exp
hphp/hack/test/decl/file_mode.php.exp
hphp/hack/test/decl/final_method.php.exp
hphp/hack/test/decl/function_where_constraints.php.exp
hphp/hack/test/decl/functions.php.exp
hphp/hack/test/decl/generic_alias_with_namespace.php.exp
hphp/hack/test/decl/generic_classes.php.exp
hphp/hack/test/decl/generic_method_tparam_scope.php.exp
hphp/hack/test/decl/hhi.hhi.exp
hphp/hack/test/decl/higher_kinded.php.exp
hphp/hack/test/decl/ifc_policied.php.exp
hphp/hack/test/decl/inout.php.exp
hphp/hack/test/decl/interface.php.exp
hphp/hack/test/decl/interfaces.php.exp
hphp/hack/test/decl/like_types.php.exp
hphp/hack/test/decl/memoize_lsb.php.exp
hphp/hack/test/decl/missing_function_typehints.php.exp
hphp/hack/test/decl/module_attr.php.exp
hphp/hack/test/decl/module_enums.php.exp
hphp/hack/test/decl/module_hint.php.exp
hphp/hack/test/decl/module_methods.php.exp
hphp/hack/test/decl/module_properties.php.exp
hphp/hack/test/decl/module_references.php.exp
hphp/hack/test/decl/module_static_prop.php.exp
hphp/hack/test/decl/multifile.php.exp
hphp/hack/test/decl/multiple_user_attributes_on_class.php.exp
hphp/hack/test/decl/namespace_body_plus_declarations_outside_body.php.exp
hphp/hack/test/decl/namespace_elaboration.php.exp
hphp/hack/test/decl/namespace_global_body_plus_declarations_outside_body.php.exp
hphp/hack/test/decl/namespace_import.php.exp
hphp/hack/test/decl/namespace_keyword.hhi.exp
hphp/hack/test/decl/namespace_self.php.exp
hphp/hack/test/decl/namespace_unscoped.php.exp
hphp/hack/test/decl/namespace_use.php.exp
hphp/hack/test/decl/namespace_use_kind.php.exp
hphp/hack/test/decl/namespaces1.php.exp
hphp/hack/test/decl/namespaces2.php.exp
hphp/hack/test/decl/nested_namespaces.php.exp
hphp/hack/test/decl/newtype_super_constraint.php.exp
hphp/hack/test/decl/nullable_xhp_typehint.php.exp
hphp/hack/test/decl/override_attribute.php.exp
hphp/hack/test/decl/php_std_lib.hhi.exp
hphp/hack/test/decl/private_method.php.exp
hphp/hack/test/decl/prop_without_visibility_modifier.php.exp
hphp/hack/test/decl/property_declarations.php.exp
hphp/hack/test/decl/property_needs_init.hhi.exp
hphp/hack/test/decl/qualified_name_in_attribute_arg.php.exp
hphp/hack/test/decl/readonly.php.exp
hphp/hack/test/decl/ret_from_kind.php.exp
hphp/hack/test/decl/return_disposable.php.exp
hphp/hack/test/decl/return_pos.php.exp
hphp/hack/test/decl/rewritten_tparams.php.exp
hphp/hack/test/decl/safe_global_variable_attribute.php.exp
hphp/hack/test/decl/self_in_type_constant.php.exp
hphp/hack/test/decl/shape_expression_key_types.php.exp
hphp/hack/test/decl/shape_self.php.exp
hphp/hack/test/decl/shape_type_key_types.php.exp
hphp/hack/test/decl/shapes.php.exp
hphp/hack/test/decl/soft_reified.php.exp
hphp/hack/test/decl/soft_type_hint.php.exp
hphp/hack/test/decl/sound_dynamic_call_meth_1.bad.php.exp
hphp/hack/test/decl/static_method_call_with_explicit_targ.php.exp
hphp/hack/test/decl/tparams_on_class_and_method.php.exp
hphp/hack/test/decl/trait_require_class.php.exp
hphp/hack/test/decl/traits.php.exp
hphp/hack/test/decl/tuple_hints_broken.php.exp
hphp/hack/test/decl/tuples.php.exp
hphp/hack/test/decl/type_param_attrs.php.exp
hphp/hack/test/decl/typeconst_property_promotion.php.exp
hphp/hack/test/decl/typedefs.php.exp
hphp/hack/test/decl/unnamed_variadic_method_parameter.php.exp
hphp/hack/test/decl/untyped_prop.php.exp
hphp/hack/test/decl/use_type.php.exp
hphp/hack/test/decl/user_attributes_in_namespaces.php.exp
hphp/hack/test/decl/variadic_parameter.php.exp
hphp/hack/test/decl/wildcard_invalid.php.exp
hphp/hack/test/decl/wildcard_invalid_targ.php.exp
hphp/hack/test/decl/xhp.php.exp
hphp/hack/test/decl/xhp_attr.php.exp
hphp/hack/test/decl/xhp_class_const.php.exp
hphp/hack/test/decl/xhp_modifier.php.exp
hphp/hack/test/decl/xhp_self.php.exp
hphp/hack/test/decl/yield_deeper.php.exp
hphp/hack/test/sound_dynamic/decl/supportdynamic_hint.php.exp
hphp/hack/test/sound_dynamic/decl/top_level.good.php.exp