Chromium Code Reviews| Index: tests/language_2/language_2_analyzer.status |
| diff --git a/tests/language_2/language_2_analyzer.status b/tests/language_2/language_2_analyzer.status |
| index 4aeb833065d98cb25e4a76cf9ce32b8bc1bc043c..44b6c3edc24cdea1913131e4ea6c8da5742afa3e 100644 |
| --- a/tests/language_2/language_2_analyzer.status |
| +++ b/tests/language_2/language_2_analyzer.status |
| @@ -68,6 +68,18 @@ call_nonexistent_static_test/10: MissingCompileTimeError |
| call_through_getter_test/01: MissingCompileTimeError |
| call_through_getter_test/02: MissingCompileTimeError |
| call_type_literal_test/01: MissingCompileTimeError |
| +generic_methods_bounds_test/01: MissingCompileTimeError |
| +generic_methods_closure_test: StaticWarning |
| +generic_methods_dynamic_test/01: MissingCompileTimeError |
| +generic_methods_dynamic_test/03: MissingCompileTimeError |
| +generic_methods_local_variable_declaration_test: StaticWarning |
| +generic_methods_overriding_test/01: MissingCompileTimeError |
| +generic_methods_overriding_test/03: MissingCompileTimeError |
| +generic_methods_overriding_test/06: StaticWarning |
| +generic_methods_recursive_bound_test/02: MissingCompileTimeError |
| +generic_methods_shadowing_test: StaticWarning |
| +generic_methods_simple_is_expression_test: StaticWarning |
| +generic_tearoff_test: CompileTimeError |
| [ $compiler == dart2analyzer && ! $strong && $checked ] |
| abstract_beats_arguments_test: MissingCompileTimeError |
| @@ -131,6 +143,18 @@ call_nonexistent_static_test/10: MissingCompileTimeError |
| call_through_getter_test/01: MissingCompileTimeError |
| call_through_getter_test/02: MissingCompileTimeError |
| call_type_literal_test/01: MissingCompileTimeError |
| +generic_methods_bounds_test/01: MissingCompileTimeError |
| +generic_methods_closure_test: StaticWarning |
| +generic_methods_dynamic_test/01: MissingCompileTimeError |
| +generic_methods_dynamic_test/03: MissingCompileTimeError |
| +generic_methods_local_variable_declaration_test: StaticWarning |
| +generic_methods_overriding_test/01: MissingCompileTimeError |
| +generic_methods_overriding_test/03: MissingCompileTimeError |
| +generic_methods_overriding_test/06: StaticWarning |
| +generic_methods_recursive_bound_test/02: MissingCompileTimeError |
| +generic_methods_shadowing_test: StaticWarning |
| +generic_methods_simple_is_expression_test: StaticWarning |
| +generic_tearoff_test: CompileTimeError |
| [ $compiler == dart2analyzer ] |
| async_return_types_test/nestedFuture: MissingCompileTimeError |
| @@ -146,6 +170,12 @@ body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695 |
| built_in_identifier_prefix_test: CompileTimeError |
| cascade_test/none: fail # Issue 11577 |
| closure_call_wrong_argument_count_negative_test: skip |
| +generic_methods_generic_function_parameter_test: CompileTimeError # Issue 28515 |
| +generic_local_functions_test: CompileTimeError # Issue 28515 |
| +get_set_syntax_test/none: fail # Issue 11575 |
| +generic_list_checked_test: StaticWarning |
| +generics_test: StaticWarning |
| +generic_test: StaticWarning |
| [ $strong && $compiler == dart2analyzer ] |
| accessor_conflict_export2_test: CompileTimeError # Issue 25626 |
| @@ -160,6 +190,7 @@ bit_operations_test/02: MissingStaticWarning # Issue 28823 |
| bit_operations_test/03: MissingStaticWarning # Issue 28823 |
| bit_operations_test/04: MissingStaticWarning # Issue 28823 |
| generic_methods_generic_function_result_test/none: CompileTimeError # Issue #30207 |
| +generic_methods_test: CompileTimeError |
| regress_30339_test: CompileTimeError |
| [ ! $strong && $compiler == dart2analyzer ] |
| @@ -206,6 +237,7 @@ generic_constructor_mixin_test/01: MissingCompileTimeError |
| generic_constructor_mixin2_test/01: MissingCompileTimeError |
| generic_constructor_mixin3_test/01: MissingCompileTimeError |
| generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue #30207 |
| +generic_methods_type_expression_test: StaticWarning # Incorrectly disallows type parameter in "is" test. |
|
Jennifer Messerly
2017/08/17 06:22:45
is/should there be a bug filed for this?
Bob Nystrom
2017/08/24 01:00:27
Done.
|
| closure_type_test: Pass |
| typevariable_substitution2_test/02: MissingCompileTimeError |
| @@ -213,3 +245,12 @@ typevariable_substitution2_test/02: MissingCompileTimeError |
| assertion_initializer_const_error2_test/none: CompileTimeError |
| assertion_initializer_const_function_test/01: CompileTimeError |
| assertion_initializer_test: CompileTimeError |
| + |
| +[ $compiler == dart2analyzer && $strong ] |
| +generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070 |
| +generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070 |
| +generic_methods_shadowing_test: CompileTimeError # Issue 29070 |
|
Jennifer Messerly
2017/08/17 06:22:45
all the associated bugs have been closed ... is th
Bob Nystrom
2017/08/24 01:00:27
I don't know. Most of these statuses get copied ov
|
| +generic_methods_closure_test: CompileTimeError # Issue 29070 |
| +generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070 |
| +generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070 |
| +generic_methods_type_expression_test: CompileTimeError # Incorrectly disallows type parameter in "is" test. |