Index: LayoutTests/inspector/tracing/console-timeline-expected.txt |
diff --git a/LayoutTests/inspector/tracing/console-timeline-expected.txt b/LayoutTests/inspector/tracing/console-timeline-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..af3d3a7438d477eadcc4cd2a9226a7fd7e27445f |
--- /dev/null |
+++ b/LayoutTests/inspector/tracing/console-timeline-expected.txt |
@@ -0,0 +1,83 @@ |
+CONSOLE WARNING: console.timeline is deprecated. Please use the console.time instead. |
+CONSOLE WARNING: console.timelineEnd is deprecated. Please use the console.timeEnd instead. |
+Tests console.timeline and timelineEnd commands. |
+ |
+ |
+Running: testStartStopTimeline |
+timestamp 0 |
+Timeline 'one' |
+timestamp 1 |
+Timeline 'one' |
+timestamp 2 |
+ |
+Running: testStartStopMultiple |
+error: Event Timeline 'one' has already been started |
+error: Event Timeline 'two' has already been started |
+error: Unexpected async event Timeline 'two', phase F |
+error: Unexpected async event Timeline 'one', phase F |
+timestamp 0 |
+Timeline 'one' |
+timestamp 1 |
+Timeline 'one' |
+Timeline 'two' |
+Timeline 'two' |
+Timeline 'two' |
+timestamp 2 |
+Timeline 'one' |
+timestamp 3 |
+Timeline 'two' |
+timestamp 4 |
+Timeline 'one' |
+timestamp 5 |
+ |
+Running: testStartMultipleStopInsideEvals |
+timestamp 0 |
+Timeline 'one' |
+timestamp 1 |
+Timeline 'two' |
+timestamp 2 |
+timestamp 3 |
+Timeline 'two' |
+timestamp 4 |
+timestamp 5 |
+Timeline 'one' |
+timestamp 6 - FAIL |
+ |
+Running: testStopUnknown |
+error: Unexpected async event Timeline 'two', phase F |
+timestamp 0 |
+Timeline 'one' |
+timestamp 1 |
+Timeline 'two' |
+timestamp 2 |
+Timeline 'one' |
+timestamp 3 |
+ |
+Running: testStartFromPanel |
+timestamp 0 |
+Timeline 'one' |
+timestamp 1 |
+Timeline 'one' |
+timestamp 2 |
+ |
+Running: testStopFromPanel |
+timestamp 0 |
+Timeline 'one' |
+timestamp 1 |
+Timeline 'two' |
+timestamp 2 |
+ |
+Running: testRacyStart |
+timestamp 0 |
+Timeline 'one' |
+timestamp 1 |
+Timeline 'two' |
+timestamp 2 |
+ |
+Running: testRacyStart2 |
+timestamp 0 |
+Timeline 'one' |
+timestamp 1 |
+Timeline 'two' |
+timestamp 2 |
+ |