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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 rasta/issue_000002: Crash | 390 rasta/issue_000002: Crash |
391 rasta/issue_000004: Crash | 391 rasta/issue_000004: Crash |
392 rasta/issue_000006: Crash | 392 rasta/issue_000006: Crash |
393 rasta/issue_000007: Fail | 393 rasta/issue_000007: Fail |
394 rasta/issue_000008: Crash | 394 rasta/issue_000008: Crash |
395 rasta/issue_000012: Crash | 395 rasta/issue_000012: Crash |
396 rasta/issue_000025: Crash | 396 rasta/issue_000025: Crash |
397 rasta/issue_000026: Crash | 397 rasta/issue_000026: Crash |
398 rasta/issue_000031: Crash | 398 rasta/issue_000031: Crash |
399 rasta/issue_000032: Fail | 399 rasta/issue_000032: Fail |
| 400 rasta/issue_000033: Crash |
400 rasta/issue_000034: Crash | 401 rasta/issue_000034: Crash |
401 rasta/issue_000035: Crash | 402 rasta/issue_000035: Crash |
402 rasta/issue_000035a: Fail | 403 rasta/issue_000035a: Fail |
403 rasta/issue_000036: Fail | 404 rasta/issue_000036: Fail |
404 rasta/issue_000039: Crash | 405 rasta/issue_000039: Crash |
405 rasta/issue_000041: Crash | 406 rasta/issue_000041: Crash |
406 rasta/issue_000042: Crash | 407 rasta/issue_000042: Crash |
407 rasta/issue_000043: Fail | 408 rasta/issue_000043: Fail |
408 rasta/issue_000044: Crash | 409 rasta/issue_000044: Crash |
409 rasta/issue_000045: Fail | 410 rasta/issue_000045: Fail |
(...skipping 26 matching lines...) Expand all Loading... |
436 rasta/switch_fall_through: Fail | 437 rasta/switch_fall_through: Fail |
437 rasta/this_invoke: Crash | 438 rasta/this_invoke: Crash |
438 rasta/try_label: Crash | 439 rasta/try_label: Crash |
439 rasta/type_literals: Crash | 440 rasta/type_literals: Crash |
440 rasta/type_with_parse_error: Fail | 441 rasta/type_with_parse_error: Fail |
441 rasta/typedef: Crash | 442 rasta/typedef: Crash |
442 rasta/unresolved: Fail | 443 rasta/unresolved: Fail |
443 rasta/unresolved_constructor: Crash | 444 rasta/unresolved_constructor: Crash |
444 rasta/unresolved_for_in: Crash | 445 rasta/unresolved_for_in: Crash |
445 rasta/unresolved_recovery: Fail | 446 rasta/unresolved_recovery: Fail |
OLD | NEW |