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 DeltaBlue: Fail # Missing types on constructor parameters. | 11 DeltaBlue: Fail # Missing types on constructor parameters. |
12 async_function: Fail # Async transformer should be optional. | 12 async_function: Fail # Async transformer should be optional. |
13 await: Fail | 13 await: Fail |
14 call: Fail # Test can't run. | 14 call: Fail # Test can't run. |
15 covariant_generic: Fail # Missing types on constructor parameters. | |
16 cycles: Fail # Compile-time error handling destroys program. | 15 cycles: Fail # Compile-time error handling destroys program. |
17 external: Fail # External method marked abstract. | |
18 fallthrough: Fail # Missing FallThroughError. | 16 fallthrough: Fail # Missing FallThroughError. |
19 function_type_recovery: Fail | 17 function_type_recovery: Fail |
20 invocations: Fail | 18 invocations: Fail |
21 micro: Fail # External method marked abstract. | 19 micro: Fail # External method marked abstract. |
22 named_parameters: Fail # Missing types and unnecessary default values. | 20 named_parameters: Fail # Missing types and unnecessary default values. |
23 optional: Fail # Unnecessary default values. | 21 optional: Fail # Unnecessary default values. |
24 redirecting_factory: Fail # Missing types on constructor parameters. | 22 redirecting_factory: Fail # Missing types on constructor parameters. |
25 statements: Fail # Make async tranformer optional for golden file testing. | 23 statements: Fail # Make async tranformer optional for golden file testing. |
26 type_variable_as_super: Fail | 24 type_variable_as_super: Fail |
27 uninitialized_fields: Fail # Missing types and unnecessary default values. | 25 uninitialized_fields: Fail # Missing types and unnecessary default values. |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
338 rasta/malformed_function_type: Fail | 336 rasta/malformed_function_type: Fail |
339 rasta/mandatory_parameter_initializer: Fail | 337 rasta/mandatory_parameter_initializer: Fail |
340 rasta/mixin_library: Fail | 338 rasta/mixin_library: Fail |
341 rasta/native_is_illegal: Fail | 339 rasta/native_is_illegal: Fail |
342 rasta/parser_error: Fail | 340 rasta/parser_error: Fail |
343 rasta/super: Fail | 341 rasta/super: Fail |
344 rasta/super_initializer: Fail | 342 rasta/super_initializer: Fail |
345 rasta/super_mixin: Fail | 343 rasta/super_mixin: Fail |
346 rasta/super_operator: Fail | 344 rasta/super_operator: Fail |
347 rasta/supports_reflection: VerificationError | 345 rasta/supports_reflection: VerificationError |
348 rasta/switch_fall_through: Fail | |
349 rasta/try_label: Fail | 346 rasta/try_label: Fail |
350 rasta/type_literals: Fail | 347 rasta/type_literals: Fail |
351 rasta/type_with_parse_error: Fail | 348 rasta/type_with_parse_error: Fail |
352 rasta/typedef: Fail | 349 rasta/typedef: Fail |
353 rasta/unresolved: Fail | 350 rasta/unresolved: Fail |
354 rasta/unresolved_constructor: Fail | 351 rasta/unresolved_constructor: Fail |
355 rasta/unresolved_for_in: Fail | 352 rasta/unresolved_for_in: Fail |
356 rasta/unresolved_recovery: Fail | 353 rasta/unresolved_recovery: Fail |
OLD | NEW |