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

Unified Diff: tests/language_strong/language_strong.status

Issue 2734833002: Update status for strong-mode lib and language tests for dartanalyzer (Closed)
Patch Set: Update status for strong-mode lib and language tests for dartanalyzer Created 3 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 | « no previous file | tests/lib_strong/lib_strong.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/language_strong.status
diff --git a/tests/language_strong/language_strong.status b/tests/language_strong/language_strong.status
index dadc4a0c6c841f5dd756523914ac9db67a8c15c3..20f896e2510e08c12668482b8072e8c2805f2b68 100644
--- a/tests/language_strong/language_strong.status
+++ b/tests/language_strong/language_strong.status
@@ -7,7 +7,7 @@
*: SkipByDesign
# Skip tests that are not yet strong-mode clean.
-[ $strong == true ]
+[ $strong ]
abstract_exact_selector_test: Skip
abstract_factory_constructor_test: Skip
abstract_getter_test: Skip
@@ -680,3 +680,46 @@ unsupported_operators_test: Skip
variable_declaration_metadata_test: Skip
void_type_test: Skip
wrong_number_type_arguments_test: Skip
+
+[ $compiler == dart2analyzer && $strong ]
+async_await_test/02: StaticWarning # Issue 28823
+async_await_test/03: StaticWarning # Issue 28823
+async_await_test/none: StaticWarning # Issue 28823
+async_star_test/01: StaticWarning # Issue 28823
+async_star_test/02: StaticWarning # Issue 28823
+async_star_test/03: StaticWarning # Issue 28823
+async_star_test/04: StaticWarning # Issue 28823
+async_star_test/05: StaticWarning # Issue 28823
+async_star_test/none: StaticWarning # Issue 28823
+bit_operations_test/01: MissingStaticWarning # Issue 28823
+bit_operations_test/02: MissingStaticWarning # Issue 28823
+bit_operations_test/03: MissingStaticWarning # Issue 28823
+bit_operations_test/04: MissingStaticWarning # Issue 28823
+closure_side_effect_test: StaticWarning # Issue 28823
+constant_type_literal_test/01: MissingCompileTimeError # Issue 28823
+deferred_constraints_type_annotation_test/as_operation: CompileTimeError # Issue 28823
+deferred_constraints_type_annotation_test/catch_check: CompileTimeError # Issue 28823
+deferred_constraints_type_annotation_test/is_check: CompileTimeError # Issue 28823
+deferred_constraints_type_annotation_test/new_before_load: CompileTimeError # Issue 28823
+deferred_constraints_type_annotation_test/new_generic2: CompileTimeError # Issue 28823
+deferred_constraints_type_annotation_test/new_generic3: CompileTimeError # Issue 28823
+deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # Issue 28823
+deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeError # Issue 28823
+deferred_constraints_type_annotation_test/type_annotation_generic2: CompileTimeError # Issue 28823
+deferred_constraints_type_annotation_test/type_annotation_generic3: CompileTimeError # Issue 28823
+deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeError # Issue 28823
+deferred_constraints_type_annotation_test/type_annotation_null: CompileTimeError # Issue 28823
+deferred_constraints_type_annotation_test/type_annotation_top_level: CompileTimeError # Issue 28823
+field3a_negative_test: StaticWarning # Issue 28823
+interface_inherit_field_test: StaticWarning # Issue 28823
+internal_library_test/02: MissingStaticWarning # Issue 28823
+main_not_a_function_test/01: MissingStaticWarning # Issue 28823
+main_test/03: MissingStaticWarning # Issue 28823
+many_named_arguments_test: StaticWarning # Issue 28823
+no_main_test/01: MissingStaticWarning # Issue 28823
+regress_23089_test: CompileTimeError # Issue 28823
+reify_typevar_static_test/00: MissingCompileTimeError # Issue 28823
+super_setter_test: StaticWarning # Issue 28823
+top_level_non_prefixed_library_test: CompileTimeError # Issue 28823
+try_catch4_test: StaticWarning # Issue 28823
+try_catch5_test: StaticWarning # Issue 28823
« no previous file with comments | « no previous file | tests/lib_strong/lib_strong.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698