| 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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 # Null-aware operators aren't implemented in the Java-based analyzer. | 521 # Null-aware operators aren't implemented in the Java-based analyzer. |
| 522 if_null_evaluation_order_test: CompileTimeError | 522 if_null_evaluation_order_test: CompileTimeError |
| 523 if_null_precedence_test: CompileTimeError | 523 if_null_precedence_test: CompileTimeError |
| 524 if_null_behavior_test: CompileTimeError | 524 if_null_behavior_test: CompileTimeError |
| 525 if_null_assignment_behavior_test: CompileTimeError | 525 if_null_assignment_behavior_test: CompileTimeError |
| 526 if_null_assignment_static_test: CompileTimeError | 526 if_null_assignment_static_test: CompileTimeError |
| 527 conditional_property_assignment_test: CompileTimeError |
| 528 conditional_property_access_test: CompileTimeError |
| 529 conditional_method_invocation_test: CompileTimeError |
| 527 | 530 |
| 528 # Issue 16391. These tests are supposed to produce a compile time | 531 # Issue 16391. These tests are supposed to produce a compile time |
| 529 # error in checked mode, but they don't: | 532 # error in checked mode, but they don't: |
| 530 [ $compiler == dartanalyzer && $checked ] | 533 [ $compiler == dartanalyzer && $checked ] |
| 531 assign_static_type_test/02: MissingCompileTimeError # Issue 16391 | 534 assign_static_type_test/02: MissingCompileTimeError # Issue 16391 |
| 532 compile_time_constant_checked2_test/02: MissingCompileTimeError # Issue 16391 | 535 compile_time_constant_checked2_test/02: MissingCompileTimeError # Issue 16391 |
| 533 compile_time_constant_checked2_test/03: MissingCompileTimeError # Issue 16391 | 536 compile_time_constant_checked2_test/03: MissingCompileTimeError # Issue 16391 |
| 534 compile_time_constant_checked2_test/04: MissingCompileTimeError # Issue 16391 | 537 compile_time_constant_checked2_test/04: MissingCompileTimeError # Issue 16391 |
| 535 compile_time_constant_checked2_test/06: MissingCompileTimeError # Issue 16391 | 538 compile_time_constant_checked2_test/06: MissingCompileTimeError # Issue 16391 |
| 536 compile_time_constant_checked3_test/02: MissingCompileTimeError # Issue 16391 | 539 compile_time_constant_checked3_test/02: MissingCompileTimeError # Issue 16391 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 548 const_constructor2_test/17: MissingCompileTimeError # Issue 16391 | 551 const_constructor2_test/17: MissingCompileTimeError # Issue 16391 |
| 549 const_constructor2_test/20: MissingCompileTimeError # Issue 16391 | 552 const_constructor2_test/20: MissingCompileTimeError # Issue 16391 |
| 550 const_constructor2_test/22: MissingCompileTimeError # Issue 16391 | 553 const_constructor2_test/22: MissingCompileTimeError # Issue 16391 |
| 551 const_constructor2_test/24: MissingCompileTimeError # Issue 16391 | 554 const_constructor2_test/24: MissingCompileTimeError # Issue 16391 |
| 552 const_constructor3_test/02: MissingCompileTimeError # Issue 16391 | 555 const_constructor3_test/02: MissingCompileTimeError # Issue 16391 |
| 553 const_constructor3_test/04: MissingCompileTimeError # Issue 16391 | 556 const_constructor3_test/04: MissingCompileTimeError # Issue 16391 |
| 554 const_init2_test/02: MissingCompileTimeError # Issue 16391 | 557 const_init2_test/02: MissingCompileTimeError # Issue 16391 |
| 555 malformed2_test/01: MissingCompileTimeError # Issue 16391 | 558 malformed2_test/01: MissingCompileTimeError # Issue 16391 |
| 556 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639
1 | 559 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639
1 |
| 557 type_parameter_test/05: MissingCompileTimeError # Issue 16391 | 560 type_parameter_test/05: MissingCompileTimeError # Issue 16391 |
| OLD | NEW |