Remove `hhi_lib__srcs/` from HHI paths when built with buck
commit4bae58b0df49947706f4173108b9f255480935fc
authorFred Emmott <fe@fb.com>
Thu, 4 Apr 2019 15:58:05 +0000 (4 08:58 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Thu, 4 Apr 2019 16:01:14 +0000 (4 09:01 -0700)
treef68c65cc8bb10bcebd09e15aefd0bd91ff040c25
parent21c0d02903ccf815771b70743acfc1cc3fddd48a
Remove `hhi_lib__srcs/` from HHI paths when built with buck

Summary:
This made it so that a lot of tests only passed if Hack was built with
buck.

Reviewed By: vsiles

Differential Revision: D14669637

fbshipit-source-id: c619c1f6b49ae758661c7f742bdb791ecf5372c8
73 files changed:
hphp/hack/test/integration_ml/test_getfundeps.ml
hphp/hack/test/typecheck/argument_unpacking/unpack_call12_infer.php.exp
hphp/hack/test/typecheck/array_filter1.php.exp
hphp/hack/test/typecheck/array_filter_explicitly_typed.php.exp
hphp/hack/test/typecheck/array_map1.php.exp
hphp/hack/test/typecheck/array_map10.php.exp
hphp/hack/test/typecheck/array_map10.php.legacy.exp
hphp/hack/test/typecheck/array_map2.php.exp
hphp/hack/test/typecheck/array_map4.php.exp
hphp/hack/test/typecheck/array_map5.php.exp
hphp/hack/test/typecheck/array_map_explicitly_typed_arity.php.exp
hphp/hack/test/typecheck/as_expression/dict.php.exp
hphp/hack/test/typecheck/as_expression/dict2.php.exp
hphp/hack/test/typecheck/as_expression/keyset.php.exp
hphp/hack/test/typecheck/as_expression/keyset2.php.exp
hphp/hack/test/typecheck/attributes/reflection.php.exp
hphp/hack/test/typecheck/attributes/reflection.php.legacy.exp
hphp/hack/test/typecheck/attributes/reflectionEnumClass.php.exp
hphp/hack/test/typecheck/attributes/reflectionEnumClass.php.legacy.exp
hphp/hack/test/typecheck/bad_type_structure_array.php.exp
hphp/hack/test/typecheck/bad_type_structure_array.php.legacy.exp [copied from hphp/hack/test/typecheck/bad_type_structure_array.php.exp with 96% similarity]
hphp/hack/test/typecheck/bad_type_structure_class.php.exp
hphp/hack/test/typecheck/bad_type_structure_function.php.exp
hphp/hack/test/typecheck/bad_type_structure_nullable.php.exp
hphp/hack/test/typecheck/bad_type_structure_primitive.php.exp
hphp/hack/test/typecheck/bad_type_structure_shape.php.exp
hphp/hack/test/typecheck/bad_type_structure_tuple.php.exp
hphp/hack/test/typecheck/classname/acts_as_string_bad.php.exp
hphp/hack/test/typecheck/classname/typename_array_literal_bad.php.exp
hphp/hack/test/typecheck/classname/typename_as_string_bad.php.exp
hphp/hack/test/typecheck/constmap.php.exp
hphp/hack/test/typecheck/constmap.php.legacy.exp
hphp/hack/test/typecheck/constraints/bad_contra_constraint_2.php.exp
hphp/hack/test/typecheck/constraints/bad_contra_constraint_2.php.legacy.exp
hphp/hack/test/typecheck/construct/call_before_init2.php.exp
hphp/hack/test/typecheck/fc_enum_9.php.exp
hphp/hack/test/typecheck/foreach_vector.php.exp
hphp/hack/test/typecheck/idx2_2.php.exp
hphp/hack/test/typecheck/idx2_4.php.exp
hphp/hack/test/typecheck/idx3_2.php.exp
hphp/hack/test/typecheck/idx3_5.php.exp
hphp/hack/test/typecheck/idx_too_few_args.php.exp
hphp/hack/test/typecheck/idx_too_many_args.php.exp
hphp/hack/test/typecheck/inout/shapes_remove_key2.php.exp
hphp/hack/test/typecheck/invariant_return.php.exp
hphp/hack/test/typecheck/is_expression/dict.php.exp
hphp/hack/test/typecheck/is_expression/keyset.php.exp
hphp/hack/test/typecheck/lambda/lambda_bad_pos.php.exp
hphp/hack/test/typecheck/lambda/lambda_bad_pos.php.legacy.exp
hphp/hack/test/typecheck/lambda/map_lambda_bad_pos.php.exp
hphp/hack/test/typecheck/must_be_arraykey.php.exp
hphp/hack/test/typecheck/references/pass_by_ref/pass_by_ref_annotation3.php.exp
hphp/hack/test/typecheck/shape/disable_optional_and_unknown_shape_fields/shape_idx_nullable_field_return.php.exp
hphp/hack/test/typecheck/shape/disable_optional_and_unknown_shape_fields/shape_idx_nullable_optional_field_return.php.exp
hphp/hack/test/typecheck/shape/disable_optional_and_unknown_shape_fields/shape_idx_optional_field_return.php.exp
hphp/hack/test/typecheck/shape/shape_idx_nullable_optional_field_return.php.exp
hphp/hack/test/typecheck/shape/shape_idx_optional_field_return.php.exp
hphp/hack/test/typecheck/shape_idx2.php.exp
hphp/hack/test/typecheck/shape_idx4.php.exp
hphp/hack/test/typecheck/shape_idx4.php.legacy.exp
hphp/hack/test/typecheck/shape_key_exists6.php.exp
hphp/hack/test/typecheck/shape_key_exists7.php.exp
hphp/hack/test/typecheck/shape_to_dict.php.exp
hphp/hack/test/typecheck/shape_to_dict.php.legacy.exp
hphp/hack/test/typecheck/stdclass_final.php.exp
hphp/hack/test/typecheck/stdclass_static_members.php.exp
hphp/hack/test/typecheck/stdclass_strict.php.exp
hphp/hack/test/typecheck/test_foreach.php.exp
hphp/hack/test/typecheck/test_foreach2.php.exp
hphp/hack/test/typecheck/type_structure/type_structure2.php.exp
hphp/hack/test/typecheck/type_structure/type_structure3.php.exp
hphp/hack/test/typecheck/yield_from_bad1.php.exp
hphp/hack/test/typecheck/yield_send2.php.exp