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

Unified Diff: pkg/kernel/testcases/interpreter/static_invocation_test.dart.expect

Issue 2841803002: Add initial tests for Kernel interpreter (Closed)
Patch Set: Add crash when evaluation throws an exception Created 3 years, 8 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 | « pkg/kernel/testcases/interpreter/static_invocation_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/testcases/interpreter/static_invocation_test.dart.expect
diff --git a/pkg/kernel/testcases/interpreter/static_invocation_test.dart.expect b/pkg/kernel/testcases/interpreter/static_invocation_test.dart.expect
new file mode 100644
index 0000000000000000000000000000000000000000..d66f6a8ce97bff4e1b54d58ca98fd4261f9ec0d4
--- /dev/null
+++ b/pkg/kernel/testcases/interpreter/static_invocation_test.dart.expect
@@ -0,0 +1,21 @@
+static-invocation-a
+static-invocation-b
+print(int: 1)
+print(int: 9)
+print(int: 10)
+static-invocation-b
+print(int: 1)
+print(int: 9)
+print(int: 10)
+print(Null: null)
+static-invocation-d
+static-invocation-a
+return
+static-invocation-c
+print(String: c:37)
+return
+static-invocation-d
+static-invocation-a
+return
+print(String: d:37)
+print(int: 37)
« no previous file with comments | « pkg/kernel/testcases/interpreter/static_invocation_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698