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

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

Issue 402603002: Revert 283725 "deep_memory_profiler: Replace 'WebCore' with 'bli..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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: trunk/src/tools/deep_memory_profiler/tests/mock_gsutil.py
===================================================================
--- trunk/src/tools/deep_memory_profiler/tests/mock_gsutil.py (revision 283734)
+++ trunk/src/tools/deep_memory_profiler/tests/mock_gsutil.py (working copy)
@@ -36,12 +36,12 @@
assert heap_1.file_size == 1107
buckets_1 = zip_file.getinfo('heap.01234.0001.buckets')
- assert buckets_1.CRC == 3880480178
- assert buckets_1.file_size == 2142
+ assert buckets_1.CRC == 2632528901
+ assert buckets_1.file_size == 2146
nm_chrome = zip_file.getinfo('heap.01234.symmap/chrome.abcdef.nm')
- assert nm_chrome.CRC == 492758474
- assert nm_chrome.file_size == 129015
+ assert nm_chrome.CRC == 2717882373
+ assert nm_chrome.file_size == 131049
zip_file.close()
return 0

Powered by Google App Engine
This is Rietveld 408576698