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

Unified Diff: pkg/front_end/testcases/strong.status

Issue 3002893002: Begin writing tests of the runtime checks needed for Dart 2.0 soundness. (Closed)
Patch Set: Add more annotations to the "checks" category 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 | « pkg/front_end/testcases/runtime_checks/dynamic_invocation_of_getter.dart.outline.expect ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/testcases/strong.status
diff --git a/pkg/front_end/testcases/strong.status b/pkg/front_end/testcases/strong.status
index f9042fa0f9055622c9003d6b03acc6b2c5ac2466..ed4d24b0f1db3a8f3f2fcbf79b523498f9d5859a 100644
--- a/pkg/front_end/testcases/strong.status
+++ b/pkg/front_end/testcases/strong.status
@@ -172,5 +172,22 @@ regress/issue_29984: Crash # Issue 29984.
regress/issue_29985: Crash # Issue 29985.
regress/issue_29987: Crash # Issue 29987.
+runtime_checks/call_through_this: Fail
+runtime_checks/contravariant_generic_return: Fail
+runtime_checks/contravariant_generic_return_tear_off: Fail
+runtime_checks/contravariant_getter: Fail
+runtime_checks/covariant_generic_method_type_parameter: Fail
+runtime_checks/covariant_generic_parameter: Fail
+runtime_checks/covariant_generic_parameter_in_interface: Fail
+runtime_checks/covariant_generic_parameter_in_interface_mixin: Fail
+runtime_checks/covariant_generic_parameter_in_interface_super: Fail
+runtime_checks/covariant_generic_parameter_in_interface_super_mixin: Fail
+runtime_checks/covariant_generic_parameter_tear_off: Fail
+runtime_checks/covariant_keyword: Fail
+runtime_checks/covariant_setter: Fail
+runtime_checks/dynamic_invocation: Fail
+runtime_checks/dynamic_invocation_generic: Fail
+runtime_checks/dynamic_invocation_of_getter: Fail
+
illegal_named_function_expression: RuntimeError
local_generic_function: RuntimeError
« no previous file with comments | « pkg/front_end/testcases/runtime_checks/dynamic_invocation_of_getter.dart.outline.expect ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698