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

Side by Side Diff: LayoutTests/inspector/sources/debugger/monitor-console-command-expected.txt

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 CONSOLE MESSAGE: line 1: function simpleTestFunction called
2 CONSOLE MESSAGE: line 1: function simpleTestFunction called with arguments: 1
3 CONSOLE MESSAGE: line 1: function simpleTestFunction called with arguments: 1, 2 , 3, 4, 5
4 CONSOLE MESSAGE: line 1: function simpleTestFunction3 called
5 Tests traceCalls(fn) console command.
6
7
8 Running: testSimpleMonitor
9 Start monitoring function.
10 Set timer for test function.
11 Console message received: function simpleTestFunction called
12 Stop monitoring.
13
14 Running: testSimpleMonitorWith1Arg
15 Start monitoring function.
16 Set timer for test function.
17 Console message received: function simpleTestFunction called with arguments: 1
18 Stop monitoring.
19
20 Running: testSimpleMonitorWithManyArgs
21 Start monitoring function.
22 Set timer for test function.
23 Console message received: function simpleTestFunction called with arguments: 1, 2, 3, 4, 5
24 Stop monitoring.
25
26 Running: testSimpleUnmonitor
27 Start monitoring function.
28 Set timer for test function.
29 Console message received: function simpleTestFunction3 called
30 Stop monitoring.
31
32 Running: testUnmonitorFuntionNotMonitored
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698