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

Side by Side Diff: LayoutTests/inspector/console/console-timeline-expected.txt

Issue 26770004: Add console message levels to test expectation output. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests. Created 7 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: Timeline 'one' started. 1 CONSOLE DEBUG: Timeline 'one' started.
2 CONSOLE MESSAGE: Timeline 'one' finished. 2 CONSOLE DEBUG: Timeline 'one' finished.
3 CONSOLE MESSAGE: Timeline 'one' started. 3 CONSOLE DEBUG: Timeline 'one' started.
4 CONSOLE MESSAGE: Timeline 'one' started. 4 CONSOLE DEBUG: Timeline 'one' started.
5 CONSOLE MESSAGE: Timeline 'two' started. 5 CONSOLE DEBUG: Timeline 'two' started.
6 CONSOLE MESSAGE: Timeline 'two' started. 6 CONSOLE DEBUG: Timeline 'two' started.
7 CONSOLE MESSAGE: Timeline 'two' finished. 7 CONSOLE DEBUG: Timeline 'two' finished.
8 CONSOLE MESSAGE: Timeline 'one' finished. 8 CONSOLE DEBUG: Timeline 'one' finished.
9 CONSOLE MESSAGE: Timeline 'two' finished. 9 CONSOLE DEBUG: Timeline 'two' finished.
10 CONSOLE MESSAGE: Timeline 'one' finished. 10 CONSOLE DEBUG: Timeline 'one' finished.
11 CONSOLE MESSAGE: Timeline 'one' started. 11 CONSOLE DEBUG: Timeline 'one' started.
12 CONSOLE MESSAGE: Timeline 'two' was not started. 12 CONSOLE DEBUG: Timeline 'two' was not started.
13 CONSOLE MESSAGE: Timeline 'one' finished. 13 CONSOLE DEBUG: Timeline 'one' finished.
14 CONSOLE MESSAGE: Timeline 'one' started. 14 CONSOLE DEBUG: Timeline 'one' started.
15 CONSOLE MESSAGE: Timeline 'one' finished. 15 CONSOLE DEBUG: Timeline 'one' finished.
16 CONSOLE MESSAGE: Timeline 'one' started. 16 CONSOLE DEBUG: Timeline 'one' started.
17 CONSOLE MESSAGE: Timeline 'two' started. 17 CONSOLE DEBUG: Timeline 'two' started.
18 CONSOLE MESSAGE: Timeline 'one' terminated. 18 CONSOLE DEBUG: Timeline 'one' terminated.
19 CONSOLE MESSAGE: Timeline 'two' terminated. 19 CONSOLE DEBUG: Timeline 'two' terminated.
20 CONSOLE MESSAGE: Timeline 'one' started. 20 CONSOLE DEBUG: Timeline 'one' started.
21 CONSOLE MESSAGE: Timeline 'two' started. 21 CONSOLE DEBUG: Timeline 'two' started.
22 CONSOLE MESSAGE: Timeline 'one' terminated. 22 CONSOLE DEBUG: Timeline 'one' terminated.
23 CONSOLE MESSAGE: Timeline 'two' terminated. 23 CONSOLE DEBUG: Timeline 'two' terminated.
24 CONSOLE MESSAGE: Timeline 'one' started. 24 CONSOLE DEBUG: Timeline 'one' started.
25 CONSOLE MESSAGE: Timeline 'two' started. 25 CONSOLE DEBUG: Timeline 'two' started.
26 CONSOLE MESSAGE: Timeline 'one' terminated. 26 CONSOLE DEBUG: Timeline 'one' terminated.
27 CONSOLE MESSAGE: Timeline 'two' terminated. 27 CONSOLE DEBUG: Timeline 'two' terminated.
28 Tests console.timeline and timelineEnd commands. 28 Tests console.timeline and timelineEnd commands.
29 29
30 30
31 Running: testStartStopTimeline 31 Running: testStartStopTimeline
32 Timeline started from console. 32 Timeline started from console.
33 Timeline 'one' started. 33 Timeline 'one' started.
34 timestamp 1 34 timestamp 1
35 Timeline 'one' finished. 35 Timeline 'one' finished.
36 Timeline stopped from console. 36 Timeline stopped from console.
37 37
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 86
87 Running: testRacyStart2 87 Running: testRacyStart2
88 Timeline started from panel 88 Timeline started from panel
89 timestamp 0 89 timestamp 0
90 Timeline 'one' started. 90 Timeline 'one' started.
91 timestamp 1 91 timestamp 1
92 Timeline 'two' started. 92 Timeline 'two' started.
93 timestamp 2 93 timestamp 2
94 Timeline stopped from panel 94 Timeline stopped from panel
95 95
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698