| 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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 487 regress/issue_29975: Fail # Issue 29975. | 487 regress/issue_29975: Fail # Issue 29975. |
| 488 regress/issue_29976: Crash # Issue 29976. | 488 regress/issue_29976: Crash # Issue 29976. |
| 489 regress/issue_29977: Crash # Issue 29977. | 489 regress/issue_29977: Crash # Issue 29977. |
| 490 regress/issue_29979: Crash # Issue 29979. | 490 regress/issue_29979: Crash # Issue 29979. |
| 491 regress/issue_29981: Crash # Issue 29981. | 491 regress/issue_29981: Crash # Issue 29981. |
| 492 regress/issue_29982: Crash # Issue 29982. | 492 regress/issue_29982: Crash # Issue 29982. |
| 493 regress/issue_29984: RuntimeError # Issue 29984. | 493 regress/issue_29984: RuntimeError # Issue 29984. |
| 494 regress/issue_29985: Crash # Issue 29985. | 494 regress/issue_29985: Crash # Issue 29985. |
| 495 regress/issue_29986: Crash # Issue 29986. | 495 regress/issue_29986: Crash # Issue 29986. |
| 496 regress/issue_29987: Crash # Issue 29987. | 496 regress/issue_29987: Crash # Issue 29987. |
| OLD | NEW |