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

Unified Diff: tools/deep_memory_profiler/tests/mock_gsutil.py

Issue 400563003: deep_memory_profiler: Replace 'WebCore' with 'blink'. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: tools/deep_memory_profiler/tests/mock_gsutil.py
diff --git a/tools/deep_memory_profiler/tests/mock_gsutil.py b/tools/deep_memory_profiler/tests/mock_gsutil.py
index acacdcff3b31e018d5533f6df82126edabafb890..ac7cf2b9463a36fc4446d9b780ce3c6e327d3215 100755
--- a/tools/deep_memory_profiler/tests/mock_gsutil.py
+++ b/tools/deep_memory_profiler/tests/mock_gsutil.py
@@ -36,12 +36,12 @@ def main():
assert heap_1.file_size == 1107
buckets_1 = zip_file.getinfo('heap.01234.0001.buckets')
- assert buckets_1.CRC == 2632528901
- assert buckets_1.file_size == 2146
+ assert buckets_1.CRC == 3880480178
+ assert buckets_1.file_size == 2142
nm_chrome = zip_file.getinfo('heap.01234.symmap/chrome.abcdef.nm')
- assert nm_chrome.CRC == 2717882373
- assert nm_chrome.file_size == 131049
+ assert nm_chrome.CRC == 492758474
+ assert nm_chrome.file_size == 129015
zip_file.close()
return 0

Powered by Google App Engine
This is Rietveld 408576698