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

Unified Diff: LayoutTests/inspector/tracing/console-timeline-expected.txt

Issue 593123003: DevTools: make console.timeline/timelineEnd work for tracing based Timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed comments Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/inspector/tracing/console-timeline.html ('k') | Source/core/frame/ConsoleBase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+
« no previous file with comments | « LayoutTests/inspector/tracing/console-timeline.html ('k') | Source/core/frame/ConsoleBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698