| 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 == dartanalyzer ] | 5 [ $compiler == dartanalyzer ] |
| 6 # Runtime negative test. No static errors or warnings. | 6 # Runtime negative test. No static errors or warnings. |
| 7 closure_call_wrong_argument_count_negative_test: skip | 7 closure_call_wrong_argument_count_negative_test: skip |
| 8 | 8 |
| 9 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us
ing it as type is warning; (2) currently analyzer resolves prefix as field (don'
t ask) | 9 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us
ing it as type is warning; (2) currently analyzer resolves prefix as field (don'
t ask) |
| 10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694 | 10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694 |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 library_ambiguous_test/00: StaticWarning | 282 library_ambiguous_test/00: StaticWarning |
| 283 library_ambiguous_test/01: StaticWarning | 283 library_ambiguous_test/01: StaticWarning |
| 284 library_ambiguous_test/02: StaticWarning | 284 library_ambiguous_test/02: StaticWarning |
| 285 library_ambiguous_test/03: StaticWarning | 285 library_ambiguous_test/03: StaticWarning |
| 286 library_negative_test: CompileTimeError | 286 library_negative_test: CompileTimeError |
| 287 list_literal2_negative_test: CompileTimeError | 287 list_literal2_negative_test: CompileTimeError |
| 288 list_literal4_test: StaticWarning | 288 list_literal4_test: StaticWarning |
| 289 list_literal_negative_test: CompileTimeError | 289 list_literal_negative_test: CompileTimeError |
| 290 list_test: StaticWarning | 290 list_test: StaticWarning |
| 291 malbounded_type_cast_test: StaticWarning | 291 malbounded_type_cast_test: StaticWarning |
| 292 malbounded_type_cast2_test: StaticWarning |
| 292 malbounded_type_literal_test: StaticWarning | 293 malbounded_type_literal_test: StaticWarning |
| 294 malbounded_type_test2_test: StaticWarning |
| 293 malformed_type_test: StaticWarning | 295 malformed_type_test: StaticWarning |
| 294 map_literal2_negative_test: CompileTimeError | 296 map_literal2_negative_test: CompileTimeError |
| 295 map_literal3_test: StaticWarning | 297 map_literal3_test: StaticWarning |
| 296 map_literal4_test: StaticWarning | 298 map_literal4_test: StaticWarning |
| 297 map_literal6_test: StaticWarning | 299 map_literal6_test: StaticWarning |
| 298 map_literal8_test: StaticWarning | 300 map_literal8_test: StaticWarning |
| 299 map_literal_negative_test: CompileTimeError | 301 map_literal_negative_test: CompileTimeError |
| 300 method_override4_test: StaticWarning | 302 method_override4_test: StaticWarning |
| 301 method_override5_test: StaticWarning | 303 method_override5_test: StaticWarning |
| 302 method_override6_test: StaticWarning | 304 method_override6_test: StaticWarning |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 482 const_constructor2_test/none: StaticWarning | 484 const_constructor2_test/none: StaticWarning |
| 483 factory1_test/00: StaticWarning | 485 factory1_test/00: StaticWarning |
| 484 factory1_test/01: StaticWarning | 486 factory1_test/01: StaticWarning |
| 485 factory1_test/none: StaticWarning | 487 factory1_test/none: StaticWarning |
| 486 generic_closure_test: StaticWarning | 488 generic_closure_test: StaticWarning |
| 487 local_function2_test: StaticWarning | 489 local_function2_test: StaticWarning |
| 488 null_test/none: StaticWarning | 490 null_test/none: StaticWarning |
| 489 redirecting_factory_long_test: StaticWarning | 491 redirecting_factory_long_test: StaticWarning |
| 490 type_parameter_literal_test: StaticWarning | 492 type_parameter_literal_test: StaticWarning |
| 491 mirrors/new_instance_with_type_arguments_test: StaticWarning | 493 mirrors/new_instance_with_type_arguments_test: StaticWarning |
| OLD | NEW |