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

Unified Diff: runtime/vm/thread_test.cc

Issue 2656723002: Moved isolate high watermark calculations into the Observatory client. (Closed)
Patch Set: Initialized _memoryHighWatermark in object.dart Created 3 years, 11 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 | « runtime/vm/thread_registry.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/thread_test.cc
diff --git a/runtime/vm/thread_test.cc b/runtime/vm/thread_test.cc
index c9c83e4a70d269461141ed6c2f331dcf540c151a..b2b8d3912fae7e83d379ebe0977fe0e9a34aa72c 100644
--- a/runtime/vm/thread_test.cc
+++ b/runtime/vm/thread_test.cc
@@ -321,14 +321,6 @@ TEST_CASE(ManySimpleTasksWithZones) {
const char* json = stream.ToCString();
Thread* current_thread = Thread::Current();
- {
- StackZone stack_zone(current_thread);
- char* isolate_info_buf = OS::SCreate(current_thread->zone(),
- "\"_memoryHighWatermark\":"
- "\"%" Pu "\"",
- isolate->memory_high_watermark());
- EXPECT_SUBSTRING(isolate_info_buf, json);
- }
// Confirm all expected entries are in the JSON output.
for (intptr_t i = 0; i < kTaskCount + 1; i++) {
« no previous file with comments | « runtime/vm/thread_registry.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698