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

Unified Diff: test/codegen/expect/DeltaBlue.txt

Issue 993513005: Log the runtime type of messages (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Rebase Created 5 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
« no previous file with comments | « test/codegen/expect/BenchmarkBase.txt ('k') | test/codegen/expect/cascade.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/DeltaBlue.txt
diff --git a/test/codegen/expect/DeltaBlue.txt b/test/codegen/expect/DeltaBlue.txt
index bf86267761f938267217d995598945f98aa4ba14..888d0b6c02e16fd3fdd42d221c3db453a1d7bf3b 100644
--- a/test/codegen/expect/DeltaBlue.txt
+++ b/test/codegen/expect/DeltaBlue.txt
@@ -1,16 +1,16 @@
// Messages from compiling DeltaBlue.dart
-warning: line 63, column 7 of test/codegen/BenchmarkBase.dart: f() requires dynamic invoke
+warning: line 63, column 7 of test/codegen/BenchmarkBase.dart: [DynamicInvoke] f() requires dynamic invoke
f();
^^^
-info: line 130, column 18 of test/codegen/DeltaBlue.dart: mark (dynamic) will need runtime check to cast to type int
+info: line 130, column 18 of test/codegen/DeltaBlue.dart: [DownCast] mark (dynamic) will need runtime check to cast to type int
chooseMethod(mark);
^^^^
-info: line 137, column 16 of test/codegen/DeltaBlue.dart: mark (dynamic) will need runtime check to cast to type int
+info: line 137, column 16 of test/codegen/DeltaBlue.dart: [DownCast] mark (dynamic) will need runtime check to cast to type int
markInputs(mark);
^^^^
-info: line 142, column 37 of test/codegen/DeltaBlue.dart: mark (dynamic) will need runtime check to cast to type int
+info: line 142, column 37 of test/codegen/DeltaBlue.dart: [DownCast] mark (dynamic) will need runtime check to cast to type int
if (!planner.addPropagate(this, mark)) print("Cycle encountered");
^^^^
-info: line 143, column 16 of test/codegen/DeltaBlue.dart: mark (dynamic) will need runtime check to cast to type int
+info: line 143, column 16 of test/codegen/DeltaBlue.dart: [DownCast] mark (dynamic) will need runtime check to cast to type int
out.mark = mark;
^^^^
« no previous file with comments | « test/codegen/expect/BenchmarkBase.txt ('k') | test/codegen/expect/cascade.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698