| 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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 486 |
| 487 regress/issue_29975: Fail # Issue 29975. | 487 regress/issue_29937: Crash |
| 488 regress/issue_29976: Crash # Issue 29976. | 488 regress/issue_29940: Crash |
| 489 regress/issue_29977: Crash # Issue 29977. | 489 regress/issue_29941: Crash |
| 490 regress/issue_29979: Crash # Issue 29979. | 490 regress/issue_29942: Crash |
| 491 regress/issue_29981: Crash # Issue 29981. | 491 regress/issue_29943: Crash |
| 492 regress/issue_29982: Crash # Issue 29982. | 492 regress/issue_29944: Crash |
| 493 regress/issue_29984: RuntimeError # Issue 29984. | 493 regress/issue_29945: Crash |
| 494 regress/issue_29985: Crash # Issue 29985. | 494 regress/issue_29975: Fail |
| 495 regress/issue_29986: Crash # Issue 29986. | 495 regress/issue_29976: Crash |
| 496 regress/issue_29987: Crash # Issue 29987. | 496 regress/issue_29977: Crash |
| 497 regress/issue_29978: Crash |
| 498 regress/issue_29979: Crash |
| 499 regress/issue_29980: Crash |
| 500 regress/issue_29981: Crash |
| 501 regress/issue_29982: Crash |
| 502 regress/issue_29984: RuntimeError |
| 503 regress/issue_29985: Crash |
| 504 regress/issue_29986: Crash |
| 505 regress/issue_29987: Crash |
| OLD | NEW |