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

Unified Diff: pkg/front_end/test/src/incremental/hot_reload_e2e_test.dart

Issue 2998983002: 1. Figure out the modified libraries from the specifeid kernel file during (Closed)
Patch Set: Address code review comments. Created 3 years, 4 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 | « no previous file | runtime/bin/dfe.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/src/incremental/hot_reload_e2e_test.dart
diff --git a/pkg/front_end/test/src/incremental/hot_reload_e2e_test.dart b/pkg/front_end/test/src/incremental/hot_reload_e2e_test.dart
index 00ad7e9fb8983403f09808049b2f9976217ebe2a..d862007b78ffe19ad39f5e4fb0f55ef3739e01e7 100644
--- a/pkg/front_end/test/src/incremental/hot_reload_e2e_test.dart
+++ b/pkg/front_end/test/src/incremental/hot_reload_e2e_test.dart
@@ -136,7 +136,7 @@ main() {
await hotReload();
await programIsDone;
expect(await lines[2], "part1 part4");
- }, skip: true /* VM crashes on reload */);
+ });
Siggi Cherem (dart-lang) 2017/08/18 18:43:56 woo hoo!
test('reload after whole program modification', () async {
await startProgram(1);
« no previous file with comments | « no previous file | runtime/bin/dfe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698