hphp/test/frameworks: enable tests with output > 4096 chars
commit9e8f1fb4b4b90b52060dff003472a2672c8edee9
authorStephen Chen <tracelog@fb.com>
Tue, 20 Mar 2018 14:45:59 +0000 (20 07:45 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Tue, 20 Mar 2018 14:56:35 +0000 (20 07:56 -0700)
tree72c355f0fc4f9c772d2c40e1b139658663428117
parentdbd094861189f2330272651756bb4c5e89366625
hphp/test/frameworks: enable tests with output > 4096 chars

Summary:
In the test runner, we were incorrectly handling output lines with more than
4096 characters. We were treating them as if we hit end of file. This caused us
to be missing some coverages. Fix this bug and re-record some of testsuite
expected files.

Reviewed By: markw65

Differential Revision: D7329933

fbshipit-source-id: fa38ddb96495201a2369edea260e1407b7480d74
hphp/test/frameworks/Runner.php
hphp/test/frameworks/results/composer_php7.expect
hphp/test/frameworks/results/drupal.expect
hphp/test/frameworks/results/mediawiki.expect
hphp/test/frameworks/results/phpbb3.expect