Fix some coeffect violations in slow tests
commit76f92ff0b213603d4c39c8615b3084f7d6f0d26f
authorOguz Ulgen <oulgen@fb.com>
Tue, 7 Dec 2021 23:36:05 +0000 (7 15:36 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 7 Dec 2021 23:37:47 +0000 (7 15:37 -0800)
tree91c9e40192c10ae16a243064f4505d9e5bc9b9c3
parent124c811ee27f86fc4e647e30659c40bae693a59e
Fix some coeffect violations in slow tests

Summary: Most done by hand but used `fastmod` for some of them that fit the pattern.

Reviewed By: rodmk

Differential Revision: D32925829

fbshipit-source-id: 42ada8d9025c4cfc2585ffbe164582157b408810
50 files changed:
hphp/test/slow/array/promote_string2.php
hphp/test/slow/attributes/file_attribute.php
hphp/test/slow/bug-3725260.php
hphp/test/slow/builtin_param_coercion.php
hphp/test/slow/compilation/1278.php
hphp/test/slow/compilation/side-effect-compares.php
hphp/test/slow/concat/1593.php
hphp/test/slow/dv_array_hack_arr/convert.php
hphp/test/slow/dynamic-calls/magic-methods.php
hphp/test/slow/exceptions/57.php
hphp/test/slow/exceptions/seal_throwable.php
hphp/test/slow/ext_array/array_combine_key_tostring.php
hphp/test/slow/ext_array/array_fill_keys_tostring.php
hphp/test/slow/ext_hash/hash_hmac_str_cast.php
hphp/test/slow/ext_memcached/getmulti.php
hphp/test/slow/ext_string/count_chars.php
hphp/test/slow/ext_string/strlen.php
hphp/test/slow/hack_mode/closing-tag-xhp.php
hphp/test/slow/hhbbc/dce_004.php
hphp/test/slow/hhbbc/magic_builtin_interfaces.php
hphp/test/slow/inlining/fpi-func-mismatch.php
hphp/test/slow/lang/bitop_types.php
hphp/test/slow/new_object_expression/783.php
hphp/test/slow/object/toStringRecoverableError-2.php
hphp/test/slow/object/tostring_invalid.php
hphp/test/slow/object_magic_method/has_tostring.php
hphp/test/slow/object_magic_method/objecttostring_fatal.php
hphp/test/slow/object_magic_method/tostring_nested_comparisons.php
hphp/test/slow/object_magic_method/tostring_notice.php
hphp/test/slow/php7_backported/scalar-types/scalar_basic.php
hphp/test/slow/php7_backported/scalar-types/scalar_return_basic.php
hphp/test/slow/php7_backported/scalar-types/scalar_return_basic_64bit.php
hphp/test/slow/reflection/extend_reflection_function_abstract.php
hphp/test/slow/stringish.php
hphp/test/slow/stringishObject.php
hphp/test/slow/super-inlining-bros.php.disabled
hphp/test/slow/super-inlining-bros3.php.disabled
hphp/test/slow/switch_statement/1755.php
hphp/test/slow/thrift/bad_spec.php
hphp/test/slow/thrift/common.inc
hphp/test/slow/thrift/hack_adapter.php
hphp/test/slow/thrift/hack_adapter_bad.php
hphp/test/slow/thrift/hack_field_adapter.php
hphp/test/slow/thrift/mark_legacy_arrays.php
hphp/test/slow/thrift/nested_struct.php
hphp/test/slow/thrift/string_field_serialization.php
hphp/test/slow/thrift/unions.php
hphp/test/slow/thrift/wrong_spec.php
hphp/test/slow/xhp/coalesce.php
hphp/test/slow/xhp/enable_xhp.php