From 6bf4fb404e13e3caae562b0b41bc82b740251ce4 Mon Sep 17 00:00:00 2001 From: Mike Magruder Date: Wed, 26 Jun 2013 16:05:01 -0700 Subject: [PATCH] Fix flow_gen.php to track https://phabricator.fb.com/D864123 A recent diff broke this test. Fixing it up... the issue was that a codegen change altered the number of instructions in Continuation::send(). --- hphp/test/quick/debugger/flow_gen.php.expectf | 4 ++++ hphp/test/quick/debugger/flow_gen.php.in | 2 ++ 2 files changed, 6 insertions(+) diff --git a/hphp/test/quick/debugger/flow_gen.php.expectf b/hphp/test/quick/debugger/flow_gen.php.expectf index ee50056bb..446b3f02c 100644 --- a/hphp/test/quick/debugger/flow_gen.php.expectf +++ b/hphp/test/quick/debugger/flow_gen.php.expectf @@ -51,6 +51,8 @@ Break at Continuation::send() step Break at Continuation::send() step +Break at Continuation::send() +step Break at genFoo$continuation() on line 11 of %s/flow_gen.php 10 11 function genFoo($a) { @@ -108,6 +110,8 @@ Break at Continuation::send() step Break at Continuation::send() step +Break at Continuation::send() +step Break at genFoo$continuation() on line 11 of %s/flow_gen.php 10 11 function genFoo($a) { diff --git a/hphp/test/quick/debugger/flow_gen.php.in b/hphp/test/quick/debugger/flow_gen.php.in index 4ae881d69..23cd686b3 100644 --- a/hphp/test/quick/debugger/flow_gen.php.in +++ b/hphp/test/quick/debugger/flow_gen.php.in @@ -11,6 +11,7 @@ step step step step +step next next next @@ -21,6 +22,7 @@ step step step step +step next next next