| 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 # 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 library_ambiguous_test/02: CompileTimeError | 291 library_ambiguous_test/02: CompileTimeError |
| 292 library_ambiguous_test/03: CompileTimeError | 292 library_ambiguous_test/03: CompileTimeError |
| 293 library_negative_test: CompileTimeError | 293 library_negative_test: CompileTimeError |
| 294 list_literal2_negative_test: CompileTimeError | 294 list_literal2_negative_test: CompileTimeError |
| 295 list_literal4_test: StaticWarning | 295 list_literal4_test: StaticWarning |
| 296 list_literal_negative_test: CompileTimeError | 296 list_literal_negative_test: CompileTimeError |
| 297 list_test: StaticWarning | 297 list_test: StaticWarning |
| 298 malbounded_type_cast_test: StaticWarning | 298 malbounded_type_cast_test: StaticWarning |
| 299 malbounded_type_literal_test: StaticWarning | 299 malbounded_type_literal_test: StaticWarning |
| 300 malformed_type_test: StaticWarning | 300 malformed_type_test: StaticWarning |
| 301 malformed2_test/01: MissingCompileTimeError |
| 301 map_literal11_test: StaticWarning | 302 map_literal11_test: StaticWarning |
| 302 map_literal2_negative_test: CompileTimeError | 303 map_literal2_negative_test: CompileTimeError |
| 303 map_literal3_test: StaticWarning | 304 map_literal3_test: StaticWarning |
| 304 map_literal4_test: StaticWarning | 305 map_literal4_test: StaticWarning |
| 305 map_literal6_test: StaticWarning | 306 map_literal6_test: StaticWarning |
| 306 map_literal8_test: StaticWarning | 307 map_literal8_test: StaticWarning |
| 307 map_literal_negative_test: CompileTimeError | 308 map_literal_negative_test: CompileTimeError |
| 308 method_override4_test: StaticWarning | 309 method_override4_test: StaticWarning |
| 309 method_override5_test: StaticWarning | 310 method_override5_test: StaticWarning |
| 310 method_override6_test: StaticWarning | 311 method_override6_test: StaticWarning |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 439 type_variable_identifier_expression_test: StaticWarning | 440 type_variable_identifier_expression_test: StaticWarning |
| 440 type_variable_scope2_test: StaticWarning | 441 type_variable_scope2_test: StaticWarning |
| 441 unary_plus_negative_test: CompileTimeError | 442 unary_plus_negative_test: CompileTimeError |
| 442 unbound_getter_test: StaticWarning | 443 unbound_getter_test: StaticWarning |
| 443 unhandled_exception_negative_test: CompileTimeError | 444 unhandled_exception_negative_test: CompileTimeError |
| 444 unresolved_top_level_method_negative_test: CompileTimeError | 445 unresolved_top_level_method_negative_test: CompileTimeError |
| 445 vm/type_cast_vm_test: StaticWarning | 446 vm/type_cast_vm_test: StaticWarning |
| 446 vm/type_vm_test: StaticWarning | 447 vm/type_vm_test: StaticWarning |
| 447 void_type_test: StaticWarning | 448 void_type_test: StaticWarning |
| 448 | 449 |
| OLD | NEW |