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

Unified Diff: runtime/observatory/tests/service/async_scope_test.dart

Issue 2767533002: Revert "Fix observatory tests broken by running dartfmt." (Closed)
Patch Set: Created 3 years, 9 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
Index: runtime/observatory/tests/service/async_scope_test.dart
diff --git a/runtime/observatory/tests/service/async_scope_test.dart b/runtime/observatory/tests/service/async_scope_test.dart
index d7525dd5801f676c89e6eb1a9fda01f00b4eb2bd..170a638b7c26709c81ee884a54bf3b025947599c 100644
--- a/runtime/observatory/tests/service/async_scope_test.dart
+++ b/runtime/observatory/tests/service/async_scope_test.dart
@@ -34,6 +34,7 @@ testeeDo() {
});
}
+
checkAsyncVarDescriptors(Isolate isolate) async {
ServiceMap stack = await isolate.getStack();
expect(stack.type, equals('Stack'));
@@ -43,6 +44,7 @@ checkAsyncVarDescriptors(Isolate isolate) async {
expect(vars, equals('param1 local1')); // no :async_op et al
}
+
checkAsyncStarVarDescriptors(Isolate isolate) async {
ServiceMap stack = await isolate.getStack();
expect(stack.type, equals('Stack'));
@@ -52,6 +54,7 @@ checkAsyncStarVarDescriptors(Isolate isolate) async {
expect(vars, equals('param2 local2')); // no :async_op et al
}
+
var tests = [
hasStoppedAtBreakpoint, // debugger()
setBreakpointAtLine(LINE_A),
« no previous file with comments | « runtime/observatory/tests/service/async_next_test.dart ('k') | runtime/observatory/tests/service/auth_token1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698