| 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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 rasta/supports_reflection: VerificationError | 339 rasta/supports_reflection: VerificationError |
| 340 rasta/try_label: Fail | 340 rasta/try_label: Fail |
| 341 rasta/type_literals: Fail | 341 rasta/type_literals: Fail |
| 342 rasta/type_with_parse_error: Fail | 342 rasta/type_with_parse_error: Fail |
| 343 rasta/typedef: Fail | 343 rasta/typedef: Fail |
| 344 rasta/unresolved: Fail | 344 rasta/unresolved: Fail |
| 345 rasta/unresolved_constructor: Fail | 345 rasta/unresolved_constructor: Fail |
| 346 rasta/unresolved_for_in: Fail | 346 rasta/unresolved_for_in: Fail |
| 347 rasta/unresolved_recovery: Fail | 347 rasta/unresolved_recovery: Fail |
| 348 | 348 |
| 349 regress/issue_29937: Crash # Issue 29937. | |
| 350 regress/issue_29940: Crash # Issue 29940. | 349 regress/issue_29940: Crash # Issue 29940. |
| 351 regress/issue_29941: Crash # Issue 29941. | 350 regress/issue_29941: Crash # Issue 29941. |
| 352 regress/issue_29942: Crash # Issue 29942. | 351 regress/issue_29942: Crash # Issue 29942. |
| 353 regress/issue_29943: Crash # Issue 29943. | 352 regress/issue_29943: Crash # Issue 29943. |
| 354 regress/issue_29944: Crash # Issue 29944. | 353 regress/issue_29944: Crash # Issue 29944. |
| 355 regress/issue_29945: Crash # Issue 29945. | 354 regress/issue_29945: Crash # Issue 29945. |
| 356 regress/issue_29975: Fail # Issue 29975. | 355 regress/issue_29975: Fail # Issue 29975. |
| 357 regress/issue_29976: Crash # Issue 29976. | 356 regress/issue_29976: Crash # Issue 29976. |
| 358 regress/issue_29977: Crash # Issue 29977. | 357 regress/issue_29977: Crash # Issue 29977. |
| 359 regress/issue_29978: Crash # Issue 29978. | |
| 360 regress/issue_29979: Crash # Issue 29979. | |
| 361 regress/issue_29980: Crash # Issue 29980. | 358 regress/issue_29980: Crash # Issue 29980. |
| 362 regress/issue_29981: Crash # Issue 29981. | 359 regress/issue_29981: Crash # Issue 29981. |
| 363 regress/issue_29982: Crash # Issue 29982. | 360 regress/issue_29982: Crash # Issue 29982. |
| 364 regress/issue_29983: Crash # Issue 29983. | 361 regress/issue_29983: Crash # Issue 29983. |
| 365 regress/issue_29984: Crash # Issue 29984. | 362 regress/issue_29984: Crash # Issue 29984. |
| 366 regress/issue_29985: Crash # Issue 29985. | 363 regress/issue_29985: Crash # Issue 29985. |
| 367 regress/issue_29987: Crash # Issue 29987. | 364 regress/issue_29987: Crash # Issue 29987. |
| OLD | NEW |