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

Unified Diff: LayoutTests/inspector-protocol/heap-profiler/heap-objects-tracking-expected.txt

Issue 1021543002: DevTools: remove InspectorTest.assert from inspector-protocol tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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
Index: LayoutTests/inspector-protocol/heap-profiler/heap-objects-tracking-expected.txt
diff --git a/LayoutTests/inspector-protocol/heap-profiler/heap-objects-tracking-expected.txt b/LayoutTests/inspector-protocol/heap-profiler/heap-objects-tracking-expected.txt
index ce687ad155f63fc813fcbd1ed31950aa2fd0b7e6..24d7867dc763ab435b7f0621e2d87d07ce2bdf75 100644
--- a/LayoutTests/inspector-protocol/heap-profiler/heap-objects-tracking-expected.txt
+++ b/LayoutTests/inspector-protocol/heap-profiler/heap-objects-tracking-expected.txt
@@ -1,7 +1,27 @@
Test that heap tracking actually reports data fragments.
SUCCESS: tracking started
-SUCCESS: heapStatsUpdate arrived
-SUCCESS: lastSeenObjectId arrived
+HeapProfiler.heapStatsUpdate has params: true
+HeapProfiler.heapStatsUpdate has statsUpdate: true
+statsUpdate length is not zero: true
+statsUpdate length is a multiple of three: true
+statsUpdate: first fragmentIndex in first update: 0
+statsUpdate: total count of objects is not zero: true
+statsUpdate: total size of objects is not zero: true
+
+HeapProfiler.lastSeenObjectId has params: true
+HeapProfiler.lastSeenObjectId has params.lastSeenObjectId: true
+HeapProfiler.lastSeenObjectId has timestamp: true
+A heap stats fragment did arrive before HeapProfiler.lastSeenObjectId: true
+
+HeapProfiler.heapStatsUpdate has params: true
+HeapProfiler.lastSeenObjectId has params: true
+HeapProfiler.lastSeenObjectId has params.lastSeenObjectId: true
+HeapProfiler.lastSeenObjectId has timestamp: true
+A heap stats fragment did arrive before HeapProfiler.lastSeenObjectId: true
+
+HeapProfiler.heapStatsUpdate has params: true
+Number of heapStatsUpdate events >= numbrt of lastSeenObjectId events: true
+At least 2 lastSeenObjectId arrived: true
SUCCESS: tracking stopped

Powered by Google App Engine
This is Rietveld 408576698