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 | 6 await_backwards_compatibility_test/none: CompileTimeError # Issue 22052 |
7 await_test: CompileTimeError # Issue 22052 | 7 await_test: CompileTimeError # Issue 22052 |
8 | 8 |
9 async_test/type-mismatch2: MissingStaticWarning # Issue 22053 | 9 async_test/type-mismatch2: MissingStaticWarning # Issue 22053 |
10 async_test/type-mismatch3: MissingStaticWarning # Issue 22053 | 10 async_test/type-mismatch3: MissingStaticWarning # Issue 22053 |
11 async_test/type-mismatch4: MissingStaticWarning # Issue 22053 | 11 async_test/type-mismatch4: MissingStaticWarning # Issue 22053 |
12 | 12 |
13 async_await_syntax_test/a03b: MissingCompileTimeError # Issue 22234 | 13 async_await_syntax_test/a03b: MissingCompileTimeError # Issue 22234 |
14 async_await_syntax_test/a04c: MissingCompileTimeError # Issue 22234 | 14 async_await_syntax_test/a04c: MissingCompileTimeError # Issue 22234 |
| 15 async_await_syntax_test/a05c: CompileTimeError |
| 16 async_await_syntax_test/a05e: CompileTimeError |
| 17 async_await_syntax_test/a05f: MissingCompileTimeError |
15 | 18 |
16 # Runtime negative test. No static errors or warnings. | 19 # Runtime negative test. No static errors or warnings. |
17 closure_call_wrong_argument_count_negative_test: skip | 20 closure_call_wrong_argument_count_negative_test: skip |
18 | 21 |
19 compile_time_constant_c_test/01: Fail # Issue 21000 | 22 compile_time_constant_c_test/01: Fail # Issue 21000 |
20 compile_time_constant12_test: Fail # Issue 21000 | 23 compile_time_constant12_test: Fail # Issue 21000 |
21 | 24 |
22 enum_syntax_test/02: Fail # 21649 | 25 enum_syntax_test/02: Fail # 21649 |
23 enum_syntax_test/03: Fail # 21649 | 26 enum_syntax_test/03: Fail # 21649 |
24 enum_syntax_test/04: Fail # 21649 | 27 enum_syntax_test/04: Fail # 21649 |
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
510 const_constructor2_test/17: MissingCompileTimeError # Issue 16391 | 513 const_constructor2_test/17: MissingCompileTimeError # Issue 16391 |
511 const_constructor2_test/20: MissingCompileTimeError # Issue 16391 | 514 const_constructor2_test/20: MissingCompileTimeError # Issue 16391 |
512 const_constructor2_test/22: MissingCompileTimeError # Issue 16391 | 515 const_constructor2_test/22: MissingCompileTimeError # Issue 16391 |
513 const_constructor2_test/24: MissingCompileTimeError # Issue 16391 | 516 const_constructor2_test/24: MissingCompileTimeError # Issue 16391 |
514 const_constructor3_test/02: MissingCompileTimeError # Issue 16391 | 517 const_constructor3_test/02: MissingCompileTimeError # Issue 16391 |
515 const_constructor3_test/04: MissingCompileTimeError # Issue 16391 | 518 const_constructor3_test/04: MissingCompileTimeError # Issue 16391 |
516 const_init2_test/02: MissingCompileTimeError # Issue 16391 | 519 const_init2_test/02: MissingCompileTimeError # Issue 16391 |
517 malformed2_test/01: MissingCompileTimeError # Issue 16391 | 520 malformed2_test/01: MissingCompileTimeError # Issue 16391 |
518 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639
1 | 521 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639
1 |
519 type_parameter_test/05: MissingCompileTimeError # Issue 16391 | 522 type_parameter_test/05: MissingCompileTimeError # Issue 16391 |
OLD | NEW |