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

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

Issue 2694393003: Add missing pieces of my last CL (Closed)
Patch Set: Created 3 years, 10 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/set_library_debuggable_test.dart
diff --git a/runtime/observatory/tests/service/set_library_debuggable_test.dart b/runtime/observatory/tests/service/set_library_debuggable_test.dart
index d76569c5d1849d64271a25e672ab40e3af1e9ed1..6873e446438fa77e566030bf5484cf4f949dede7 100644
--- a/runtime/observatory/tests/service/set_library_debuggable_test.dart
+++ b/runtime/observatory/tests/service/set_library_debuggable_test.dart
@@ -23,11 +23,13 @@ testMain() async {
}
var tests = [
+ hasStoppedAtBreakpoint,
+ markDartColonLibrariesDebuggable,
(Isolate isolate) async {
await isolate.reload();
Library dartCore = isolate.libraries.firstWhere(
(Library library) => library.uri == 'dart:core');
- await dartCore.load();
+ await dartCore.reload();
expect(dartCore.debuggable, equals(true));
},
stoppedInFunction('testMain', contains:true),
« no previous file with comments | « runtime/observatory/tests/service/service_test_common.dart ('k') | runtime/observatory/tests/service/step_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698