OLD | NEW |
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 ast_builder_test.dart test suite. This is testing | 5 # Status file for the ast_builder_test.dart test suite. This is testing |
6 # generating analyzer ASTs and connecting up type inference information. | 6 # generating analyzer ASTs and connecting up type inference information. |
7 DeltaBlue: Crash | 7 DeltaBlue: Crash |
8 accessors: Crash | 8 accessors: Crash |
9 argument: Crash | 9 argument: Crash |
10 arithmetic: Crash | 10 arithmetic: Crash |
(...skipping 29 matching lines...) Expand all Loading... |
40 inference/block_bodied_lambdas_infer_bottom_async_star: Fail | 40 inference/block_bodied_lambdas_infer_bottom_async_star: Fail |
41 inference/block_bodied_lambdas_infer_bottom_sync: Crash | 41 inference/block_bodied_lambdas_infer_bottom_sync: Crash |
42 inference/block_bodied_lambdas_infer_bottom_sync_star: Crash | 42 inference/block_bodied_lambdas_infer_bottom_sync_star: Crash |
43 inference/block_bodied_lambdas_lub: Crash | 43 inference/block_bodied_lambdas_lub: Crash |
44 inference/block_bodied_lambdas_nested_lambdas: Crash | 44 inference/block_bodied_lambdas_nested_lambdas: Crash |
45 inference/block_bodied_lambdas_no_return: Crash | 45 inference/block_bodied_lambdas_no_return: Crash |
46 inference/block_bodied_lambdas_returns: Crash | 46 inference/block_bodied_lambdas_returns: Crash |
47 inference/block_bodied_lambdas_sync_star: Crash | 47 inference/block_bodied_lambdas_sync_star: Crash |
48 inference/block_bodied_lambdas_void_context: Crash | 48 inference/block_bodied_lambdas_void_context: Crash |
49 inference/call_corner_cases: Crash | 49 inference/call_corner_cases: Crash |
50 inference/coerce_bottom_and_null_types: Crash | |
51 inference/conditional_lub: Crash | 50 inference/conditional_lub: Crash |
52 inference/conditional_upwards_inference: Crash | 51 inference/conditional_upwards_inference: Crash |
53 inference/conflicts_can_happen2: Crash | 52 inference/conflicts_can_happen2: Crash |
54 inference/conflicts_can_happen: Crash | 53 inference/conflicts_can_happen: Crash |
55 inference/constructors_infer_from_arguments: Crash | 54 inference/constructors_infer_from_arguments: Crash |
56 inference/constructors_infer_from_arguments_const: Crash | 55 inference/constructors_infer_from_arguments_const: Crash |
57 inference/constructors_infer_from_arguments_const_with_upper_bound: Crash | 56 inference/constructors_infer_from_arguments_const_with_upper_bound: Crash |
58 inference/constructors_infer_from_arguments_factory: Crash | 57 inference/constructors_infer_from_arguments_factory: Crash |
59 inference/constructors_infer_from_arguments_factory_calls_constructor: Crash | 58 inference/constructors_infer_from_arguments_factory_calls_constructor: Crash |
60 inference/constructors_infer_from_arguments_named: Crash | 59 inference/constructors_infer_from_arguments_named: Crash |
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 rasta/mandatory_parameter_initializer: VerificationError | 395 rasta/mandatory_parameter_initializer: VerificationError |
397 rasta/mixin_library: Crash | 396 rasta/mixin_library: Crash |
398 rasta/previsit_deferred: Crash | 397 rasta/previsit_deferred: Crash |
399 rasta/static: Crash | 398 rasta/static: Crash |
400 rasta/super: Crash | 399 rasta/super: Crash |
401 rasta/super_initializer: Crash | 400 rasta/super_initializer: Crash |
402 rasta/super_mixin: Crash | 401 rasta/super_mixin: Crash |
403 rasta/super_operator: Crash | 402 rasta/super_operator: Crash |
404 rasta/supports_reflection: VerificationError | 403 rasta/supports_reflection: VerificationError |
405 rasta/switch_execution_case_t02: Crash | 404 rasta/switch_execution_case_t02: Crash |
406 rasta/switch_fall_through: Crash | |
407 rasta/this_invoke: Crash | 405 rasta/this_invoke: Crash |
408 rasta/try_label: Crash | 406 rasta/try_label: Crash |
409 rasta/type_literals: Crash | 407 rasta/type_literals: Crash |
410 rasta/typedef: Crash | 408 rasta/typedef: Crash |
411 rasta/unresolved: Crash | 409 rasta/unresolved: Crash |
412 rasta/unresolved_constructor: Crash | 410 rasta/unresolved_constructor: Crash |
413 rasta/unresolved_for_in: Crash | 411 rasta/unresolved_for_in: Crash |
414 rasta/unresolved_recovery: Crash | 412 rasta/unresolved_recovery: Crash |
415 redirecting_factory: Crash | 413 redirecting_factory: Crash |
416 regress/issue_29937: Crash | 414 regress/issue_29937: Crash |
(...skipping 16 matching lines...) Expand all Loading... |
433 static_setter: Crash | 431 static_setter: Crash |
434 store_load: Crash | 432 store_load: Crash |
435 stringliteral: Crash | 433 stringliteral: Crash |
436 super_rasta_copy: Crash | 434 super_rasta_copy: Crash |
437 top_level_accessors: Crash | 435 top_level_accessors: Crash |
438 type_variable_as_super: Crash | 436 type_variable_as_super: Crash |
439 typedef: Crash | 437 typedef: Crash |
440 uninitialized_fields: Crash | 438 uninitialized_fields: Crash |
441 unused_methods: Crash | 439 unused_methods: Crash |
442 void-methods: Crash | 440 void-methods: Crash |
OLD | NEW |