| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 [ $compiler == dart2analyzer ] | 5 [ $compiler == dart2analyzer ] |
| 6 | 6 |
| 7 regress_26668_test: Fail # Issue 26678 | 7 regress_26668_test: Fail # Issue 26678 |
| 8 regress_27617_test/1: MissingCompileTimeError | 8 regress_27617_test/1: MissingCompileTimeError |
| 9 | 9 |
| 10 # Runtime negative test. No static errors or warnings. | 10 # Runtime negative test. No static errors or warnings. |
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 optional_named_parameters_test/08: StaticWarning | 349 optional_named_parameters_test/08: StaticWarning |
| 350 optional_named_parameters_test/09: StaticWarning | 350 optional_named_parameters_test/09: StaticWarning |
| 351 override_field_method1_negative_test: CompileTimeError | 351 override_field_method1_negative_test: CompileTimeError |
| 352 override_field_method2_negative_test: CompileTimeError | 352 override_field_method2_negative_test: CompileTimeError |
| 353 override_field_method4_negative_test: CompileTimeError | 353 override_field_method4_negative_test: CompileTimeError |
| 354 override_field_method5_negative_test: CompileTimeError | 354 override_field_method5_negative_test: CompileTimeError |
| 355 parameter_initializer1_negative_test: CompileTimeError | 355 parameter_initializer1_negative_test: CompileTimeError |
| 356 parameter_initializer2_negative_test: CompileTimeError | 356 parameter_initializer2_negative_test: CompileTimeError |
| 357 parameter_initializer3_negative_test: CompileTimeError | 357 parameter_initializer3_negative_test: CompileTimeError |
| 358 parameter_initializer4_negative_test: CompileTimeError | 358 parameter_initializer4_negative_test: CompileTimeError |
| 359 parameter_initializer5_negative_test: CompileTimeError | |
| 360 parameter_initializer6_negative_test: CompileTimeError | 359 parameter_initializer6_negative_test: CompileTimeError |
| 361 parser_quirks_test: StaticWarning | 360 parser_quirks_test: StaticWarning |
| 362 part2_test: StaticWarning | 361 part2_test: StaticWarning |
| 363 positional_parameters_type_test/01: StaticWarning | 362 positional_parameters_type_test/01: StaticWarning |
| 364 prefix13_negative_test: CompileTimeError | 363 prefix13_negative_test: CompileTimeError |
| 365 prefix14_test: StaticWarning | 364 prefix14_test: StaticWarning |
| 366 prefix15_negative_test: CompileTimeError | 365 prefix15_negative_test: CompileTimeError |
| 367 prefix15_test: StaticWarning | 366 prefix15_test: StaticWarning |
| 368 prefix16_test: StaticWarning | 367 prefix16_test: StaticWarning |
| 369 prefix17_test: StaticWarning | 368 prefix17_test: StaticWarning |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 for_in_side_effects_test: StaticWarning, OK # Test uses custom class that does n
ot implement Iterable in for-in. | 497 for_in_side_effects_test: StaticWarning, OK # Test uses custom class that does n
ot implement Iterable in for-in. |
| 499 | 498 |
| 500 # Experimental feature: Syntactic support for generic methods. | 499 # Experimental feature: Syntactic support for generic methods. |
| 501 generic_methods_type_expression_test: StaticWarning # Issue 25868 | 500 generic_methods_type_expression_test: StaticWarning # Issue 25868 |
| 502 generic_methods_generic_function_parameter_test: StaticWarning # Issue 25868 | 501 generic_methods_generic_function_parameter_test: StaticWarning # Issue 25868 |
| 503 | 502 |
| 504 # Experimental feature: Use initializing formals in initializers and constructor
body. | 503 # Experimental feature: Use initializing formals in initializers and constructor
body. |
| 505 initializing_formal_type_test: StaticWarning # Issue 26658 | 504 initializing_formal_type_test: StaticWarning # Issue 26658 |
| 506 | 505 |
| 507 regress_27572_test: StaticWarning # Warning about undefined method expected. | 506 regress_27572_test: StaticWarning # Warning about undefined method expected. |
| OLD | NEW |