Commit 88702e08 authored by kozyatinskiy's avatar kozyatinskiy Committed by Commit bot

[inspector] fix test expectations for command-line-api-with-bound-function

TBR=dgozman@chromium.org

Review-Url: https://codereview.chromium.org/2397193002
Cr-Commit-Position: refs/heads/master@{#40052}
parent 0c168a90
Check that debug and monitor methods from Command Line API works with bound function.
debug foo and bar
call foo and bar
> debug foo and bar
> call foo and bar
paused in foo
paused in boo
undebug foo and bar
call foo and bar
monitor foo and bar
call foo and bar
> undebug foo and bar
> call foo and bar
> monitor foo and bar
> call foo and bar
function foo called
function boo called
unmonitor foo and bar
call foo and bar
monitor and debug bar
call bar
> unmonitor foo and bar
> call foo and bar
> monitor and debug bar
> call bar
function boo called
paused in boo
undebug bar
call bar
> undebug bar
> call bar
function boo called
debug and unmonitor bar
call bar
> debug and unmonitor bar
> call bar
paused in boo
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment