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

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

Issue 3004703002: Don't export unnamed mixins. (Closed)
Patch Set: Update transitive_mixins.dart.shaker 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/shaker/transitive_mixins.dart.shaker ('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 61ac019c3fd11f1f3d299411d897608d522708e0..5c735ed8c5042bf1a636608379805347626d3e08 100644
--- a/pkg/front_end/testcases/strong.status
+++ b/pkg/front_end/testcases/strong.status
@@ -33,7 +33,6 @@ invocations: Fail
literals: Fail
map: Fail
micro: Fail
-mixin: Fail
named_parameters: Fail
null_aware: Fail
operators: Fail
@@ -88,7 +87,6 @@ rasta/class_member: Fail
rasta/constant_get_and_invoke: Fail
rasta/deferred_lib: Fail
rasta/deferred_load: Fail
-rasta/duplicated_mixin: Fail
rasta/enum: Fail
rasta/external_factory_redirection: Fail
rasta/for_loop: Fail
@@ -98,7 +96,6 @@ rasta/issue_000001: Fail
rasta/issue_000002: Fail
rasta/issue_000004: Fail
rasta/issue_000006: Fail
-rasta/issue_000007: Fail
rasta/issue_000008: Fail
rasta/issue_000011: Fail
rasta/issue_000012: Fail
@@ -126,7 +123,6 @@ rasta/issue_000067: Fail
rasta/issue_000068: Fail
rasta/issue_000069: Fail
rasta/issue_000070: Fail
-rasta/issue_000080: Fail
rasta/issue_000081: Fail
rasta/malformed_const_constructor: Fail
rasta/malformed_function: Fail
@@ -189,5 +185,6 @@ illegal_named_function_expression: RuntimeError
local_generic_function: RuntimeError
ambiguous_exports: RuntimeError # Expected, this file exports two main methods.
+rasta/duplicated_mixin: RuntimeError # Expected, this file has no main method.
rasta/export: RuntimeError # Expected, this file has no main method.
rasta/foo: RuntimeError # Expected, this file has no main method.
« no previous file with comments | « pkg/front_end/testcases/shaker/transitive_mixins.dart.shaker ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698