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. | 5 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error
at runtime. |
6 | 6 |
7 # Status file for the kompile_test.dart (notice k, not c) test suite. This is | 7 # Status file for the kompile_test.dart (notice k, not c) test suite. This is |
8 # testing generating Analyzer ASTs, that is, code in | 8 # testing generating Analyzer ASTs, that is, code in |
9 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so | 9 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so |
10 # there are many crashes. | 10 # there are many crashes. |
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
476 rasta/switch_fall_through: Fail | 476 rasta/switch_fall_through: Fail |
477 rasta/this_invoke: Crash | 477 rasta/this_invoke: Crash |
478 rasta/try_label: Crash | 478 rasta/try_label: Crash |
479 rasta/type_literals: Crash | 479 rasta/type_literals: Crash |
480 rasta/type_with_parse_error: Fail | 480 rasta/type_with_parse_error: Fail |
481 rasta/typedef: Crash | 481 rasta/typedef: Crash |
482 rasta/unresolved: Fail | 482 rasta/unresolved: Fail |
483 rasta/unresolved_constructor: Crash | 483 rasta/unresolved_constructor: Crash |
484 rasta/unresolved_for_in: Crash | 484 rasta/unresolved_for_in: Crash |
485 rasta/unresolved_recovery: Fail | 485 rasta/unresolved_recovery: Fail |
| 486 |
| 487 regress/issue_29975: Fail # Issue 29975. |
| 488 regress/issue_29976: Crash # Issue 29976. |
| 489 regress/issue_29977: Crash # Issue 29977. |
| 490 regress/issue_29979: Crash # Issue 29979. |
| 491 regress/issue_29981: Crash # Issue 29981. |
| 492 regress/issue_29982: Crash # Issue 29982. |
| 493 regress/issue_29984: RuntimeError # Issue 29984. |
| 494 regress/issue_29985: Crash # Issue 29985. |
| 495 regress/issue_29986: Crash # Issue 29986. |
| 496 regress/issue_29987: Crash # Issue 29987. |
OLD | NEW |