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

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

Issue 3003993002: Fix issues from CL 3009573002. (Closed)
Patch Set: Update imports and expectations. 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
Index: pkg/front_end/testcases/strong.status
diff --git a/pkg/front_end/testcases/strong.status b/pkg/front_end/testcases/strong.status
index 943b8af7853a8da360df06bbd1b42576911b0d92..61ac019c3fd11f1f3d299411d897608d522708e0 100644
--- a/pkg/front_end/testcases/strong.status
+++ b/pkg/front_end/testcases/strong.status
@@ -90,13 +90,10 @@ rasta/deferred_lib: Fail
rasta/deferred_load: Fail
rasta/duplicated_mixin: Fail
rasta/enum: Fail
-rasta/export: Fail
rasta/external_factory_redirection: Fail
-rasta/foo: Fail
rasta/for_loop: Fail
rasta/generic_factory: Fail
rasta/hello: Fail
-rasta/import_export: Fail
rasta/issue_000001: Fail
rasta/issue_000002: Fail
rasta/issue_000004: Fail
@@ -190,3 +187,7 @@ runtime_checks/dynamic_invocation_of_getter: Fail
illegal_named_function_expression: RuntimeError
local_generic_function: RuntimeError
+
+ambiguous_exports: RuntimeError # Expected, this file exports two main methods.
+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/rasta/import_export.dart.strong.expect ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698