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

Side by Side Diff: LayoutTests/inspector/sources/debugger-ui/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
1 CONSOLE MESSAGE: line 1: function simpleTestFunction called 1 CONSOLE MESSAGE: line 1: function simpleTestFunction called
2 CONSOLE MESSAGE: line 1: function simpleTestFunction called with arguments: 1 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 3 CONSOLE MESSAGE: line 1: function simpleTestFunction called with arguments: 1, 2 , 3, 4, 5
4 CONSOLE MESSAGE: line 1: function simpleTestFunction3 called 4 CONSOLE MESSAGE: line 1: function simpleTestFunction3 called
5 Tests traceCalls(fn) console command. 5 Tests traceCalls(fn) console command.
6 6
7 7
8 Running: testSimpleMonitor 8 Running: testSimpleMonitor
9 Start monitoring function. 9 Start monitoring function.
10 Set timer for test function. 10 Set timer for test function.
(...skipping 13 matching lines...) Expand all
24 Stop monitoring. 24 Stop monitoring.
25 25
26 Running: testSimpleUnmonitor 26 Running: testSimpleUnmonitor
27 Start monitoring function. 27 Start monitoring function.
28 Set timer for test function. 28 Set timer for test function.
29 Console message received: function simpleTestFunction3 called 29 Console message received: function simpleTestFunction3 called
30 Stop monitoring. 30 Stop monitoring.
31 31
32 Running: testUnmonitorFuntionNotMonitored 32 Running: testUnmonitorFuntionNotMonitored
33 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698