Index: tests/language_2/language_2.status |
diff --git a/tests/language_2/language_2.status b/tests/language_2/language_2.status |
index 39901fb30ff11b752daf29c893baadfb25d18f6d..8f2d3868adad6c1432dfcc3cdaedbaed5143e7f9 100644 |
--- a/tests/language_2/language_2.status |
+++ b/tests/language_2/language_2.status |
@@ -2,1142 +2,13 @@ |
# for details. All rights reserved. Use of this source code is governed by a |
# BSD-style license that can be found in the LICENSE file. |
-# The VM and dart2js do not implement the Dart 2.0 static type errors yet. |
-# Analyzer does, but only when "--strong" is used. |
-[ $runtime == vm || $runtime == dart_precompiled || ($compiler == dart2analyzer && ! $strong && ! $checked) ] |
-abstract_beats_arguments_test: MissingCompileTimeError |
-abstract_exact_selector_test/01: MissingCompileTimeError |
-abstract_factory_constructor_test/00: MissingCompileTimeError |
-abstract_getter_test/01: MissingCompileTimeError |
-abstract_syntax_test/00: MissingCompileTimeError |
-assign_static_type_test/01: MissingCompileTimeError |
-assign_static_type_test/02: MissingCompileTimeError |
-assign_static_type_test/03: MissingCompileTimeError |
-assign_static_type_test/04: MissingCompileTimeError |
-assign_static_type_test/05: MissingCompileTimeError |
-assign_static_type_test/06: MissingCompileTimeError |
-assign_to_type_test/01: MissingCompileTimeError |
-assign_to_type_test/02: MissingCompileTimeError |
-assign_to_type_test/03: MissingCompileTimeError |
-assign_to_type_test/04: MissingCompileTimeError |
-assign_top_method_test: MissingCompileTimeError |
-async_await_syntax_test/a10a: MissingCompileTimeError |
-async_await_syntax_test/b10a: MissingCompileTimeError |
-async_await_syntax_test/c10a: MissingCompileTimeError |
-async_await_syntax_test/d08b: MissingCompileTimeError |
-async_await_syntax_test/d10a: MissingCompileTimeError |
-async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError |
-async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError |
-async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError |
-async_return_types_test/nestedFuture: MissingCompileTimeError |
-async_return_types_test/tooManyTypeParameters: MissingCompileTimeError |
-async_return_types_test/wrongReturnType: MissingCompileTimeError |
-async_return_types_test/wrongTypeParameter: MissingCompileTimeError |
-bad_constructor_test/05: MissingCompileTimeError |
-bad_named_parameters2_test/01: MissingCompileTimeError |
-bad_named_parameters_test/01: MissingCompileTimeError |
-bad_named_parameters_test/02: MissingCompileTimeError |
-bad_named_parameters_test/03: MissingCompileTimeError |
-bad_named_parameters_test/04: MissingCompileTimeError |
-bad_named_parameters_test/05: MissingCompileTimeError |
-bad_override_test/01: MissingCompileTimeError |
-bad_override_test/02: MissingCompileTimeError |
-bad_override_test/06: MissingCompileTimeError |
-bit_operations_test/01: MissingCompileTimeError |
-bit_operations_test/02: MissingCompileTimeError |
-bit_operations_test/03: MissingCompileTimeError |
-bit_operations_test/04: MissingCompileTimeError |
- |
-[ $compiler == dart2analyzer && ! $strong && $checked ] |
-abstract_beats_arguments_test: MissingCompileTimeError |
-abstract_exact_selector_test/01: MissingCompileTimeError |
-abstract_factory_constructor_test/00: MissingCompileTimeError |
-abstract_getter_test/01: MissingCompileTimeError |
-abstract_syntax_test/00: MissingCompileTimeError |
-assign_top_method_test: MissingCompileTimeError |
-assign_static_type_test/01: MissingCompileTimeError |
-assign_static_type_test/03: MissingCompileTimeError |
-assign_static_type_test/04: MissingCompileTimeError |
-assign_static_type_test/05: MissingCompileTimeError |
-assign_static_type_test/06: MissingCompileTimeError |
-assign_to_type_test/01: MissingCompileTimeError |
-assign_to_type_test/02: MissingCompileTimeError |
-assign_to_type_test/03: MissingCompileTimeError |
-assign_to_type_test/04: MissingCompileTimeError |
-async_await_syntax_test/a10a: MissingCompileTimeError |
-async_await_syntax_test/b10a: MissingCompileTimeError |
-async_await_syntax_test/c10a: MissingCompileTimeError |
-async_await_syntax_test/d08b: MissingCompileTimeError |
-async_await_syntax_test/d10a: MissingCompileTimeError |
-async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError |
-async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError |
-async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError |
-async_return_types_test/wrongTypeParameter: MissingCompileTimeError |
-async_return_types_test/tooManyTypeParameters: MissingCompileTimeError |
-async_return_types_test/wrongReturnType: MissingCompileTimeError |
-async_return_types_test/nestedFuture: MissingCompileTimeError |
-bad_constructor_test/05: MissingCompileTimeError |
-bad_named_parameters2_test/01: MissingCompileTimeError |
-bad_named_parameters_test/01: MissingCompileTimeError |
-bad_named_parameters_test/02: MissingCompileTimeError |
-bad_named_parameters_test/03: MissingCompileTimeError |
-bad_named_parameters_test/04: MissingCompileTimeError |
-bad_named_parameters_test/05: MissingCompileTimeError |
-bad_override_test/01: MissingCompileTimeError |
-bad_override_test/02: MissingCompileTimeError |
-bad_override_test/06: MissingCompileTimeError |
-bit_operations_test/01: MissingCompileTimeError |
-bit_operations_test/02: MissingCompileTimeError |
-bit_operations_test/03: MissingCompileTimeError |
-bit_operations_test/04: MissingCompileTimeError |
- |
-[ $compiler == dart2js ] |
-abstract_beats_arguments_test: MissingCompileTimeError |
-abstract_exact_selector_test/01: MissingCompileTimeError |
-abstract_factory_constructor_test/00: MissingCompileTimeError |
-abstract_getter_test/01: MissingCompileTimeError |
-abstract_syntax_test/00: MissingCompileTimeError |
-assign_static_type_test/01: MissingCompileTimeError |
-assign_static_type_test/02: MissingCompileTimeError |
-assign_static_type_test/03: MissingCompileTimeError |
-assign_static_type_test/04: MissingCompileTimeError |
-assign_static_type_test/05: MissingCompileTimeError |
-assign_static_type_test/06: MissingCompileTimeError |
-assign_to_type_test/01: MissingCompileTimeError |
-assign_to_type_test/02: MissingCompileTimeError |
-assign_to_type_test/03: MissingCompileTimeError |
-assign_to_type_test/04: MissingCompileTimeError |
-assign_top_method_test: MissingCompileTimeError |
-async_await_syntax_test/a10a: MissingCompileTimeError |
-async_await_syntax_test/b10a: MissingCompileTimeError |
-async_await_syntax_test/c10a: MissingCompileTimeError |
-async_await_syntax_test/d08b: MissingCompileTimeError |
-async_await_syntax_test/d10a: MissingCompileTimeError |
-async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError |
-async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError |
-async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError |
-async_return_types_test/nestedFuture: MissingCompileTimeError |
-async_return_types_test/tooManyTypeParameters: MissingCompileTimeError |
-async_return_types_test/wrongReturnType: MissingCompileTimeError |
-async_return_types_test/wrongTypeParameter: MissingCompileTimeError |
-bad_named_parameters2_test/01: MissingCompileTimeError |
-bad_named_parameters_test/01: MissingCompileTimeError |
-bad_named_parameters_test/02: MissingCompileTimeError |
-bad_named_parameters_test/03: MissingCompileTimeError |
-bad_named_parameters_test/04: MissingCompileTimeError |
-bad_named_parameters_test/05: MissingCompileTimeError |
-bad_override_test/01: MissingCompileTimeError |
-bad_override_test/02: MissingCompileTimeError |
-bad_override_test/06: MissingCompileTimeError |
-bit_operations_test/01: MissingCompileTimeError |
-bit_operations_test/02: MissingCompileTimeError |
-bit_operations_test/03: MissingCompileTimeError |
-bit_operations_test/04: MissingCompileTimeError |
- |
-[ $compiler == dartdevc || $compiler == dart2analyzer ] |
-async_return_types_test/nestedFuture: MissingCompileTimeError |
-bit_operations_test/01: MissingCompileTimeError |
-bit_operations_test/02: MissingCompileTimeError |
-bit_operations_test/03: MissingCompileTimeError |
-bit_operations_test/04: MissingCompileTimeError |
- |
-[ $compiler == dart2js && $runtime != none ] |
-bit_operations_test: RuntimeError, OK # Issue 1533 |
- |
-# The VM and does not implement the Dart 2.0 runtime checks yet (unless --checked is explicitly passed). |
-[ ! $checked && $runtime == vm ] |
-bool_check_test: RuntimeError |
-bool_condition_check_test: RuntimeError |
- |
-[ $compiler == dart2js && ! $dart2js_with_kernel ] |
-accessor_conflict_export2_test: Crash # Issue 25626 |
-accessor_conflict_export_test: Crash # Issue 25626 |
-assertion_initializer_const_error2_test/cc01: Crash |
-assertion_initializer_const_error2_test/cc02: Crash |
-assertion_initializer_const_error2_test/cc03: Crash |
-assertion_initializer_const_error2_test/cc04: Crash |
-assertion_initializer_const_error2_test/cc05: Crash |
-assertion_initializer_const_error2_test/cc06: Crash |
-assertion_initializer_const_error2_test/cc07: Crash |
-assertion_initializer_const_error2_test/cc08: Crash |
-assertion_initializer_const_error2_test/cc09: Crash |
-assertion_initializer_const_function_error_test/01: Crash |
-assertion_initializer_const_function_test/01: CompileTimeError |
-assertion_initializer_test: Crash |
-assert_trailing_comma_test/none: CompileTimeError # Issue 29959 |
-bad_typedef_test/00: Crash # Issue 28214 |
- |
-[ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] |
-accessor_conflict_import2_test: RuntimeError # Issue 25626 |
-accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 |
-accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 |
-accessor_conflict_import_test: RuntimeError # Issue 25626 |
-branch_canonicalization_test: RuntimeError # Issue 638. |
- |
-[ $strong && ($compiler == dartdevc || $compiler == dart2analyzer) ] |
-accessor_conflict_export2_test: CompileTimeError # Issue 25626 |
-accessor_conflict_export_test: CompileTimeError # Issue 25626 |
-accessor_conflict_import2_test: CompileTimeError # Issue 25626 |
-accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 |
-accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 |
-accessor_conflict_import_test: CompileTimeError # Issue 25626 |
- |
-[ ! $strong && $compiler == dart2analyzer ] |
-accessor_conflict_export2_test: StaticWarning # Issue 25626 |
-accessor_conflict_export_test: StaticWarning # Issue 25626 |
-accessor_conflict_import2_test: StaticWarning # Issue 25626 |
-accessor_conflict_import_prefixed2_test: StaticWarning # Issue 25626 |
-accessor_conflict_import_prefixed_test: StaticWarning # Issue 25626 |
-accessor_conflict_import_test: StaticWarning # Issue 25626 |
- |
-[ $compiler == dart2analyzer && ! $strong ] |
-generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue #30207 |
- |
-[ $compiler == dart2analyzer && $strong ] |
-async_return_types_test/nestedFuture: MissingCompileTimeError |
-generic_methods_generic_function_result_test/none: CompileTimeError # Issue #30207 |
-bit_operations_test/01: MissingStaticWarning # Issue 28823 |
-bit_operations_test/02: MissingStaticWarning # Issue 28823 |
-bit_operations_test/03: MissingStaticWarning # Issue 28823 |
-bit_operations_test/04: MissingStaticWarning # Issue 28823 |
- |
-[ $compiler == dart2js || $compiler == dartk || $compiler == dartdevc ] |
-generic_methods_generic_function_result_test/none: CompileTimeError # Issue #30208 |
- |
-[ $compiler == dartdevc && $runtime != none ] |
-async_star_cancel_while_paused_test: RuntimeError # Issue 29920 |
-async_star_pause_test: RuntimeError |
-function_type/*: RuntimeError # Issue 28988 |
- |
-[ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_kernel && $runtime != none ] |
-assertion_test: RuntimeError # Issue 12748 |
- |
-[ ! $checked ] |
-function_type/*: Skip # Needs checked mode. |
- |
-[ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] |
-abstract_beats_arguments_test: RuntimeError # Issue 27394 |
-abstract_runtime_error_test/01: RuntimeError # Issue 27394 |
-abstract_runtime_error_test/02: RuntimeError # Issue 27394 |
-arithmetic_canonicalization_test: RuntimeError # Issue 27394 |
-assertion_initializer_const_error_test/01: Crash |
-assertion_initializer_const_function_test/01: Crash |
-assign_top_method_test/01: Crash # Issue 27394 |
-async_await_syntax_test/a04b: Crash # Issue 27394 |
-async_await_syntax_test/a06a: RuntimeError # Issue 27394 |
-async_await_syntax_test/a07b: Crash # Issue 27394 |
-async_await_syntax_test/a08b: Crash # Issue 27394 |
-async_await_syntax_test/b06a: RuntimeError # Issue 27394 |
-async_await_syntax_test/c06a: RuntimeError # Issue 27394 |
-async_await_syntax_test/d06a: RuntimeError # Issue 27394 |
-black_listed_test/13c: Crash # Issue 27394 |
-black_listed_test/14c: Crash # Issue 27394 |
-bootstrap_test: RuntimeError # Issue 27394 |
- |
-[ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_ssa && ! $dart2js_with_kernel ] |
-assertion_initializer_const_function_test/none: RuntimeError |
- |
-[ $compiler == dart2js && $runtime == d8 && $checked ] |
-assertion_test: RuntimeError |
- |
-[ $compiler == dart2js && $runtime == jsshell && $checked ] |
-assertion_test: RuntimeError |
- |
-[ $compiler == dart2js && $runtime == drt && $checked ] |
-assertion_test: RuntimeError |
- |
-[ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
-aborting_switch_case_test: Crash |
-abstract_exact_selector_test/01: Crash |
-abstract_exact_selector_test/none: Crash |
-abstract_getter_test/01: Crash |
-abstract_method_test: Crash |
-abstract_object_method_test: Crash |
-abstract_runtime_error_test/01: Crash |
-abstract_runtime_error_test/02: Crash |
-arg_param_trailing_comma_test/none: Crash |
-arithmetic_test: Crash |
-assert_message_test: Crash |
-assert_trailing_comma_test/none: CompileTimeError |
-assertion_initializer_const_error2_test/cc02: Crash |
-assertion_initializer_const_error2_test/none: CompileTimeError |
-assertion_initializer_const_function_error_test/01: Crash |
-assertion_initializer_const_function_test/01: Crash |
-assertion_initializer_test: CompileTimeError |
-assertion_test: Crash |
-assign_instance_method_negative_test: Crash |
-assign_instance_method_test: Crash |
-assign_to_type_test/01: Crash |
-assign_to_type_test/02: Crash |
-assign_to_type_test/03: Crash |
-assign_to_type_test/04: Crash |
-assign_top_method_test/01: Crash |
-async_and_or_test: Crash |
-async_await_catch_regression_test: Crash |
-async_await_foreign_test: Crash |
-async_await_syntax_test/a01a: Crash |
-async_await_syntax_test/a02a: Crash |
-async_await_syntax_test/a03a: Crash |
-async_await_syntax_test/a03b: Crash |
-async_await_syntax_test/a04a: RuntimeError |
-async_await_syntax_test/a04c: RuntimeError |
-async_await_syntax_test/a05a: Crash |
-async_await_syntax_test/a05b: Crash |
-async_await_syntax_test/a06a: Crash |
-async_await_syntax_test/a07a: RuntimeError |
-async_await_syntax_test/a08a: RuntimeError |
-async_await_syntax_test/a09a: Crash |
-async_await_syntax_test/a10a: Crash |
-async_await_syntax_test/a11b: RuntimeError |
-async_await_syntax_test/a11c: Crash |
-async_await_syntax_test/a11d: Crash |
-async_await_syntax_test/a12g: Crash |
-async_await_syntax_test/b01a: Crash |
-async_await_syntax_test/b02a: Crash |
-async_await_syntax_test/b03a: Crash |
-async_await_syntax_test/b04a: RuntimeError |
-async_await_syntax_test/b05a: Crash |
-async_await_syntax_test/b06a: Crash |
-async_await_syntax_test/b07a: RuntimeError |
-async_await_syntax_test/b08a: RuntimeError |
-async_await_syntax_test/b09a: Crash |
-async_await_syntax_test/b10a: Crash |
-async_await_syntax_test/b11b: RuntimeError |
-async_await_syntax_test/b11c: Crash |
-async_await_syntax_test/b11d: Crash |
-async_await_syntax_test/b12g: Crash |
-async_await_syntax_test/c01a: Crash |
-async_await_syntax_test/c02a: Crash |
-async_await_syntax_test/c03a: Crash |
-async_await_syntax_test/c04a: Crash |
-async_await_syntax_test/c05a: Crash |
-async_await_syntax_test/c06a: Crash |
-async_await_syntax_test/c07a: Crash |
-async_await_syntax_test/c08a: Crash |
-async_await_syntax_test/c09a: Crash |
-async_await_syntax_test/c10a: Crash |
-async_await_syntax_test/d01a: Crash |
-async_await_syntax_test/d02a: Crash |
-async_await_syntax_test/d03a: Crash |
-async_await_syntax_test/d04a: Crash |
-async_await_syntax_test/d04a: RuntimeError |
-async_await_syntax_test/d05a: Crash |
-async_await_syntax_test/d06a: Crash |
-async_await_syntax_test/d07a: Crash |
-async_await_syntax_test/d07a: RuntimeError |
-async_await_syntax_test/d08a: Crash |
-async_await_syntax_test/d08a: RuntimeError |
-async_await_syntax_test/d08b: Crash |
-async_await_syntax_test/d08b: RuntimeError |
-async_await_syntax_test/d09a: Crash |
-async_await_syntax_test/d10a: Crash |
-async_break_in_finally_test: Crash |
-async_call_test: Crash |
-async_cascade_test: Crash |
-async_continue_label_test/await_in_body: Crash |
-async_continue_label_test/await_in_condition: Crash |
-async_continue_label_test/await_in_init: Crash |
-async_continue_label_test/await_in_update: Crash |
-async_continue_label_test/none: Crash |
-async_control_structures_test: Crash |
-async_finally_rethrow_test: Crash |
-async_or_generator_return_type_stacktrace_test/01: Crash |
-async_or_generator_return_type_stacktrace_test/02: Crash |
-async_or_generator_return_type_stacktrace_test/03: Crash |
-async_regression_23058_test: Crash |
-async_rethrow_test: Crash |
-async_return_types_test/nestedFuture: Crash |
-async_return_types_test/none: Crash |
-async_return_types_test/tooManyTypeParameters: CompileTimeError |
-async_return_types_test/tooManyTypeParameters: Crash |
-async_return_types_test/wrongReturnType: Crash |
-async_return_types_test/wrongTypeParameter: Crash |
-async_star_await_pauses_test: Crash |
-async_star_cancel_and_throw_in_finally_test: Crash |
-async_star_cancel_while_paused_test: Crash |
-async_star_no_cancel2_test: Crash |
-async_star_no_cancel_test: Crash |
-async_star_pause_test: Crash |
-async_star_regression_2238_test: Crash |
-async_star_regression_23116_test: Crash |
-async_star_regression_fisk_test: Crash |
-async_star_stream_take_test: Crash |
-async_star_take_reyield_test: Crash |
-bad_constructor_test/05: MissingCompileTimeError |
-bad_named_parameters2_test/01: Crash |
-bad_named_parameters_test/01: Crash |
-bad_named_parameters_test/02: Crash |
-bad_named_parameters_test/03: Crash |
-bad_named_parameters_test/04: Crash |
-bad_named_parameters_test/05: Crash |
-bad_override_test/03: MissingCompileTimeError |
-bad_override_test/04: Crash |
-bad_override_test/04: MissingCompileTimeError |
-bad_override_test/05: MissingCompileTimeError |
-bailout3_test: Crash |
-bailout4_test: Crash |
-bailout5_test: Crash |
-bailout6_test: Crash |
-bailout7_test: Crash |
-bailout_test: Crash |
-bind_test: Crash |
-bit_operations_test/01: Crash |
-bit_operations_test/02: Crash |
-bit_operations_test/03: Crash |
-bit_operations_test/04: Crash |
-bit_operations_test/none: Crash |
-bool_check_test: Crash |
-bool_condition_check_test: Crash |
-bool_test: Crash |
-bound_closure_equality_test: Crash |
-bound_closure_primitives_test: Crash |
-branch_canonicalization_test: RuntimeError |
-break_test: Crash |
-built_in_identifier_test/01: Crash |
-built_in_identifier_test/none: Crash |
-function_type/function_type0_test: Crash |
-function_type/function_type10_test: Crash |
-function_type/function_type11_test: Crash |
-function_type/function_type12_test: Crash |
-function_type/function_type13_test: Crash |
-function_type/function_type14_test: Crash |
-function_type/function_type15_test: Crash |
-function_type/function_type16_test: Crash |
-function_type/function_type17_test: Crash |
-function_type/function_type18_test: Crash |
-function_type/function_type19_test: Crash |
-function_type/function_type1_test: Crash |
-function_type/function_type20_test: Crash |
-function_type/function_type21_test: Crash |
-function_type/function_type22_test: Crash |
-function_type/function_type23_test: Crash |
-function_type/function_type24_test: Crash |
-function_type/function_type25_test: Crash |
-function_type/function_type26_test: Crash |
-function_type/function_type27_test: Crash |
-function_type/function_type28_test: Crash |
-function_type/function_type29_test: Crash |
-function_type/function_type2_test: Crash |
-function_type/function_type30_test: Crash |
-function_type/function_type31_test: Crash |
-function_type/function_type32_test: Crash |
-function_type/function_type33_test: Crash |
-function_type/function_type34_test: Crash |
-function_type/function_type35_test: Crash |
-function_type/function_type36_test: Crash |
-function_type/function_type37_test: Crash |
-function_type/function_type38_test: Crash |
-function_type/function_type39_test: Crash |
-function_type/function_type3_test: Crash |
-function_type/function_type40_test: Crash |
-function_type/function_type41_test: Crash |
-function_type/function_type42_test: Crash |
-function_type/function_type43_test: Crash |
-function_type/function_type44_test: Crash |
-function_type/function_type45_test: Crash |
-function_type/function_type46_test: Crash |
-function_type/function_type47_test: Crash |
-function_type/function_type48_test: Crash |
-function_type/function_type49_test: Crash |
-function_type/function_type4_test: Crash |
-function_type/function_type50_test: Crash |
-function_type/function_type51_test: Crash |
-function_type/function_type52_test: Crash |
-function_type/function_type53_test: Crash |
-function_type/function_type54_test: Crash |
-function_type/function_type55_test: Crash |
-function_type/function_type56_test: Crash |
-function_type/function_type57_test: Crash |
-function_type/function_type58_test: Crash |
-function_type/function_type59_test: Crash |
-function_type/function_type5_test: Crash |
-function_type/function_type60_test: Crash |
-function_type/function_type61_test: Crash |
-function_type/function_type62_test: Crash |
-function_type/function_type63_test: Crash |
-function_type/function_type64_test: Crash |
-function_type/function_type65_test: Crash |
-function_type/function_type66_test: Crash |
-function_type/function_type67_test: Crash |
-function_type/function_type68_test: Crash |
-function_type/function_type69_test: Crash |
-function_type/function_type6_test: Crash |
-function_type/function_type70_test: Crash |
-function_type/function_type71_test: Crash |
-function_type/function_type72_test: Crash |
-function_type/function_type73_test: Crash |
-function_type/function_type74_test: Crash |
-function_type/function_type75_test: Crash |
-function_type/function_type76_test: Crash |
-function_type/function_type77_test: Crash |
-function_type/function_type78_test: Crash |
-function_type/function_type79_test: Crash |
-function_type/function_type7_test: Crash |
-function_type/function_type80_test: Crash |
-function_type/function_type81_test: Crash |
-function_type/function_type82_test: Crash |
-function_type/function_type83_test: Crash |
-function_type/function_type84_test: Crash |
-function_type/function_type85_test: Crash |
-function_type/function_type86_test: Crash |
-function_type/function_type87_test: Crash |
-function_type/function_type88_test: Crash |
-function_type/function_type89_test: Crash |
-function_type/function_type8_test: Crash |
-function_type/function_type90_test: Crash |
-function_type/function_type91_test: Crash |
-function_type/function_type92_test: Crash |
-function_type/function_type93_test: Crash |
-function_type/function_type94_test: Crash |
-function_type/function_type95_test: Crash |
-function_type/function_type96_test: Crash |
-function_type/function_type97_test: Crash |
-function_type/function_type98_test: Crash |
-function_type/function_type99_test: Crash |
-function_type/function_type9_test: Crash |
- |
-[ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
-aborting_switch_case_test: Crash |
-abstract_beats_arguments_test: Crash |
-abstract_exact_selector_test/01: Crash |
-abstract_exact_selector_test/none: Crash |
-abstract_getter_test/01: Crash |
-abstract_method_test: Crash |
-abstract_object_method_test: Crash |
-abstract_runtime_error_test/01: Crash |
-abstract_runtime_error_test/02: Crash |
-abstract_syntax_test/00: Crash |
-arg_param_trailing_comma_test/none: Crash |
-arithmetic_test: Crash |
-assert_message_test: Crash |
-assert_trailing_comma_test/none: CompileTimeError |
-assertion_initializer_const_error2_test/cc02: Crash |
-assertion_initializer_const_error2_test/none: CompileTimeError |
-assertion_initializer_const_function_error_test/01: Crash |
-assertion_initializer_test: CompileTimeError |
-assertion_test: Crash |
-assign_instance_method_negative_test: Crash |
-assign_instance_method_test: Crash |
-assign_static_type_test/03: Crash |
-assign_static_type_test/04: Crash |
-assign_to_type_test/01: Crash |
-assign_to_type_test/02: Crash |
-assign_to_type_test/03: Crash |
-assign_to_type_test/04: Crash |
-assign_top_method_test/01: Crash |
-async_and_or_test: Crash |
-async_await_catch_regression_test: Crash |
-async_await_foreign_test: Crash |
-async_await_syntax_test/a01a: Crash |
-async_await_syntax_test/a02a: Crash |
-async_await_syntax_test/a03a: Crash |
-async_await_syntax_test/a03b: Crash |
-async_await_syntax_test/a04a: Crash |
-async_await_syntax_test/a04a: RuntimeError |
-async_await_syntax_test/a04c: Crash |
-async_await_syntax_test/a04c: RuntimeError |
-async_await_syntax_test/a05a: Crash |
-async_await_syntax_test/a05b: Crash |
-async_await_syntax_test/a06a: Crash |
-async_await_syntax_test/a07a: Crash |
-async_await_syntax_test/a07a: RuntimeError |
-async_await_syntax_test/a08a: Crash |
-async_await_syntax_test/a08a: RuntimeError |
-async_await_syntax_test/a09a: Crash |
-async_await_syntax_test/a10a: Crash |
-async_await_syntax_test/a11b: Crash |
-async_await_syntax_test/a11b: RuntimeError |
-async_await_syntax_test/a11c: Crash |
-async_await_syntax_test/a11d: Crash |
-async_await_syntax_test/a12g: Crash |
-async_await_syntax_test/b01a: Crash |
-async_await_syntax_test/b02a: Crash |
-async_await_syntax_test/b03a: Crash |
-async_await_syntax_test/b04a: Crash |
-async_await_syntax_test/b04a: RuntimeError |
-async_await_syntax_test/b05a: Crash |
-async_await_syntax_test/b06a: Crash |
-async_await_syntax_test/b07a: Crash |
-async_await_syntax_test/b07a: RuntimeError |
-async_await_syntax_test/b08a: Crash |
-async_await_syntax_test/b08a: RuntimeError |
-async_await_syntax_test/b09a: Crash |
-async_await_syntax_test/b10a: Crash |
-async_await_syntax_test/b11b: Crash |
-async_await_syntax_test/b11b: RuntimeError |
-async_await_syntax_test/b11c: Crash |
-async_await_syntax_test/b11d: Crash |
-async_await_syntax_test/b12g: Crash |
-async_await_syntax_test/c01a: Crash |
-async_await_syntax_test/c02a: Crash |
-async_await_syntax_test/c03a: Crash |
-async_await_syntax_test/c04a: Crash |
-async_await_syntax_test/c05a: Crash |
-async_await_syntax_test/c06a: Crash |
-async_await_syntax_test/c07a: Crash |
-async_await_syntax_test/c08a: Crash |
-async_await_syntax_test/c09a: Crash |
-async_await_syntax_test/c10a: Crash |
-async_await_syntax_test/d01a: Crash |
-async_await_syntax_test/d02a: Crash |
-async_await_syntax_test/d03a: Crash |
-async_await_syntax_test/d04a: Crash |
-async_await_syntax_test/d04a: RuntimeError |
-async_await_syntax_test/d05a: Crash |
-async_await_syntax_test/d06a: Crash |
-async_await_syntax_test/d07a: Crash |
-async_await_syntax_test/d07a: RuntimeError |
-async_await_syntax_test/d08a: Crash |
-async_await_syntax_test/d08a: RuntimeError |
-async_await_syntax_test/d08b: Crash |
-async_await_syntax_test/d08b: RuntimeError |
-async_await_syntax_test/d09a: Crash |
-async_await_syntax_test/d10a: Crash |
-async_break_in_finally_test: Crash |
-async_call_test: Crash |
-async_cascade_test: Crash |
-async_continue_label_test/await_in_body: Crash |
-async_continue_label_test/await_in_condition: Crash |
-async_continue_label_test/await_in_init: Crash |
-async_continue_label_test/await_in_update: Crash |
-async_continue_label_test/none: Crash |
-async_control_structures_test: Crash |
-async_finally_rethrow_test: Crash |
-async_or_generator_return_type_stacktrace_test/01: Crash |
-async_or_generator_return_type_stacktrace_test/02: Crash |
-async_or_generator_return_type_stacktrace_test/03: Crash |
-async_regression_23058_test: Crash |
-async_rethrow_test: Crash |
-async_return_types_test/nestedFuture: Crash |
-async_return_types_test/none: Crash |
-async_return_types_test/tooManyTypeParameters: CompileTimeError |
-async_return_types_test/tooManyTypeParameters: Crash |
-async_return_types_test/wrongReturnType: Crash |
-async_return_types_test/wrongTypeParameter: Crash |
-async_star_await_pauses_test: Crash |
-async_star_cancel_and_throw_in_finally_test: Crash |
-async_star_cancel_while_paused_test: Crash |
-async_star_no_cancel2_test: Crash |
-async_star_no_cancel_test: Crash |
-async_star_pause_test: Crash |
-async_star_regression_2238_test: Crash |
-async_star_regression_23116_test: Crash |
-async_star_regression_fisk_test: Crash |
-async_star_stream_take_test: Crash |
-async_star_take_reyield_test: Crash |
-bad_constructor_test/05: MissingCompileTimeError |
-bad_named_parameters2_test/01: Crash |
-bad_named_parameters_test/01: Crash |
-bad_named_parameters_test/02: Crash |
-bad_named_parameters_test/03: Crash |
-bad_named_parameters_test/04: Crash |
-bad_named_parameters_test/05: Crash |
-bad_override_test/01: Crash |
-bad_override_test/02: Crash |
-bad_override_test/03: Crash |
-bad_override_test/03: MissingCompileTimeError |
-bad_override_test/04: Crash |
-bad_override_test/04: MissingCompileTimeError |
-bad_override_test/05: Crash |
-bad_override_test/05: MissingCompileTimeError |
-bad_override_test/06: Crash |
-bailout3_test: Crash |
-bailout4_test: Crash |
-bailout5_test: Crash |
-bailout6_test: Crash |
-bailout7_test: Crash |
-bailout_test: Crash |
-bind_test: Crash |
-bit_operations_test/01: Crash |
-bit_operations_test/02: Crash |
-bit_operations_test/03: Crash |
-bit_operations_test/04: Crash |
-bit_operations_test/none: Crash |
-bool_check_test: Crash |
-bool_condition_check_test/01: Crash |
-bool_condition_check_test: Crash |
-bool_test: Crash |
-bound_closure_equality_test: Crash |
-bound_closure_primitives_test: Crash |
-branch_canonicalization_test: Crash |
-branch_canonicalization_test: RuntimeError |
-break_test: Crash |
-built_in_identifier_test/01: Crash |
-built_in_identifier_test/none: Crash |
-function_type/function_type0_test: Crash |
-function_type/function_type10_test: Crash |
-function_type/function_type11_test: Crash |
-function_type/function_type12_test: Crash |
-function_type/function_type13_test: Crash |
-function_type/function_type14_test: Crash |
-function_type/function_type15_test: Crash |
-function_type/function_type16_test: Crash |
-function_type/function_type17_test: Crash |
-function_type/function_type18_test: Crash |
-function_type/function_type19_test: Crash |
-function_type/function_type1_test: Crash |
-function_type/function_type20_test: Crash |
-function_type/function_type21_test: Crash |
-function_type/function_type22_test: Crash |
-function_type/function_type23_test: Crash |
-function_type/function_type24_test: Crash |
-function_type/function_type25_test: Crash |
-function_type/function_type26_test: Crash |
-function_type/function_type27_test: Crash |
-function_type/function_type28_test: Crash |
-function_type/function_type29_test: Crash |
-function_type/function_type2_test: Crash |
-function_type/function_type30_test: Crash |
-function_type/function_type31_test: Crash |
-function_type/function_type32_test: Crash |
-function_type/function_type33_test: Crash |
-function_type/function_type34_test: Crash |
-function_type/function_type35_test: Crash |
-function_type/function_type36_test: Crash |
-function_type/function_type37_test: Crash |
-function_type/function_type38_test: Crash |
-function_type/function_type39_test: Crash |
-function_type/function_type3_test: Crash |
-function_type/function_type40_test: Crash |
-function_type/function_type41_test: Crash |
-function_type/function_type42_test: Crash |
-function_type/function_type43_test: Crash |
-function_type/function_type44_test: Crash |
-function_type/function_type45_test: Crash |
-function_type/function_type46_test: Crash |
-function_type/function_type47_test: Crash |
-function_type/function_type48_test: Crash |
-function_type/function_type49_test: Crash |
-function_type/function_type4_test: Crash |
-function_type/function_type50_test: Crash |
-function_type/function_type51_test: Crash |
-function_type/function_type52_test: Crash |
-function_type/function_type53_test: Crash |
-function_type/function_type54_test: Crash |
-function_type/function_type55_test: Crash |
-function_type/function_type56_test: Crash |
-function_type/function_type57_test: Crash |
-function_type/function_type58_test: Crash |
-function_type/function_type59_test: Crash |
-function_type/function_type5_test: Crash |
-function_type/function_type60_test: Crash |
-function_type/function_type61_test: Crash |
-function_type/function_type62_test: Crash |
-function_type/function_type63_test: Crash |
-function_type/function_type64_test: Crash |
-function_type/function_type65_test: Crash |
-function_type/function_type66_test: Crash |
-function_type/function_type67_test: Crash |
-function_type/function_type68_test: Crash |
-function_type/function_type69_test: Crash |
-function_type/function_type6_test: Crash |
-function_type/function_type70_test: Crash |
-function_type/function_type71_test: Crash |
-function_type/function_type72_test: Crash |
-function_type/function_type73_test: Crash |
-function_type/function_type74_test: Crash |
-function_type/function_type75_test: Crash |
-function_type/function_type76_test: Crash |
-function_type/function_type77_test: Crash |
-function_type/function_type78_test: Crash |
-function_type/function_type79_test: Crash |
-function_type/function_type7_test: Crash |
-function_type/function_type80_test: Crash |
-function_type/function_type81_test: Crash |
-function_type/function_type82_test: Crash |
-function_type/function_type83_test: Crash |
-function_type/function_type84_test: Crash |
-function_type/function_type85_test: Crash |
-function_type/function_type86_test: Crash |
-function_type/function_type87_test: Crash |
-function_type/function_type88_test: Crash |
-function_type/function_type89_test: Crash |
-function_type/function_type8_test: Crash |
-function_type/function_type90_test: Crash |
-function_type/function_type91_test: Crash |
-function_type/function_type92_test: Crash |
-function_type/function_type93_test: Crash |
-function_type/function_type94_test: Crash |
-function_type/function_type95_test: Crash |
-function_type/function_type96_test: Crash |
-function_type/function_type97_test: Crash |
-function_type/function_type98_test: Crash |
-function_type/function_type99_test: Crash |
-function_type/function_type9_test: Crash |
- |
-[ ($runtime != vm && $compiler != dartk && $compiler != dartkp ) || ($compiler != none && $compiler != dartk && $compiler != dartkp )] |
-assert_initializer_test/*: Skip # Not implemented yet, experiment is VM only. |
- |
-[ $compiler == dart2analyzer && $runtime == none ] |
-assertion_initializer_const_error2_test/none: CompileTimeError |
-assertion_initializer_const_function_test/01: CompileTimeError |
-assertion_initializer_test: CompileTimeError |
- |
-# dartdevc doesn't support assertions in initializers. |
-[ $compiler == dartdevc ] |
-assertion_initializer_test: CompileTimeError |
-assertion_initializer_const_error2_test/none: CompileTimeError |
-assertion_initializer_const_function_test/01: CompileTimeError |
- |
-[ $compiler == dartdevc && $runtime != none ] |
-bit_operations_test/01: RuntimeError # No bigints on web. |
-bit_operations_test/02: RuntimeError # No bigints on web. |
-bit_operations_test/03: RuntimeError # No bigints on web. |
-bit_operations_test/04: RuntimeError # No bigints on web. |
-bit_operations_test/none: RuntimeError # No bigints on web. |
-branch_canonicalization_test: RuntimeError # Issue 29920 |
- |
-[ $compiler == dartk && $runtime == vm ] |
-arithmetic2_test: RuntimeError # Throws CastError instead of TypeError |
- |
[ $mode == product ] |
assertion_test: SkipByDesign # Requires checked mode. |
-[$compiler == precompiler && $runtime == dart_precompiled && !$checked] |
-assertion_initializer_const_error2_test/cc01: Pass, OK |
-assertion_initializer_const_error2_test/cc02: CompileTimeError |
-assertion_initializer_const_error2_test/cc03: Pass, OK |
-assertion_initializer_const_error2_test/cc04: Pass, OK |
-assertion_initializer_const_error2_test/cc05: Pass, OK |
-assertion_initializer_const_error2_test/cc06: Pass, OK |
-assertion_initializer_const_error2_test/cc07: Pass, OK |
-assertion_initializer_const_error2_test/cc08: Pass, OK |
-assertion_initializer_const_error2_test/cc09: Pass, OK |
-assertion_initializer_const_error2_test/cc10: Pass, OK |
-assertion_initializer_const_error2_test/cc11: Pass, OK |
-assertion_initializer_const_error2_test/none: CompileTimeError |
- |
-[$compiler == precompiler && $runtime == dart_precompiled && $checked] |
-assertion_initializer_const_error2_test/cc01: Pass |
-assertion_initializer_const_error2_test/cc03: Pass |
-assertion_initializer_const_error2_test/cc04: Pass |
-assertion_initializer_const_error2_test/cc05: Pass |
-assertion_initializer_const_error2_test/cc06: Pass |
-assertion_initializer_const_error2_test/cc07: Pass |
-assertion_initializer_const_error2_test/cc08: Pass |
-assertion_initializer_const_error2_test/cc09: Pass |
-assertion_initializer_const_error2_test/cc10: Pass |
-assertion_initializer_const_error2_test/cc11: Pass |
-assertion_initializer_const_error2_test/none: CompileTimeError |
- |
-[$compiler == none && $runtime == vm && !$checked] |
-assertion_initializer_const_error2_test/cc02: MissingCompileTimeError |
-assertion_initializer_const_error_test/01: MissingCompileTimeError |
-assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
- |
-[$compiler == none && $runtime == drt && !$checked] |
+[ $compiler == none && $runtime == drt && !$checked ] |
assertion_initializer_const_error2_test/cc02: Fail |
assertion_initializer_const_error_test/01: Fail |
assertion_initializer_const_function_error_test/01: Fail |
-[$compiler == app_jit && $runtime == vm && !$checked] |
-assertion_initializer_const_error2_test/cc02: MissingCompileTimeError |
-assertion_initializer_const_error_test/01: MissingCompileTimeError |
-assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
- |
-[ $compiler == precompiler && $runtime == dart_precompiled ] |
-assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError |
-assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError |
-assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError |
-assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError |
-assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError |
-assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError |
-assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError |
-assertion_initializer_const_error2_test/cc08: Crash, MissingCompileTimeError |
-assertion_initializer_const_error2_test/cc09: Crash, MissingCompileTimeError |
-assertion_initializer_const_error2_test/cc10: Crash, MissingCompileTimeError |
-assertion_initializer_const_error2_test/cc11: Crash, MissingCompileTimeError |
- |
-[ $compiler == precompiler && $runtime == dart_precompiled && !$checked] |
-assertion_initializer_const_error_test/01: MissingCompileTimeError |
-assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
- |
-[$compiler == dartk && $runtime == vm] |
-assertion_initializer_const_error2_test/none: CompileTimeError |
-assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
-assertion_initializer_test: CompileTimeError |
- |
-[$compiler == dartk && $runtime == vm && !$checked] |
-assertion_initializer_const_error2_test/cc02: MissingCompileTimeError |
- |
-[$compiler == dartk && $runtime == vm && $checked] |
-assertion_initializer_const_function_test/01: RuntimeError |
- |
-[$compiler == dartkp && $runtime == dart_precompiled] |
-assertion_initializer_const_error2_test/none: CompileTimeError |
- |
-[$compiler == dartkp && $runtime == dart_precompiled && !$checked] |
-assertion_initializer_const_error2_test/cc02: MissingCompileTimeError |
-assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
-assertion_initializer_test: CompileTimeError |
- |
-[$compiler == dartkp && $runtime == dart_precompiled && $checked] |
-assertion_initializer_const_error2_test/cc02: Crash |
-assertion_initializer_const_error_test/none: Crash |
-assertion_initializer_const_function_error_test/01: Crash |
-assertion_initializer_const_function_error_test/none: Crash |
-assertion_initializer_const_function_test/01: Crash |
-assertion_initializer_const_function_test/none: Crash |
-assertion_initializer_test: CompileTimeError |
- |
-[ $compiler == dartk || $compiler == dartkp ] |
-assert_trailing_comma_test/none: CompileTimeError # Issue 29959 |
- |
-# dartk: checked mode failures |
-[ $checked && ($compiler == dartk || $compiler == dartkp) ] |
-assert_initializer_test/31: MissingCompileTimeError # KernelVM bug: Constant evaluation. |
-assert_initializer_test/32: MissingCompileTimeError # KernelVM bug: Constant evaluation. |
-assert_initializer_test/33: MissingCompileTimeError # KernelVM bug: Constant evaluation. |
-assert_initializer_test/34: MissingCompileTimeError # KernelVM bug: Constant evaluation. |
-assert_initializer_test/35: MissingCompileTimeError # KernelVM bug: Constant evaluation. |
-assert_initializer_test/36: MissingCompileTimeError # KernelVM bug: Constant evaluation. |
-assert_initializer_test/37: MissingCompileTimeError # KernelVM bug: Constant evaluation. |
-assert_initializer_test/38: MissingCompileTimeError # KernelVM bug: Constant evaluation. |
-assert_initializer_test/41: MissingCompileTimeError # KernelVM bug: Constant evaluation. |
-assert_initializer_test/42: MissingCompileTimeError # KernelVM bug: Constant evaluation. |
-assert_initializer_test/43: MissingCompileTimeError # KernelVM bug: Constant evaluation. |
-assert_initializer_test/44: MissingCompileTimeError # KernelVM bug: Constant evaluation. |
-assert_initializer_test/45: MissingCompileTimeError # KernelVM bug: Constant evaluation. |
-assert_initializer_test/46: MissingCompileTimeError # KernelVM bug: Constant evaluation. |
-assert_initializer_test/47: MissingCompileTimeError # KernelVM bug: Constant evaluation. |
-assert_initializer_test/48: MissingCompileTimeError # KernelVM bug: Constant evaluation. |
-assert_initializer_test/none: RuntimeError # KernelVM bug: Constant evaluation. |
-assign_static_type_test/02: MissingCompileTimeError |
- |
-[($runtime == vm || $runtime == flutter) && $compiler == none && $checked] |
-# The VM doesn't enforce that potentially const expressions are actually |
-# const expressions when the constructor is called with `const`. |
-assert_initializer_test/4*: MissingCompileTimeError # Issue 392. |
- |
-[ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] |
-async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
- |
-[ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] |
-async_star_no_cancel_test: RuntimeError # Need triage |
-async_star_no_cancel2_test: RuntimeError # Need triage |
-async_star_await_pauses_test: RuntimeError # Need triage |
- |
-[ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] |
-async_return_types_test/nestedFuture: Fail # Issue 26429 |
-async_return_types_test/wrongTypeParameter: Fail # Issue 26429 |
- |
-[ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] |
-async_star_pause_test: RuntimeError # Issue 27394 |
-async_star_regression_fisk_test: RuntimeError # Issue 27394 |
-async_star_stream_take_test: RuntimeError # Issue 27394 |
-async_star_take_reyield_test: RuntimeError # Issue 27394 |
- |
-# Note: there are two flags to test dart2js with kernel: |
-# - dart2js_with_kernel_in_ssa: tests cover SSA via Kernel, but no other part of the |
-# compiler. This flag will be deleted soon |
-# - dart2js_with_kernel: tests the entire pipeline with kernel. |
-[ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $dart2js_with_kernel ] |
-function_type/function_type14_test: Crash # Issue 27394 |
-function_type/function_type15_test: Crash # Issue 27394 |
-function_type/function_type20_test: Crash # Issue 27394 |
-function_type/function_type21_test: Crash # Issue 27394 |
-function_type/function_type22_test: Crash # Issue 27394 |
-function_type/function_type23_test: Crash # Issue 27394 |
-function_type/function_type24_test: Crash # Issue 27394 |
-function_type/function_type25_test: Crash # Issue 27394 |
-function_type/function_type26_test: Crash # Issue 27394 |
-function_type/function_type27_test: Crash # Issue 27394 |
-function_type/function_type28_test: Crash # Issue 27394 |
-function_type/function_type29_test: Crash # Issue 27394 |
-function_type/function_type30_test: Crash # Issue 27394 |
-function_type/function_type31_test: Crash # Issue 27394 |
-function_type/function_type32_test: Crash # Issue 27394 |
-function_type/function_type33_test: Crash # Issue 27394 |
-function_type/function_type34_test: Crash # Issue 27394 |
-function_type/function_type35_test: Crash # Issue 27394 |
-function_type/function_type36_test: Crash # Issue 27394 |
-function_type/function_type37_test: Crash # Issue 27394 |
-function_type/function_type38_test: Crash # Issue 27394 |
-function_type/function_type39_test: Crash # Issue 27394 |
-function_type/function_type40_test: Crash # Issue 27394 |
-function_type/function_type41_test: Crash # Issue 27394 |
-function_type/function_type42_test: Crash # Issue 27394 |
-function_type/function_type43_test: Crash # Issue 27394 |
-function_type/function_type44_test: Crash # Issue 27394 |
-function_type/function_type45_test: Crash # Issue 27394 |
-function_type/function_type46_test: Crash # Issue 27394 |
-function_type/function_type47_test: Crash # Issue 27394 |
-function_type/function_type48_test: Crash # Issue 27394 |
-function_type/function_type49_test: Crash # Issue 27394 |
-function_type/function_type50_test: Crash # Issue 27394 |
-function_type/function_type51_test: Crash # Issue 27394 |
-function_type/function_type52_test: Crash # Issue 27394 |
-function_type/function_type53_test: Crash # Issue 27394 |
-function_type/function_type54_test: Crash # Issue 27394 |
-function_type/function_type55_test: Crash # Issue 27394 |
-function_type/function_type62_test: Crash # Issue 27394 |
-function_type/function_type63_test: Crash # Issue 27394 |
-function_type/function_type6_test: Crash # Issue 27394 |
-function_type/function_type7_test: Crash # Issue 27394 |
-function_type/function_type98_test: Crash # Issue 27394 |
-function_type/function_type99_test: Crash # Issue 27394 |
- |
-[ $compiler == dart2js && $runtime != none && $checked ] |
-assert_with_message_test: RuntimeError |
- |
-[ $checked && ($compiler == dartk || $compiler == dartkp) ] |
-async_return_types_test/nestedFuture: Fail |
-async_return_types_test/wrongTypeParameter: Fail |
- |
-[ $compiler == dartk || $compiler == dartkp ] |
-function_type/function_type0_test: RuntimeError |
-function_type/function_type10_test: RuntimeError |
-function_type/function_type11_test: RuntimeError |
-function_type/function_type12_test: RuntimeError |
-function_type/function_type13_test: RuntimeError |
-function_type/function_type14_test: RuntimeError |
-function_type/function_type15_test: RuntimeError |
-function_type/function_type16_test: RuntimeError |
-function_type/function_type17_test: RuntimeError |
-function_type/function_type18_test: RuntimeError |
-function_type/function_type19_test: RuntimeError |
-function_type/function_type1_test: RuntimeError |
-function_type/function_type20_test: RuntimeError |
-function_type/function_type21_test: RuntimeError |
-function_type/function_type22_test: RuntimeError |
-function_type/function_type23_test: RuntimeError |
-function_type/function_type24_test: RuntimeError |
-function_type/function_type25_test: RuntimeError |
-function_type/function_type26_test: RuntimeError |
-function_type/function_type27_test: RuntimeError |
-function_type/function_type28_test: RuntimeError |
-function_type/function_type29_test: RuntimeError |
-function_type/function_type2_test: RuntimeError |
-function_type/function_type30_test: RuntimeError |
-function_type/function_type31_test: RuntimeError |
-function_type/function_type32_test: RuntimeError |
-function_type/function_type33_test: RuntimeError |
-function_type/function_type34_test: RuntimeError |
-function_type/function_type35_test: RuntimeError |
-function_type/function_type36_test: RuntimeError |
-function_type/function_type37_test: RuntimeError |
-function_type/function_type38_test: RuntimeError |
-function_type/function_type39_test: RuntimeError |
-function_type/function_type3_test: RuntimeError |
-function_type/function_type40_test: RuntimeError |
-function_type/function_type41_test: RuntimeError |
-function_type/function_type42_test: RuntimeError |
-function_type/function_type43_test: RuntimeError |
-function_type/function_type44_test: RuntimeError |
-function_type/function_type45_test: RuntimeError |
-function_type/function_type46_test: RuntimeError |
-function_type/function_type47_test: RuntimeError |
-function_type/function_type48_test: RuntimeError |
-function_type/function_type49_test: RuntimeError |
-function_type/function_type4_test: RuntimeError |
-function_type/function_type50_test: RuntimeError |
-function_type/function_type51_test: RuntimeError |
-function_type/function_type52_test: RuntimeError |
-function_type/function_type53_test: RuntimeError |
-function_type/function_type54_test: RuntimeError |
-function_type/function_type55_test: RuntimeError |
-function_type/function_type56_test: RuntimeError |
-function_type/function_type57_test: RuntimeError |
-function_type/function_type58_test: RuntimeError |
-function_type/function_type59_test: RuntimeError |
-function_type/function_type5_test: RuntimeError |
-function_type/function_type60_test: RuntimeError |
-function_type/function_type61_test: RuntimeError |
-function_type/function_type62_test: RuntimeError |
-function_type/function_type63_test: RuntimeError |
-function_type/function_type64_test: RuntimeError |
-function_type/function_type65_test: RuntimeError |
-function_type/function_type66_test: RuntimeError |
-function_type/function_type67_test: RuntimeError |
-function_type/function_type68_test: RuntimeError |
-function_type/function_type69_test: RuntimeError |
-function_type/function_type6_test: RuntimeError |
-function_type/function_type70_test: RuntimeError |
-function_type/function_type71_test: RuntimeError |
-function_type/function_type72_test: RuntimeError |
-function_type/function_type73_test: RuntimeError |
-function_type/function_type74_test: RuntimeError |
-function_type/function_type75_test: RuntimeError |
-function_type/function_type76_test: RuntimeError |
-function_type/function_type77_test: RuntimeError |
-function_type/function_type78_test: RuntimeError |
-function_type/function_type79_test: RuntimeError |
-function_type/function_type7_test: RuntimeError |
-function_type/function_type80_test: RuntimeError |
-function_type/function_type81_test: RuntimeError |
-function_type/function_type82_test: RuntimeError |
-function_type/function_type83_test: RuntimeError |
-function_type/function_type84_test: RuntimeError |
-function_type/function_type85_test: RuntimeError |
-function_type/function_type86_test: RuntimeError |
-function_type/function_type87_test: RuntimeError |
-function_type/function_type88_test: RuntimeError |
-function_type/function_type89_test: RuntimeError |
-function_type/function_type8_test: RuntimeError |
-function_type/function_type90_test: RuntimeError |
-function_type/function_type91_test: RuntimeError |
-function_type/function_type92_test: RuntimeError |
-function_type/function_type93_test: RuntimeError |
-function_type/function_type94_test: RuntimeError |
-function_type/function_type95_test: RuntimeError |
-function_type/function_type96_test: RuntimeError |
-function_type/function_type97_test: RuntimeError |
-function_type/function_type98_test: RuntimeError |
-function_type/function_type99_test: RuntimeError |
-function_type/function_type9_test: RuntimeError |
- |
-# These test entries will be valid for vm (with and without kernel). |
-[ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] |
-async_star_cancel_while_paused_test: RuntimeError |
-# This is OK for now, but we may want to change the semantics to match the test. |
-async_star_pause_test: Fail, OK |
- |
-[ $compiler == dartk && $runtime == vm ] |
-async_star_cancel_while_paused_test: RuntimeError |
- |
-[ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
-async_star_regression_2238_test: CompileTimeError, RuntimeError |
- |
-# flutter uses --error_on_bad_type, --error_on_bad_override |
-# and --await_is_keyword so # the following tests fail with |
-# a Compilation Error |
-[ $runtime == flutter ] |
-async_await_test: CompileTimeError |
-async_await_syntax_test/a05c: CompileTimeError |
-async_await_syntax_test/a05e: CompileTimeError |
-async_await_syntax_test/d08c: CompileTimeError |
-bad_override_test/06: CompileTimeError |
- |
-# Look like bugs. |
-async_return_types_test/nestedFuture: Skip # Flutter Issue 9110 |
-async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 |
-async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 |
-async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 |
-async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 |
-async_star_no_cancel_test: Skip # Flutter Issue 9110 |
- |
-[ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ] |
-bool_check_test: RuntimeError # Issue 29647 |
-bool_condition_check_test: RuntimeError |
- |
-[ $compiler == precompiler && $runtime == dart_precompiled ] |
-bool_check_test: RuntimeError |
-bool_condition_check_test: RuntimeError |
-built_in_identifier_prefix_test: CompileTimeError |
- |
-[ $compiler == dart2analyzer || $compiler == dartdevc ] |
-bad_initializer2_negative_test: fail # Issue 14880 |
-black_listed_test/none: fail # Issue 14228 |
-bad_initializer1_negative_test: CompileTimeError # Issue 14529 |
-bad_named_constructor_negative_test: CompileTimeError # Issue 18693 |
-body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695 |
-built_in_identifier_prefix_test: CompileTimeError |
- |
-[ $runtime == vm ] |
-built_in_identifier_prefix_test: CompileTimeError |
- |
-[ $compiler == dart2js ] |
-built_in_identifier_prefix_test: CompileTimeError |
- |
-[ $compiler == dartdevc ] |
-built_in_identifier_prefix_test: CompileTimeError |
+[ ! $checked ] |
+function_type/*: Skip # Needs checked mode. |