Run hh tests with tag --all-errors
commit80a36f6694a7c2c456ecf4f8572f9ed0b7b2b3a9
authorRitesh Bajaj <rbajaj@fb.com>
Fri, 8 Mar 2019 12:07:35 +0000 (8 04:07 -0800)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Fri, 8 Mar 2019 12:11:12 +0000 (8 04:11 -0800)
treea2554b21a182b6b8c65be6c36efe33e329654100
parentcc77c942ca4cdfee5837073e266f5523f0890237
Run hh tests with tag --all-errors

Summary:
Created HH_FLAGS file with --all--errors
content inside fbcode/hphp/hack/test/typecheck/construct.

Run the command
```
OUT_EXT=.out EXP_EXT=.exp NO_COPY=false ./hphp/hack/test/review.sh hphp/hack/test/typecheck/construct/call_before_init2.php hphp/hack/test/typecheck/construct/functional_init.php hphp/hack/test/typecheck/construct/functional_init4.php hphp/hack/test/typecheck/construct/functional_init5.php hphp/hack/test/typecheck/construct/tparam_rebind.php
```
to update all the expected output files.

Reviewed By: CatherineGasnier

Differential Revision: D14368415

fbshipit-source-id: d7eb26d500606198908235f9efeac234144f0212
hphp/hack/test/typecheck/construct/HH_FLAGS
hphp/hack/test/typecheck/construct/call_before_init2.php.exp
hphp/hack/test/typecheck/construct/functional_init.php.exp
hphp/hack/test/typecheck/construct/functional_init4.php.exp
hphp/hack/test/typecheck/construct/functional_init5.php.exp
hphp/hack/test/typecheck/construct/tparam_rebind.php.exp