| 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 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error
at runtime. | |
| 6 | |
| 7 # 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 |
| 8 # testing generating Kernel ASTs directly, that is, code in | 6 # testing generating Kernel ASTs directly, that is, code in |
| 9 # pkg/fasta/lib/src/kernel/. | 7 # pkg/fasta/lib/src/kernel/. |
| 10 | 8 |
| 9 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error
at runtime. |
| 10 |
| 11 accessors: Fail # Fixed in ahe's dev branch. |
| 12 expressions: Fail # Fixed in ahe's dev branch. |
| 13 inference/constructors_infer_from_arguments_redirecting_factory_to_factory: Fail
# Fixed in ahe's dev branch. |
| 14 rasta/issue_000002: Fail # Fixed in ahe's dev branch. |
| 15 rasta/static: Fail # Fixed in ahe's dev branch. |
| 16 redirecting_constructor: Fail # Fixed in ahe's dev branch. |
| 17 super_rasta_copy: Fail # Fixed in ahe's dev branch. |
| 18 |
| 11 DeltaBlue: Fail # Missing types on constructor parameters. | 19 DeltaBlue: Fail # Missing types on constructor parameters. |
| 12 async_function: Fail # Async transformer should be optional. | 20 async_function: Fail # Async transformer should be optional. |
| 13 await: Fail | 21 await: Fail |
| 14 call: Fail # Test can't run. | 22 call: Fail # Test can't run. |
| 15 covariant_generic: Fail # Missing types on constructor parameters. | 23 covariant_generic: Fail # Missing types on constructor parameters. |
| 16 cycles: Fail # Compile-time error handling destroys program. | 24 cycles: Fail # Compile-time error handling destroys program. |
| 17 external: Fail # External method marked abstract. | 25 external: Fail # External method marked abstract. |
| 18 fallthrough: Fail # Missing FallThroughError. | 26 fallthrough: Fail # Missing FallThroughError. |
| 19 function_type_recovery: Fail | 27 function_type_recovery: Fail |
| 20 invocations: Fail | 28 invocations: Fail |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 rasta/switch_execution_case_t02: Fail | 358 rasta/switch_execution_case_t02: Fail |
| 351 rasta/switch_fall_through: Fail | 359 rasta/switch_fall_through: Fail |
| 352 rasta/try_label: Fail | 360 rasta/try_label: Fail |
| 353 rasta/type_literals: Fail | 361 rasta/type_literals: Fail |
| 354 rasta/type_with_parse_error: Fail | 362 rasta/type_with_parse_error: Fail |
| 355 rasta/typedef: Fail | 363 rasta/typedef: Fail |
| 356 rasta/unresolved: Fail | 364 rasta/unresolved: Fail |
| 357 rasta/unresolved_constructor: Fail | 365 rasta/unresolved_constructor: Fail |
| 358 rasta/unresolved_for_in: Fail | 366 rasta/unresolved_for_in: Fail |
| 359 rasta/unresolved_recovery: Fail | 367 rasta/unresolved_recovery: Fail |
| OLD | NEW |