| 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 await_backwards_compatibility_test/none: CompileTimeError # Issue 22052 |
| 7 await_test: CompileTimeError # Issue 22052 |
| 8 |
| 9 async_test/type-mismatch2: MissingStaticWarning # Issue 22053 |
| 10 async_test/type-mismatch3: MissingStaticWarning # Issue 22053 |
| 11 async_test/type-mismatch4: MissingStaticWarning # Issue 22053 |
| 12 |
| 6 # Runtime negative test. No static errors or warnings. | 13 # Runtime negative test. No static errors or warnings. |
| 7 closure_call_wrong_argument_count_negative_test: skip | 14 closure_call_wrong_argument_count_negative_test: skip |
| 8 | 15 |
| 9 compile_time_constant_c_test/01: Fail # Issue 21000 | 16 compile_time_constant_c_test/01: Fail # Issue 21000 |
| 10 compile_time_constant12_test: Fail # Issue 21000 | 17 compile_time_constant12_test: Fail # Issue 21000 |
| 11 | 18 |
| 12 enum_syntax_test/02: Fail # 21649 | 19 enum_syntax_test/02: Fail # 21649 |
| 13 enum_syntax_test/03: Fail # 21649 | 20 enum_syntax_test/03: Fail # 21649 |
| 14 enum_syntax_test/04: Fail # 21649 | 21 enum_syntax_test/04: Fail # 21649 |
| 15 enum_syntax_test/05: Fail # 21649 | 22 enum_syntax_test/05: Fail # 21649 |
| (...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 500 const_constructor2_test/17: MissingCompileTimeError # Issue 16391 | 507 const_constructor2_test/17: MissingCompileTimeError # Issue 16391 |
| 501 const_constructor2_test/20: MissingCompileTimeError # Issue 16391 | 508 const_constructor2_test/20: MissingCompileTimeError # Issue 16391 |
| 502 const_constructor2_test/22: MissingCompileTimeError # Issue 16391 | 509 const_constructor2_test/22: MissingCompileTimeError # Issue 16391 |
| 503 const_constructor2_test/24: MissingCompileTimeError # Issue 16391 | 510 const_constructor2_test/24: MissingCompileTimeError # Issue 16391 |
| 504 const_constructor3_test/02: MissingCompileTimeError # Issue 16391 | 511 const_constructor3_test/02: MissingCompileTimeError # Issue 16391 |
| 505 const_constructor3_test/04: MissingCompileTimeError # Issue 16391 | 512 const_constructor3_test/04: MissingCompileTimeError # Issue 16391 |
| 506 const_init2_test/02: MissingCompileTimeError # Issue 16391 | 513 const_init2_test/02: MissingCompileTimeError # Issue 16391 |
| 507 malformed2_test/01: MissingCompileTimeError # Issue 16391 | 514 malformed2_test/01: MissingCompileTimeError # Issue 16391 |
| 508 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639
1 | 515 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639
1 |
| 509 type_parameter_test/05: MissingCompileTimeError # Issue 16391 | 516 type_parameter_test/05: MissingCompileTimeError # Issue 16391 |
| OLD | NEW |