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

Unified Diff: runtime/bin/vmservice/observatory/tests/ui/retainingPath.dart

Issue 545343002: Add a manual test for inspecting types that have a special VM implementation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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/bin/vmservice/observatory/tests/ui/inspector.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/observatory/tests/ui/retainingPath.dart
diff --git a/runtime/bin/vmservice/observatory/tests/ui/retainingPath.dart b/runtime/bin/vmservice/observatory/tests/ui/retainingPath.dart
index 452bd8ce3bfa9fe9c4f719ea36c85a30b2a67dff..119998daaa6d7522eb48fe80705c5790907ce5e2 100644
--- a/runtime/bin/vmservice/observatory/tests/ui/retainingPath.dart
+++ b/runtime/bin/vmservice/observatory/tests/ui/retainingPath.dart
@@ -1,23 +1,9 @@
-/*
-0.
-dart --observe retainingPath.dart
-1.
-isolate 'root'
-2.
-library 'retainingPath.dart'
-3.
-class 'Foo'
-4.
-under 'instances', find 'strongly reachable' list; it should contain 2 elements, one of which should have a field containing "87"
-5.
-instance "87"
-6.
-find 'retaining path'; it should have length 4, and be annotated as follows:
- "87" in var a
- Foo in var b
- Foo at list index 5 of
- _List(10)
-*/
+// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
+// See reatiningPath.txt for expected behavior.
+
class Foo {
var a;
var b;
« no previous file with comments | « runtime/bin/vmservice/observatory/tests/ui/inspector.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698