| 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
|
|
|