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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 inference/refine_binary_expression_type_type_parameter_t_int: Crash | 354 inference/refine_binary_expression_type_type_parameter_t_int: Crash |
355 inference/refine_binary_expression_type_type_parameter_t_t: Crash | 355 inference/refine_binary_expression_type_type_parameter_t_t: Crash |
356 inference/simple_literal_bool: Crash | 356 inference/simple_literal_bool: Crash |
357 inference/simple_literal_double: Crash | 357 inference/simple_literal_double: Crash |
358 inference/simple_literal_int: Crash | 358 inference/simple_literal_int: Crash |
359 inference/simple_literal_null: Crash | 359 inference/simple_literal_null: Crash |
360 inference/static_method_tear_off: Crash | 360 inference/static_method_tear_off: Crash |
361 inference/string_literal: Crash | 361 inference/string_literal: Crash |
362 inference/subexpressions_of_explicitly_typed_fields: Crash | 362 inference/subexpressions_of_explicitly_typed_fields: Crash |
363 inference/super_method_invocation: RuntimeError | 363 inference/super_method_invocation: RuntimeError |
| 364 inference/super_property_get: Crash |
| 365 inference/super_property_get_invoke_function_typed: Crash |
| 366 inference/super_property_get_invoke_implicit_call: Crash |
| 367 inference/super_property_get_tearoff: VerificationError |
364 inference/this_reference: Crash | 368 inference/this_reference: Crash |
365 inference/top_level_return_and_yield: Crash | 369 inference/top_level_return_and_yield: Crash |
366 inference/toplevel_inference_toplevel_var: Crash | 370 inference/toplevel_inference_toplevel_var: Crash |
367 inference/try_catch: Crash | 371 inference/try_catch: Crash |
368 inference/try_catch_finally: Crash | 372 inference/try_catch_finally: Crash |
369 inference/try_catch_promotion: Crash | 373 inference/try_catch_promotion: Crash |
370 inference/try_finally: Crash | 374 inference/try_finally: Crash |
371 inference/type_cast: Crash | 375 inference/type_cast: Crash |
372 inference/type_promotion_ignores_local_functions: Crash | 376 inference/type_promotion_ignores_local_functions: Crash |
373 inference/type_promotion_not_and_not: Crash | 377 inference/type_promotion_not_and_not: Crash |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
514 regress/issue_29977: Crash | 518 regress/issue_29977: Crash |
515 regress/issue_29978: Crash | 519 regress/issue_29978: Crash |
516 regress/issue_29979: Crash | 520 regress/issue_29979: Crash |
517 regress/issue_29980: Crash | 521 regress/issue_29980: Crash |
518 regress/issue_29981: Crash | 522 regress/issue_29981: Crash |
519 regress/issue_29982: Crash | 523 regress/issue_29982: Crash |
520 regress/issue_29984: RuntimeError | 524 regress/issue_29984: RuntimeError |
521 regress/issue_29985: Crash | 525 regress/issue_29985: Crash |
522 regress/issue_29986: Crash | 526 regress/issue_29986: Crash |
523 regress/issue_29987: Crash | 527 regress/issue_29987: Crash |
OLD | NEW |