| 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 # TBD: using built-in identifers | 9 # TBD: using built-in identifers |
| 10 built_in_identifier_prefix_test: fail # Issue 12694 | 10 built_in_identifier_prefix_test: fail # Issue 12694 |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 library_ambiguous_test/02: CompileTimeError | 295 library_ambiguous_test/02: CompileTimeError |
| 296 library_ambiguous_test/03: CompileTimeError | 296 library_ambiguous_test/03: CompileTimeError |
| 297 library_negative_test: CompileTimeError | 297 library_negative_test: CompileTimeError |
| 298 list_literal2_negative_test: CompileTimeError | 298 list_literal2_negative_test: CompileTimeError |
| 299 list_literal4_test: StaticWarning | 299 list_literal4_test: StaticWarning |
| 300 list_literal_negative_test: CompileTimeError | 300 list_literal_negative_test: CompileTimeError |
| 301 list_test: StaticWarning | 301 list_test: StaticWarning |
| 302 malbounded_type_cast_test: StaticWarning | 302 malbounded_type_cast_test: StaticWarning |
| 303 malbounded_type_literal_test: StaticWarning | 303 malbounded_type_literal_test: StaticWarning |
| 304 malformed_type_test: StaticWarning | 304 malformed_type_test: StaticWarning |
| 305 malformed2_test/01: MissingCompileTimeError |
| 305 map_literal11_test: StaticWarning | 306 map_literal11_test: StaticWarning |
| 306 map_literal2_negative_test: CompileTimeError | 307 map_literal2_negative_test: CompileTimeError |
| 307 map_literal3_test: StaticWarning | 308 map_literal3_test: StaticWarning |
| 308 map_literal4_test: StaticWarning | 309 map_literal4_test: StaticWarning |
| 309 map_literal6_test: StaticWarning | 310 map_literal6_test: StaticWarning |
| 310 map_literal8_test: StaticWarning | 311 map_literal8_test: StaticWarning |
| 311 map_literal_negative_test: CompileTimeError | 312 map_literal_negative_test: CompileTimeError |
| 312 method_override4_test: StaticWarning | 313 method_override4_test: StaticWarning |
| 313 method_override5_test: StaticWarning | 314 method_override5_test: StaticWarning |
| 314 method_override6_test: StaticWarning | 315 method_override6_test: StaticWarning |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 443 type_variable_identifier_expression_test: StaticWarning | 444 type_variable_identifier_expression_test: StaticWarning |
| 444 type_variable_scope2_test: StaticWarning | 445 type_variable_scope2_test: StaticWarning |
| 445 unary_plus_negative_test: CompileTimeError | 446 unary_plus_negative_test: CompileTimeError |
| 446 unbound_getter_test: StaticWarning | 447 unbound_getter_test: StaticWarning |
| 447 unhandled_exception_negative_test: CompileTimeError | 448 unhandled_exception_negative_test: CompileTimeError |
| 448 unresolved_top_level_method_negative_test: CompileTimeError | 449 unresolved_top_level_method_negative_test: CompileTimeError |
| 449 vm/type_cast_vm_test: StaticWarning | 450 vm/type_cast_vm_test: StaticWarning |
| 450 vm/type_vm_test: StaticWarning | 451 vm/type_vm_test: StaticWarning |
| 451 void_type_test: StaticWarning | 452 void_type_test: StaticWarning |
| 452 | 453 |
| OLD | NEW |