Convert memory_exhaust.php to .hhas
commit52ebe1dab7909402a6ba0cc554463c246e08ad1f
authorAlexey Toptygin <alexeyt@fb.com>
Thu, 9 May 2019 05:31:35 +0000 (8 22:31 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Thu, 9 May 2019 05:36:18 +0000 (8 22:36 -0700)
tree70cacbe8e410d1bf5f31626527cb5c8b0c92e37e
parent4161da1273e3b158206f7747485dee4b47e11749
Convert memory_exhaust.php to .hhas

Summary: The memory_exhaust.php test is trying to exercise a pathologically sized edge case in the assembler, but it first has to make it through the parser/emitter. Since we have other tests checking that the parser fails gracefully for overly large expressions, turn this one into .hhas, bypassing the parser/emitter.

Reviewed By: oulgen

Differential Revision: D15257472

fbshipit-source-id: b387155e5ba7cd2ef6fc57e3f0aec5cae14ed53d
hphp/test/slow/parser/memory_exhaust.hhas [new file with mode: 0644]
hphp/test/slow/parser/memory_exhaust.hhas.expectf [new file with mode: 0644]
hphp/test/slow/parser/memory_exhaust.hhas.hphp_opts [moved from hphp/test/slow/parser/memory_exhaust.php.hphp_opts with 100% similarity]
hphp/test/slow/parser/memory_exhaust.hhas.opts [moved from hphp/test/slow/parser/memory_exhaust.php.opts with 100% similarity]
hphp/test/slow/parser/memory_exhaust.php [deleted file]
hphp/test/slow/parser/memory_exhaust.php.expectregex [deleted file]