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

Unified Diff: test/memory/Memory.json

Issue 2055203002: [snapshot] support multiple contexts in the same snapshot. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@sinkmember
Patch Set: fix test. again. Created 4 years, 6 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
« no previous file with comments | « test/cctest/test-serialize.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/memory/Memory.json
diff --git a/test/memory/Memory.json b/test/memory/Memory.json
index 1cdc1487c4499df4e0f36c531eca2a6c9d5b2c85..c6b8cd50a2b3abb63d40ba21227cb636584eaa0e 100644
--- a/test/memory/Memory.json
+++ b/test/memory/Memory.json
@@ -12,7 +12,7 @@
},
{
"name": "ReservedMemoryContext",
- "results_regexp": "(\\d+) bytes per context$"
+ "results_regexp": "(\\d+) bytes per context #0$"
},
{
"name": "SnapshotSizeStartup",
@@ -20,7 +20,7 @@
},
{
"name": "SnapshotSizeContext",
- "results_regexp": "(\\d+) bytes for context$"
+ "results_regexp": "(\\d+) bytes for context #0$"
}
]
}
« no previous file with comments | « test/cctest/test-serialize.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698