OLD | NEW |
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file |
2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
4 | 4 |
5 # Sections in this file should contain "$compiler == dart2analyzer". | 5 # Sections in this file should contain "$compiler == dart2analyzer". |
6 | 6 |
7 # Analyzer only implements Dart 2.0 static type checking with "--strong". | 7 # Analyzer only implements Dart 2.0 static type checking with "--strong". |
8 [ $compiler == dart2analyzer && ! $strong && ! $checked ] | 8 [ $compiler == dart2analyzer && ! $strong && ! $checked ] |
9 abstract_beats_arguments_test: MissingCompileTimeError | 9 abstract_beats_arguments_test: MissingCompileTimeError |
10 abstract_exact_selector_test/01: MissingCompileTimeError | 10 abstract_exact_selector_test/01: MissingCompileTimeError |
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
231 closure_call_wrong_argument_count_negative_test: skip | 231 closure_call_wrong_argument_count_negative_test: skip |
232 generic_methods_generic_function_parameter_test: CompileTimeError # Issue 28515 | 232 generic_methods_generic_function_parameter_test: CompileTimeError # Issue 28515 |
233 generic_local_functions_test: CompileTimeError # Issue 28515 | 233 generic_local_functions_test: CompileTimeError # Issue 28515 |
234 get_set_syntax_test/none: fail # Issue 11575 | 234 get_set_syntax_test/none: fail # Issue 11575 |
235 generic_list_checked_test: StaticWarning | 235 generic_list_checked_test: StaticWarning |
236 generics_test: StaticWarning | 236 generics_test: StaticWarning |
237 generic_test: StaticWarning | 237 generic_test: StaticWarning |
238 getter_setter_in_lib_test: Fail # Issue 23286 | 238 getter_setter_in_lib_test: Fail # Issue 23286 |
239 getter_setter_in_lib_test: Fail # Issue 23286 | 239 getter_setter_in_lib_test: Fail # Issue 23286 |
240 getter_declaration_negative_test: CompileTimeError | 240 getter_declaration_negative_test: CompileTimeError |
| 241 type_variable_scope_test/none: fail # Issue 11578 |
| 242 type_variable_static_context_negative_test: fail # Issue 12161 |
241 | 243 |
242 [ $strong && $compiler == dart2analyzer ] | 244 [ $strong && $compiler == dart2analyzer ] |
243 accessor_conflict_export2_test: CompileTimeError # Issue 25626 | 245 accessor_conflict_export2_test: CompileTimeError # Issue 25626 |
244 accessor_conflict_export_test: CompileTimeError # Issue 25626 | 246 accessor_conflict_export_test: CompileTimeError # Issue 25626 |
245 accessor_conflict_import2_test: CompileTimeError # Issue 25626 | 247 accessor_conflict_import2_test: CompileTimeError # Issue 25626 |
246 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 | 248 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 |
247 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 | 249 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 |
248 accessor_conflict_import_test: CompileTimeError # Issue 25626 | 250 accessor_conflict_import_test: CompileTimeError # Issue 25626 |
249 additional_interface_adds_optional_args_test: CompileTimeError # Issue #30568 | 251 additional_interface_adds_optional_args_test: CompileTimeError # Issue #30568 |
250 async_return_types_test/nestedFuture: MissingCompileTimeError | 252 async_return_types_test/nestedFuture: MissingCompileTimeError |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
388 if_null_assignment_static_test/32: MissingCompileTimeError | 390 if_null_assignment_static_test/32: MissingCompileTimeError |
389 if_null_assignment_static_test/34: MissingCompileTimeError | 391 if_null_assignment_static_test/34: MissingCompileTimeError |
390 if_null_assignment_static_test/35: MissingCompileTimeError | 392 if_null_assignment_static_test/35: MissingCompileTimeError |
391 if_null_assignment_static_test/37: MissingCompileTimeError | 393 if_null_assignment_static_test/37: MissingCompileTimeError |
392 if_null_assignment_static_test/39: MissingCompileTimeError | 394 if_null_assignment_static_test/39: MissingCompileTimeError |
393 if_null_assignment_static_test/41: MissingCompileTimeError | 395 if_null_assignment_static_test/41: MissingCompileTimeError |
394 if_null_assignment_static_test/42: MissingCompileTimeError | 396 if_null_assignment_static_test/42: MissingCompileTimeError |
395 if_null_precedence_test/06: MissingCompileTimeError | 397 if_null_precedence_test/06: MissingCompileTimeError |
396 if_null_precedence_test/07: MissingCompileTimeError | 398 if_null_precedence_test/07: MissingCompileTimeError |
397 multiple_interface_inheritance_test: StaticWarning # Issue 30552 | 399 multiple_interface_inheritance_test: StaticWarning # Issue 30552 |
| 400 type_variable_scope_test/00: MissingCompileTimeError |
| 401 type_variable_scope_test/01: MissingCompileTimeError |
| 402 type_variable_scope_test/02: MissingCompileTimeError |
| 403 type_variable_scope_test/03: MissingCompileTimeError |
| 404 type_variable_scope_test/04: MissingCompileTimeError |
| 405 type_variable_scope_test/05: MissingCompileTimeError |
| 406 type_variable_scope2_test: MissingCompileTimeError |
| 407 type_variable_static_context_test: MissingCompileTimeError |
| 408 typed_selector2_test: MissingCompileTimeError |
| 409 unbound_getter_test: MissingCompileTimeError |
| 410 unresolved_default_constructor_test/01: MissingCompileTimeError |
| 411 unresolved_in_factory_test: MissingCompileTimeError |
| 412 unresolved_top_level_method_test: MissingCompileTimeError |
| 413 unresolved_top_level_var_test: MissingCompileTimeError |
398 | 414 |
399 [ $compiler == dart2analyzer && $runtime == none ] | 415 [ $compiler == dart2analyzer && $runtime == none ] |
400 assertion_initializer_const_error2_test/none: CompileTimeError | 416 assertion_initializer_const_error2_test/none: CompileTimeError |
401 assertion_initializer_const_function_test/01: CompileTimeError | 417 assertion_initializer_const_function_test/01: CompileTimeError |
402 assertion_initializer_test: CompileTimeError | 418 assertion_initializer_test: CompileTimeError |
403 | 419 |
404 [ $compiler == dart2analyzer && $strong ] | 420 [ $compiler == dart2analyzer && $strong ] |
405 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070 | 421 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070 |
406 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070 | 422 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070 |
407 generic_methods_shadowing_test: CompileTimeError # Issue 29070 | 423 generic_methods_shadowing_test: CompileTimeError # Issue 29070 |
408 generic_methods_closure_test: CompileTimeError # Issue 29070 | 424 generic_methods_closure_test: CompileTimeError # Issue 29070 |
409 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070 | 425 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070 |
410 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070 | 426 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070 |
411 generic_methods_type_expression_test: CompileTimeError # Incorrectly disallows t
ype parameter in "is" test. | 427 generic_methods_type_expression_test: CompileTimeError # Incorrectly disallows t
ype parameter in "is" test. |
OLD | NEW |