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

Issue 340673002: VM service: List all instances of a class. (Closed)

Created:
6 years, 6 months ago by koda
Modified:
6 years, 6 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

VM service: List all instances of a class. R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=37465

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -2 lines) Patch
M runtime/vm/service.cc View 3 chunks +62 lines, -2 lines 0 comments Download
M runtime/vm/service_test.cc View 1 chunk +16 lines, -0 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
koda
6 years, 6 months ago (2014-06-18 00:36:34 UTC) #1
Cutch
lgtm with small test suggestion https://codereview.chromium.org/340673002/diff/1/runtime/vm/service_test.cc File runtime/vm/service_test.cc (right): https://codereview.chromium.org/340673002/diff/1/runtime/vm/service_test.cc#newcode851 runtime/vm/service_test.cc:851: EXPECT_EQ(2, list.Length()); Might be ...
6 years, 6 months ago (2014-06-18 17:23:07 UTC) #2
koda
Committed patchset #1 manually as r37465 (presubmit successful).
6 years, 6 months ago (2014-06-18 20:55:12 UTC) #3
koda
6 years, 6 months ago (2014-06-18 20:55:32 UTC) #4
Message was sent while issue was closed.
https://codereview.chromium.org/340673002/diff/1/runtime/vm/service_test.cc
File runtime/vm/service_test.cc (right):

https://codereview.chromium.org/340673002/diff/1/runtime/vm/service_test.cc#n...
runtime/vm/service_test.cc:851: EXPECT_EQ(2, list.Length());
On 2014/06/18 17:23:07, Cutch wrote:
> Might be good idea to have a test which verifies that limit does truncate the
> list (i.e. live instances > limit).

Done.

Powered by Google App Engine
This is Rietveld 408576698