Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1135)

Side by Side Diff: test/inspector/debugger/command-line-api-with-bound-function-expected.txt

Issue 2397193002: [inspector] fix test expectations for command-line-api-with-bound-function (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Check that debug and monitor methods from Command Line API works with bound func tion. 1 Check that debug and monitor methods from Command Line API works with bound func tion.
2 debug foo and bar 2 > debug foo and bar
3 call foo and bar 3 > call foo and bar
4 paused in foo 4 paused in foo
5 paused in boo 5 paused in boo
6 undebug foo and bar 6 > undebug foo and bar
7 call foo and bar 7 > call foo and bar
8 monitor foo and bar 8 > monitor foo and bar
9 call foo and bar 9 > call foo and bar
10 function foo called 10 function foo called
11 function boo called 11 function boo called
12 unmonitor foo and bar 12 > unmonitor foo and bar
13 call foo and bar 13 > call foo and bar
14 monitor and debug bar 14 > monitor and debug bar
15 call bar 15 > call bar
16 function boo called 16 function boo called
17 paused in boo 17 paused in boo
18 undebug bar 18 > undebug bar
19 call bar 19 > call bar
20 function boo called 20 function boo called
21 debug and unmonitor bar 21 > debug and unmonitor bar
22 call bar 22 > call bar
23 paused in boo 23 paused in boo
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698