| 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 |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 rasta/bad_interpolation: Fail | 45 rasta/bad_interpolation: Fail |
| 46 rasta/bad_redirection: Fail | 46 rasta/bad_redirection: Fail |
| 47 rasta/bad_setter_initializer: Fail | 47 rasta/bad_setter_initializer: Fail |
| 48 rasta/bad_unicode: Fail | 48 rasta/bad_unicode: Fail |
| 49 rasta/breaking_bad: Fail | 49 rasta/breaking_bad: Fail |
| 50 rasta/class_hierarchy: Fail | 50 rasta/class_hierarchy: Fail |
| 51 rasta/class_member: Fail | 51 rasta/class_member: Fail |
| 52 rasta/constant_get_and_invoke: Fail | 52 rasta/constant_get_and_invoke: Fail |
| 53 rasta/deferred_lib: Fail | 53 rasta/deferred_lib: Fail |
| 54 rasta/deferred_load: Fail | 54 rasta/deferred_load: Fail |
| 55 rasta/duplicated_mixin: Fail | |
| 56 rasta/for_loop: Fail | 55 rasta/for_loop: Fail |
| 57 rasta/generic_factory: Fail | 56 rasta/generic_factory: Fail |
| 58 rasta/issue_000001: Fail | 57 rasta/issue_000001: Fail |
| 59 rasta/issue_000031: Fail | 58 rasta/issue_000031: Fail |
| 60 rasta/issue_000032: Fail | 59 rasta/issue_000032: Fail |
| 61 rasta/issue_000034: Fail | 60 rasta/issue_000034: Fail |
| 62 rasta/issue_000035: Fail | 61 rasta/issue_000035: Fail |
| 63 rasta/issue_000035a: Fail | 62 rasta/issue_000035a: Fail |
| 64 rasta/issue_000036: Fail | 63 rasta/issue_000036: Fail |
| 65 rasta/issue_000039: Fail | 64 rasta/issue_000039: Fail |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 regress/issue_29977: Crash # Issue 29977. | 99 regress/issue_29977: Crash # Issue 29977. |
| 101 regress/issue_29980: Crash # Issue 29980. | 100 regress/issue_29980: Crash # Issue 29980. |
| 102 regress/issue_29981: Crash # Issue 29981. | 101 regress/issue_29981: Crash # Issue 29981. |
| 103 regress/issue_29982: RuntimeError | 102 regress/issue_29982: RuntimeError |
| 104 regress/issue_29983: Crash # Issue 29983. | 103 regress/issue_29983: Crash # Issue 29983. |
| 105 regress/issue_29984: Crash # Issue 29984. | 104 regress/issue_29984: Crash # Issue 29984. |
| 106 regress/issue_29985: Crash # Issue 29985. | 105 regress/issue_29985: Crash # Issue 29985. |
| 107 regress/issue_29987: Crash # Issue 29987. | 106 regress/issue_29987: Crash # Issue 29987. |
| 108 | 107 |
| 109 ambiguous_exports: RuntimeError # Expected, this file exports two main methods. | 108 ambiguous_exports: RuntimeError # Expected, this file exports two main methods. |
| 109 rasta/duplicated_mixin: RuntimeError # Expected, this file has no main method. |
| 110 rasta/export: RuntimeError # Expected, this file has no main method. | 110 rasta/export: RuntimeError # Expected, this file has no main method. |
| 111 rasta/foo: RuntimeError # Expected, this file has no main method. | 111 rasta/foo: RuntimeError # Expected, this file has no main method. |
| OLD | NEW |