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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/heap-profiler/heap-objects-tracking-expected.txt

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 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 unified diff | Download patch
OLDNEW
1 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
2 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
3 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
4 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
5 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
6 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
7 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
8 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
9 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
10 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
11 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
12 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
13 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
14 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
15 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
16 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
17 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
18 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
19 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
20 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
21 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
22 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
23 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
24 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
25 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
26 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
27 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
28 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
29 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
30 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
31 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
32 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
33 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
1 Test that heap tracking actually reports data fragments. 34 Test that heap tracking actually reports data fragments.
2 35
3 SUCCESS: tracking started 36 SUCCESS: tracking started
4 HeapProfiler.heapStatsUpdate has params: true 37 HeapProfiler.heapStatsUpdate has params: true
5 HeapProfiler.heapStatsUpdate has statsUpdate: true 38 HeapProfiler.heapStatsUpdate has statsUpdate: true
6 statsUpdate length is not zero: true 39 statsUpdate length is not zero: true
7 statsUpdate length is a multiple of three: true 40 statsUpdate length is a multiple of three: true
8 statsUpdate: first fragmentIndex in first update: 0 41 statsUpdate: first fragmentIndex in first update: 0
9 statsUpdate: total count of objects is not zero: true 42 statsUpdate: total count of objects is not zero: true
10 statsUpdate: total size of objects is not zero: true 43 statsUpdate: total size of objects is not zero: true
(...skipping 13 matching lines...) Expand all
24 57
25 HeapProfiler.lastSeenObjectId has params: true 58 HeapProfiler.lastSeenObjectId has params: true
26 HeapProfiler.lastSeenObjectId has params.lastSeenObjectId: true 59 HeapProfiler.lastSeenObjectId has params.lastSeenObjectId: true
27 HeapProfiler.lastSeenObjectId has timestamp: true 60 HeapProfiler.lastSeenObjectId has timestamp: true
28 A heap stats fragment did arrive before HeapProfiler.lastSeenObjectId: true 61 A heap stats fragment did arrive before HeapProfiler.lastSeenObjectId: true
29 62
30 Number of heapStatsUpdate events >= numbrt of lastSeenObjectId events: true 63 Number of heapStatsUpdate events >= numbrt of lastSeenObjectId events: true
31 At least 2 lastSeenObjectId arrived: true 64 At least 2 lastSeenObjectId arrived: true
32 SUCCESS: tracking stopped 65 SUCCESS: tracking stopped
33 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698