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

Unified Diff: dart/tests/try/web/incremental_compilation_update_test.dart

Issue 796463003: Incremental compilation: correctly track emitted constants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Constant output list may be null. Created 6 years 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 | « dart/pkg/dart2js_incremental/lib/library_updater.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/try/web/incremental_compilation_update_test.dart
diff --git a/dart/tests/try/web/incremental_compilation_update_test.dart b/dart/tests/try/web/incremental_compilation_update_test.dart
index fc9f238902a8218c158f9374a0b64dcdccb137b9..4acfc5eed787abc67cdccfc0acf3f6bf64fe7b17 100644
--- a/dart/tests/try/web/incremental_compilation_update_test.dart
+++ b/dart/tests/try/web/incremental_compilation_update_test.dart
@@ -1702,11 +1702,7 @@ main() {
print(const A(const B('v2')));
}
""",
- // TODO(ahe): Broken test, wrong output.
- const <String>['B(null)', 'A(null)']),
-/* These are the correct expectations:
const <String>['B(A(v2))', 'A(B(v2))']),
-*/
],
// Test constants of new classes.
« no previous file with comments | « dart/pkg/dart2js_incremental/lib/library_updater.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698