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

Unified Diff: runtime/vm/service_test.cc

Issue 887413003: Port type arguments to new RPC protocol (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/service/service.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service_test.cc
diff --git a/runtime/vm/service_test.cc b/runtime/vm/service_test.cc
index ffb46af3b6a4efc82958169af9a814511512d28c..ee6659a7e358ed2b227696d92a65aa8ef3c22506 100644
--- a/runtime/vm/service_test.cc
+++ b/runtime/vm/service_test.cc
@@ -940,22 +940,6 @@ TEST_CASE(Service_Types) {
",\"request\":"
"{\"arguments\":[\"classes\",\"%" Pd "\",\"types\",\"42\"],"
"\"option_keys\":[],\"option_values\":[]}}", cid);
-
- // Request canonical type arguments. Expect <A<bool>> to be listed.
- service_msg = EvalF(lib, "[0, port, ['typearguments'],"
- "[], []]");
- Service::HandleIsolateMessage(isolate, service_msg);
- handler.HandleNextMessage();
- EXPECT_SUBSTRING("\"type\":\"TypeArgumentsList\"", handler.msg());
- ExpectSubstringF(handler.msg(), "\"name\":\"<A<bool>>\",");
-
- // Request canonical type arguments with instantiations.
- service_msg = EvalF(lib,
- "[0, port, ['typearguments', 'withinstantiations'],"
- "[], []]");
- Service::HandleIsolateMessage(isolate, service_msg);
- handler.HandleNextMessage();
- EXPECT_SUBSTRING("\"type\":\"TypeArgumentsList\"", handler.msg());
}
« no previous file with comments | « runtime/vm/service/service.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698