| 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 async_return_types_test/wrongTypeParameter: MissingStaticWarning # Issue 22410 | 6 async_return_types_test/wrongTypeParameter: MissingStaticWarning # Issue 22410 |
| 7 async_return_types_test/wrongReturnType: MissingStaticWarning # Issue 22410 | 7 async_return_types_test/wrongReturnType: MissingStaticWarning # Issue 22410 |
| 8 async_or_generator_return_type_stacktrace_test/01: MissingStaticWarning # Issue
22410 | 8 async_or_generator_return_type_stacktrace_test/01: MissingStaticWarning # Issue
22410 |
| 9 async_or_generator_return_type_stacktrace_test/02: MissingStaticWarning # Issue
22410 | 9 async_or_generator_return_type_stacktrace_test/02: MissingStaticWarning # Issue
22410 |
| 10 async_return_types_test/nestedFuture: MissingStaticWarning # Issue 22410 | 10 async_return_types_test/nestedFuture: MissingStaticWarning # Issue 22410 |
| (...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 type_variable_identifier_expression_test: StaticWarning | 469 type_variable_identifier_expression_test: StaticWarning |
| 470 type_variable_scope2_test: StaticWarning | 470 type_variable_scope2_test: StaticWarning |
| 471 type_variable_conflict2_test/02: MissingCompileTimeError | 471 type_variable_conflict2_test/02: MissingCompileTimeError |
| 472 type_variable_conflict2_test/06: MissingCompileTimeError | 472 type_variable_conflict2_test/06: MissingCompileTimeError |
| 473 type_variable_conflict2_test/08: MissingCompileTimeError | 473 type_variable_conflict2_test/08: MissingCompileTimeError |
| 474 type_variable_conflict2_test/10: MissingCompileTimeError | 474 type_variable_conflict2_test/10: MissingCompileTimeError |
| 475 unary_plus_negative_test: CompileTimeError | 475 unary_plus_negative_test: CompileTimeError |
| 476 unbound_getter_test: StaticWarning | 476 unbound_getter_test: StaticWarning |
| 477 unhandled_exception_negative_test: CompileTimeError | 477 unhandled_exception_negative_test: CompileTimeError |
| 478 unresolved_top_level_method_negative_test: StaticWarning | 478 unresolved_top_level_method_negative_test: StaticWarning |
| 479 vm/debug_break_enabled_vm_test: CompileTimeError, OK |
| 479 vm/type_cast_vm_test: StaticWarning | 480 vm/type_cast_vm_test: StaticWarning |
| 480 vm/type_vm_test: StaticWarning | 481 vm/type_vm_test: StaticWarning |
| 481 void_type_test: StaticWarning | 482 void_type_test: StaticWarning |
| 482 | 483 |
| 483 issue13474_test: StaticWarning, OK # Test Issue | 484 issue13474_test: StaticWarning, OK # Test Issue |
| 484 | 485 |
| 485 | 486 |
| 486 # The following lines have been left in to quickly switch back to having deferre
d loading | 487 # The following lines have been left in to quickly switch back to having deferre
d loading |
| 487 # off by default again. | 488 # off by default again. |
| 488 # Deferred loading support, tests marked as failing until support is enabled by
default. | 489 # Deferred loading support, tests marked as failing until support is enabled by
default. |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 const_constructor2_test/17: MissingCompileTimeError # Issue 16391 | 571 const_constructor2_test/17: MissingCompileTimeError # Issue 16391 |
| 571 const_constructor2_test/20: MissingCompileTimeError # Issue 16391 | 572 const_constructor2_test/20: MissingCompileTimeError # Issue 16391 |
| 572 const_constructor2_test/22: MissingCompileTimeError # Issue 16391 | 573 const_constructor2_test/22: MissingCompileTimeError # Issue 16391 |
| 573 const_constructor2_test/24: MissingCompileTimeError # Issue 16391 | 574 const_constructor2_test/24: MissingCompileTimeError # Issue 16391 |
| 574 const_constructor3_test/02: MissingCompileTimeError # Issue 16391 | 575 const_constructor3_test/02: MissingCompileTimeError # Issue 16391 |
| 575 const_constructor3_test/04: MissingCompileTimeError # Issue 16391 | 576 const_constructor3_test/04: MissingCompileTimeError # Issue 16391 |
| 576 const_init2_test/02: MissingCompileTimeError # Issue 16391 | 577 const_init2_test/02: MissingCompileTimeError # Issue 16391 |
| 577 malformed2_test/01: MissingCompileTimeError # Issue 16391 | 578 malformed2_test/01: MissingCompileTimeError # Issue 16391 |
| 578 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639
1 | 579 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639
1 |
| 579 type_parameter_test/05: MissingCompileTimeError # Issue 16391 | 580 type_parameter_test/05: MissingCompileTimeError # Issue 16391 |
| OLD | NEW |