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

Side by Side Diff: runtime/bin/vmservice/observatory/tests/ui/retainingPath.txt

Issue 839543002: Revert "Build Observatory with runtime" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 0. 1 0.
2 dart --observe retainingPath.dart 2 dart --observe retainingPath.dart
3 1. 3 1.
4 isolate 'root' 4 isolate 'root'
5 2. 5 2.
6 library 'retainingPath.dart' 6 library 'retainingPath.dart'
7 3. 7 3.
8 class 'Foo' 8 class 'Foo'
9 4. 9 4.
10 under 'instances', find 'strongly reachable' list; it should contain 2 elements, one of which should have a field containing "87" 10 under 'instances', find 'strongly reachable' list; it should contain 2 elements, one of which should have a field containing "87"
11 5. 11 5.
12 instance "87" 12 instance "87"
13 6. 13 6.
14 find 'retaining path'; it should have length 4, and be annotated as follows: 14 find 'retaining path'; it should have length 4, and be annotated as follows:
15 "87" in var a 15 "87" in var a
16 Foo in var b 16 Foo in var b
17 Foo at list index 5 of 17 Foo at list index 5 of
18 _List(10) 18 _List(10)
OLDNEW
« no previous file with comments | « runtime/bin/vmservice/observatory/tests/ui/retainingPath.dart ('k') | runtime/bin/vmservice/observatory/web/favicon.ico » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698