Fanout tests for incremental change with old decls
commit78c52bb250ad0a76362a4eefe4725f748e2068bc
authorHenri Verroken <hverr@fb.com>
Tue, 4 May 2021 17:05:07 +0000 (4 10:05 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 4 May 2021 17:11:33 +0000 (4 10:11 -0700)
tree50375c07f5e90da5cea168cb17506d95e2d2e907
parenta814c24ab71a03c4aed0196f8b8add9e040a2208
Fanout tests for incremental change with old decls

Summary:
Add a scenario that runs the previously introduced fanout unit tests using the incremental fanout algorithm **with old decls availability**.

`run_scenario_incremental_with_old_decls` describes how this scenario is implemented.

Reviewed By: CatherineGasnier

Differential Revision: D27990169

fbshipit-source-id: 6fb9a49b7ff83dbd23f9f3745406be2e21b9b696
hphp/hack/test/fanout/simple_extend.php.saved_sincr_old_declstate.exp [new file with mode: 0644]
hphp/hack/test/fanout/simple_extend_method_position_change.php.saved_sincr_old_declstate.exp [new file with mode: 0644]
hphp/hack/test/fanout/simple_extend_no_change.php.saved_sincr_old_declstate.exp [new file with mode: 0644]
hphp/hack/test/fanout/simple_extend_override_method.php.saved_sincr_old_declstate.exp [new file with mode: 0644]
hphp/hack/test/fanout/tools/fanout.py
hphp/hack/test/fanout/tools/fanout_test_driver.py
hphp/hack/test/fanout/tools/fanout_test_parser.py