| 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 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 511 regress_12561_test: StaticWarning | 511 regress_12561_test: StaticWarning |
| 512 | 512 |
| 513 main_not_a_function_test/01: Fail # Issue 20030 | 513 main_not_a_function_test/01: Fail # Issue 20030 |
| 514 main_test/03: Fail # Issue 20030 | 514 main_test/03: Fail # Issue 20030 |
| 515 no_main_test/01: Fail # Issue 20030 | 515 no_main_test/01: Fail # Issue 20030 |
| 516 | 516 |
| 517 compile_time_constant10_test/none: CompileTimeError # Issue 21177 | 517 compile_time_constant10_test/none: CompileTimeError # Issue 21177 |
| 518 | 518 |
| 519 const_dynamic_type_literal_test: CompileTimeError # Issue 22989 | 519 const_dynamic_type_literal_test: CompileTimeError # Issue 22989 |
| 520 | 520 |
| 521 regress_21912_test/02: StaticWarning # Issue 21912 |
| 522 regress_22976_test/02: StaticWarning # Issue 22976 |
| 523 |
| 521 # Null-aware operators aren't implemented in the Java-based analyzer. | 524 # Null-aware operators aren't implemented in the Java-based analyzer. |
| 522 if_null_evaluation_order_test: CompileTimeError | 525 if_null_evaluation_order_test: CompileTimeError |
| 523 if_null_precedence_test: CompileTimeError | 526 if_null_precedence_test: CompileTimeError |
| 524 if_null_behavior_test: CompileTimeError | 527 if_null_behavior_test: CompileTimeError |
| 525 if_null_assignment_behavior_test: CompileTimeError | 528 if_null_assignment_behavior_test: CompileTimeError |
| 526 if_null_assignment_static_test: CompileTimeError | 529 if_null_assignment_static_test: CompileTimeError |
| 527 conditional_property_assignment_test: CompileTimeError | 530 conditional_property_assignment_test: CompileTimeError |
| 528 conditional_property_access_test: CompileTimeError | 531 conditional_property_access_test: CompileTimeError |
| 529 conditional_method_invocation_test: CompileTimeError | 532 conditional_method_invocation_test: CompileTimeError |
| 530 | 533 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 551 const_constructor2_test/17: MissingCompileTimeError # Issue 16391 | 554 const_constructor2_test/17: MissingCompileTimeError # Issue 16391 |
| 552 const_constructor2_test/20: MissingCompileTimeError # Issue 16391 | 555 const_constructor2_test/20: MissingCompileTimeError # Issue 16391 |
| 553 const_constructor2_test/22: MissingCompileTimeError # Issue 16391 | 556 const_constructor2_test/22: MissingCompileTimeError # Issue 16391 |
| 554 const_constructor2_test/24: MissingCompileTimeError # Issue 16391 | 557 const_constructor2_test/24: MissingCompileTimeError # Issue 16391 |
| 555 const_constructor3_test/02: MissingCompileTimeError # Issue 16391 | 558 const_constructor3_test/02: MissingCompileTimeError # Issue 16391 |
| 556 const_constructor3_test/04: MissingCompileTimeError # Issue 16391 | 559 const_constructor3_test/04: MissingCompileTimeError # Issue 16391 |
| 557 const_init2_test/02: MissingCompileTimeError # Issue 16391 | 560 const_init2_test/02: MissingCompileTimeError # Issue 16391 |
| 558 malformed2_test/01: MissingCompileTimeError # Issue 16391 | 561 malformed2_test/01: MissingCompileTimeError # Issue 16391 |
| 559 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639
1 | 562 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639
1 |
| 560 type_parameter_test/05: MissingCompileTimeError # Issue 16391 | 563 type_parameter_test/05: MissingCompileTimeError # Issue 16391 |
| OLD | NEW |