OLD | NEW |
1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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.md file. | 3 # BSD-style license that can be found in the LICENSE.md file. |
4 | 4 |
5 # Status file for the compile_test.dart (notice c, not k) test suite. This is | 5 # Status file for the compile_test.dart (notice c, not k) test suite. This is |
6 # testing generating Kernel ASTs directly, that is, code in | 6 # testing generating Kernel ASTs directly, that is, code in |
7 # pkg/fasta/lib/src/kernel/. | 7 # pkg/fasta/lib/src/kernel/. |
8 | 8 |
9 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error
at runtime. | 9 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error
at runtime. |
10 | 10 |
11 accessors: Fail # Fixed in ahe's dev branch. | |
12 expressions: Fail # Fixed in ahe's dev branch. | |
13 rasta/static: Fail # Fixed in ahe's dev branch. | |
14 super_rasta_copy: Fail # Fixed in ahe's dev branch. | |
15 | |
16 DeltaBlue: Fail # Missing types on constructor parameters. | 11 DeltaBlue: Fail # Missing types on constructor parameters. |
17 async_function: Fail # Async transformer should be optional. | 12 async_function: Fail # Async transformer should be optional. |
18 await: Fail | 13 await: Fail |
19 call: Fail # Test can't run. | 14 call: Fail # Test can't run. |
20 covariant_generic: Fail # Missing types on constructor parameters. | 15 covariant_generic: Fail # Missing types on constructor parameters. |
21 cycles: Fail # Compile-time error handling destroys program. | 16 cycles: Fail # Compile-time error handling destroys program. |
22 external: Fail # External method marked abstract. | 17 external: Fail # External method marked abstract. |
23 fallthrough: Fail # Missing FallThroughError. | 18 fallthrough: Fail # Missing FallThroughError. |
24 function_type_recovery: Fail | 19 function_type_recovery: Fail |
25 invocations: Fail | 20 invocations: Fail |
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
353 rasta/switch_execution_case_t02: Fail | 348 rasta/switch_execution_case_t02: Fail |
354 rasta/switch_fall_through: Fail | 349 rasta/switch_fall_through: Fail |
355 rasta/try_label: Fail | 350 rasta/try_label: Fail |
356 rasta/type_literals: Fail | 351 rasta/type_literals: Fail |
357 rasta/type_with_parse_error: Fail | 352 rasta/type_with_parse_error: Fail |
358 rasta/typedef: Fail | 353 rasta/typedef: Fail |
359 rasta/unresolved: Fail | 354 rasta/unresolved: Fail |
360 rasta/unresolved_constructor: Fail | 355 rasta/unresolved_constructor: Fail |
361 rasta/unresolved_for_in: Fail | 356 rasta/unresolved_for_in: Fail |
362 rasta/unresolved_recovery: Fail | 357 rasta/unresolved_recovery: Fail |
OLD | NEW |