Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / tracing / console-timeline-expected.txt
1 CONSOLE WARNING: console.timeline is deprecated. Please use the console.time instead.
2 CONSOLE WARNING: console.timelineEnd is deprecated. Please use the console.timeEnd instead.
3 Tests console.timeline and timelineEnd commands.
4
5
6 Running: testStartStopTimeline
7 timestamp 0
8 Timeline 'one'
9 timestamp 1
10 Timeline 'one'
11 timestamp 2
12
13 Running: testStartStopMultiple
14 error: Event Timeline 'one' has already been started
15 error: Event Timeline 'two' has already been started
16 error: Unexpected async event Timeline 'two', phase F
17 error: Unexpected async event Timeline 'one', phase F
18 timestamp 0
19 Timeline 'one'
20 timestamp 1
21 Timeline 'one'
22 Timeline 'two'
23 Timeline 'two'
24 Timeline 'two'
25 timestamp 2
26 Timeline 'one'
27 timestamp 3
28 Timeline 'two'
29 timestamp 4
30 Timeline 'one'
31 timestamp 5
32
33 Running: testStartMultipleStopInsideEvals
34 timestamp 0
35 Timeline 'one'
36 timestamp 1
37 Timeline 'two'
38 timestamp 2
39 timestamp 3
40 Timeline 'two'
41 timestamp 4
42 timestamp 5
43 Timeline 'one'
44 timestamp 6 - FAIL
45
46 Running: testStopUnknown
47 error: Unexpected async event Timeline 'two', phase F
48 timestamp 0
49 Timeline 'one'
50 timestamp 1
51 Timeline 'two'
52 timestamp 2
53 Timeline 'one'
54 timestamp 3
55
56 Running: testStartFromPanel
57 timestamp 0
58 Timeline 'one'
59 timestamp 1
60 Timeline 'one'
61 timestamp 2
62
63 Running: testStopFromPanel
64 timestamp 0
65 Timeline 'one'
66 timestamp 1
67 Timeline 'two'
68 timestamp 2
69
70 Running: testRacyStart
71 timestamp 0
72 Timeline 'one'
73 timestamp 1
74 Timeline 'two'
75 timestamp 2
76
77 Running: testRacyStart2
78 timestamp 0
79 Timeline 'one'
80 timestamp 1
81 Timeline 'two'
82 timestamp 2
83