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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 library_ambiguous_test/03: CompileTimeError | 307 library_ambiguous_test/03: CompileTimeError |
308 library_negative_test: CompileTimeError | 308 library_negative_test: CompileTimeError |
309 list_literal2_negative_test: CompileTimeError | 309 list_literal2_negative_test: CompileTimeError |
310 list_literal4_test: StaticWarning | 310 list_literal4_test: StaticWarning |
311 list_literal_negative_test: CompileTimeError | 311 list_literal_negative_test: CompileTimeError |
312 list_test: StaticWarning | 312 list_test: StaticWarning |
313 malbounded_type_cast_test: StaticWarning | 313 malbounded_type_cast_test: StaticWarning |
314 malbounded_type_literal_test: StaticWarning | 314 malbounded_type_literal_test: StaticWarning |
315 malformed_type_test: StaticWarning | 315 malformed_type_test: StaticWarning |
316 malformed2_test/01: MissingCompileTimeError | 316 malformed2_test/01: MissingCompileTimeError |
317 map_literal11_test: StaticWarning | |
318 map_literal2_negative_test: CompileTimeError | 317 map_literal2_negative_test: CompileTimeError |
319 map_literal3_test: StaticWarning | 318 map_literal3_test: StaticWarning |
320 map_literal4_test: StaticWarning | 319 map_literal4_test: StaticWarning |
321 map_literal6_test: StaticWarning | 320 map_literal6_test: StaticWarning |
322 map_literal8_test: StaticWarning | 321 map_literal8_test: StaticWarning |
323 map_literal_negative_test: CompileTimeError | 322 map_literal_negative_test: CompileTimeError |
324 method_override4_test: StaticWarning | 323 method_override4_test: StaticWarning |
325 method_override5_test: StaticWarning | 324 method_override5_test: StaticWarning |
326 method_override6_test: StaticWarning | 325 method_override6_test: StaticWarning |
327 method_override_test: StaticWarning | 326 method_override_test: StaticWarning |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
455 type_variable_identifier_expression_test: StaticWarning | 454 type_variable_identifier_expression_test: StaticWarning |
456 type_variable_scope2_test: StaticWarning | 455 type_variable_scope2_test: StaticWarning |
457 unary_plus_negative_test: CompileTimeError | 456 unary_plus_negative_test: CompileTimeError |
458 unbound_getter_test: StaticWarning | 457 unbound_getter_test: StaticWarning |
459 unhandled_exception_negative_test: CompileTimeError | 458 unhandled_exception_negative_test: CompileTimeError |
460 unresolved_top_level_method_negative_test: CompileTimeError | 459 unresolved_top_level_method_negative_test: CompileTimeError |
461 vm/type_cast_vm_test: StaticWarning | 460 vm/type_cast_vm_test: StaticWarning |
462 vm/type_vm_test: StaticWarning | 461 vm/type_vm_test: StaticWarning |
463 void_type_test: StaticWarning | 462 void_type_test: StaticWarning |
464 | 463 |
OLD | NEW |