2b56c2c58a
Run `pkg/status_file/bin/normalize.dart` across all status files. This should solve most presubmit warnings about "existing and possibly new status file issues". There are remaining issues in pkg/front_end/testcases/strong.status and pkg/front_end/testcases/text_serialization.status which will need to be fixed manually. Change-Id: Iceae8992c4907442481590d75c1b0a84ce29521b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/106726 Reviewed-by: Bob Nystrom <rnystrom@google.com> Commit-Queue: Bob Nystrom <rnystrom@google.com> Auto-Submit: Nate Bosch <nbosch@google.com>
579 lines
34 KiB
Plaintext
579 lines
34 KiB
Plaintext
# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
|
|
# 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.
|
|
# Sections in this file should contain "$compiler == dart2js".
|
|
|
|
[ $compiler == dart2js ]
|
|
arithmetic_int64_test: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
async_await_test/02: RuntimeError
|
|
async_await_test/03: RuntimeError
|
|
async_await_test/none: RuntimeError
|
|
async_star/async_star_await_for_test: RuntimeError
|
|
async_star/async_star_cancel_test: RuntimeError
|
|
async_star_cancel_while_paused_test: RuntimeError # Issue 22853
|
|
async_star_test/02: RuntimeError
|
|
bit_operations_test: RuntimeError, OK # non JS number semantics
|
|
bit_operations_test: RuntimeError
|
|
bit_operations_test/03: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
bit_operations_test/04: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
bit_operations_test/none: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
branch_canonicalization_test: RuntimeError
|
|
call_method_as_cast_test/06: RuntimeError
|
|
call_method_implicit_tear_off_implements_function_test/05: RuntimeError
|
|
call_method_implicit_tear_off_implements_function_test/06: RuntimeError
|
|
call_method_is_check_test/06: RuntimeError
|
|
call_method_must_not_be_field_test/03: RuntimeError # Issue 32155
|
|
call_method_must_not_be_getter_test/03: RuntimeError # Issue 32155
|
|
canonical_const2_test: RuntimeError, OK # non JS number semantics
|
|
closure_type_arguments_test: Crash # Issue 34272
|
|
compile_time_constant_static5_test/11: CompileTimeError
|
|
compile_time_constant_static5_test/16: CompileTimeError
|
|
compile_time_constant_static5_test/21: CompileTimeError
|
|
compile_time_constant_static5_test/23: CompileTimeError
|
|
conditional_rewrite_test: RuntimeError
|
|
config_import_corelib_test: CompileTimeError # we need a special platform.dill file for categories=all. Once we fix that, all dart:* are supported when using '--categories=all' so this will become a RuntimeError, OK.
|
|
config_import_test: RuntimeError # Test flag is not passed to the compiler.
|
|
const_constructor3_test/04: MissingCompileTimeError # OK - Subtype check uses JS number semantics.
|
|
const_constructor_nonconst_param_test/01: MissingCompileTimeError
|
|
const_dynamic_type_literal_test/03: Pass # but it shouldn't until we fix issue 17207
|
|
const_evaluation_test/01: RuntimeError
|
|
const_list_test: RuntimeError
|
|
const_map2_test/00: MissingCompileTimeError
|
|
const_map3_test/00: MissingCompileTimeError
|
|
const_map4_test: RuntimeError
|
|
const_switch_test/02: RuntimeError, OK # constant identity based on JS constants
|
|
const_switch_test/04: RuntimeError, OK # constant identity based on JS constants
|
|
constructor12_test: RuntimeError
|
|
constructor_named_arguments_test/none: RuntimeError
|
|
covariant_subtyping_test: Crash # Unsupported operation: Unsupported type parameter type node E.
|
|
ct_const_test: RuntimeError
|
|
deferred_load_library_wrong_args_test/01: CompileTimeError
|
|
deferred_not_loaded_check_test: RuntimeError # Test out of date. Issue 31933
|
|
deferred_redirecting_factory_test: RuntimeError
|
|
deopt_inlined_function_lazy_test: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
deopt_smi_op_test: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
double_identical_test: RuntimeError # Negative and positive zero are distinct, but not in dart2js; bug #11551.
|
|
double_int_to_string_test: RuntimeError, OK # non JS number semantics
|
|
dynamic_prefix_core_test/none: CompileTimeError
|
|
enum_mirror_test: RuntimeError
|
|
example_constructor_test: RuntimeError
|
|
expect_test: RuntimeError, OK # Issue 13080
|
|
external_test/10: CompileTimeError # External non-js-interop function are treated as compile-time errors.
|
|
external_test/10: MissingRuntimeError
|
|
external_test/13: CompileTimeError # External non-js-interop function are treated as compile-time errors.
|
|
external_test/13: MissingRuntimeError
|
|
external_test/20: CompileTimeError # External non-js-interop function are treated as compile-time errors.
|
|
external_test/20: MissingRuntimeError
|
|
external_test/21: CompileTimeError
|
|
external_test/24: CompileTimeError
|
|
flatten_test/05: MissingRuntimeError
|
|
flatten_test/08: MissingRuntimeError
|
|
flatten_test/09: MissingRuntimeError
|
|
flatten_test/12: MissingRuntimeError
|
|
full_stacktrace1_test: RuntimeError # Issue 12698
|
|
full_stacktrace2_test: RuntimeError # Issue 12698
|
|
full_stacktrace3_test: RuntimeError # Issue 12698
|
|
function_propagation_test: RuntimeError
|
|
function_subtype_inline2_test: RuntimeError
|
|
generic_function_bounds_test: RuntimeError
|
|
generic_function_dcall_test/01: RuntimeError
|
|
generic_instanceof2_test: RuntimeError
|
|
generic_is_check_test: RuntimeError
|
|
generic_methods_bounds_test/02: MissingRuntimeError
|
|
generic_no_such_method_dispatcher_simple_test: CompileTimeError
|
|
generic_no_such_method_dispatcher_test: CompileTimeError
|
|
generic_tearoff_test: CompileTimeError
|
|
guess_cid_test: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
identical_closure2_test: RuntimeError # non JS number semantics
|
|
identical_closure2_test: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
if_null_precedence_test/none: RuntimeError
|
|
infinity_test: RuntimeError # non JS number semantics - Issue 4984
|
|
instance_creation_in_function_annotation_test: RuntimeError
|
|
instantiate_tearoff_of_call_test: CompileTimeError
|
|
instantiate_tearoff_of_call_test: RuntimeError
|
|
int2_test: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
int64_literal_test/01: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
int64_literal_test/02: RuntimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
int64_literal_test/04: RuntimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
int64_literal_test/05: RuntimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
int64_literal_test/06: RuntimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
int64_literal_test/11: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
int64_literal_test/12: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
int64_literal_test/14: RuntimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
int64_literal_test/16: RuntimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
int64_literal_test/17: RuntimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
int64_literal_test/19: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
int64_literal_test/none: RuntimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
integer_division_by_zero_test: RuntimeError # Issue 8301
|
|
internal_library_test/02: Crash
|
|
invocation_mirror_invoke_on2_test: RuntimeError
|
|
invocation_mirror_invoke_on_test: RuntimeError
|
|
issue21079_test: RuntimeError
|
|
issue23244_test: RuntimeError # Isolates - enum canonicalization - Issue 23244
|
|
issue31596_super_test/01: CompileTimeError
|
|
issue31596_super_test/03: CompileTimeError
|
|
left_shift_test: RuntimeError # non JS number semantics
|
|
library_env_test/has_io_support: RuntimeError, OK # dart2js doesn't support io when compiling on --categories=Client
|
|
library_env_test/has_mirror_support: RuntimeError
|
|
library_env_test/has_mirror_support: Fail # mirrors not supported on web
|
|
library_env_test/has_no_html_support: RuntimeError, OK
|
|
library_env_test/has_no_mirror_support: Pass # fails for the wrong reason.
|
|
list_test: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
local_function2_test/none: RuntimeError
|
|
local_function3_test/none: RuntimeError
|
|
local_function_test/none: RuntimeError
|
|
minify_closure_variable_collision_test: CompileTimeError
|
|
mint_arithmetic_test: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
mint_arithmetic_test: RuntimeError # non JS number semantics
|
|
mint_compares_test: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
mint_identical_test: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
mixin_illegal_super_use_test/01: MissingCompileTimeError
|
|
mixin_illegal_super_use_test/04: MissingCompileTimeError
|
|
mixin_illegal_super_use_test/07: MissingCompileTimeError
|
|
mixin_illegal_super_use_test/10: MissingCompileTimeError
|
|
mixin_illegal_super_use_test/11: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/01: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/02: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/03: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/04: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/05: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/06: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/07: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/08: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/09: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/10: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/11: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/12: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/13: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/14: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/15: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/16: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/17: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/18: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/19: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/20: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/21: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/22: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/23: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/24: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/25: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/26: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/27: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/28: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/29: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/30: MissingCompileTimeError
|
|
mixin_method_override_test/G5: Skip # Issue 34354
|
|
mock_writable_final_field_test: RuntimeError # Issue 30847
|
|
mock_writable_final_private_field_test: RuntimeError # Issue 17526, 30847
|
|
modulo_test: RuntimeError # non JS number semantics
|
|
named_parameters_default_eq_test/none: RuntimeError
|
|
nan_identical_test: RuntimeError # Issue 11551
|
|
nested_generic_closure_test: RuntimeError
|
|
no_main_test/01: CompileTimeError
|
|
no_such_method_mock_test: RuntimeError
|
|
null_no_such_method_test: CompileTimeError
|
|
number_identity2_test: RuntimeError
|
|
number_identity_test: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
|
|
numbers_test: RuntimeError, OK # non JS number semantics
|
|
parser_quirks_test: CompileTimeError
|
|
partial_instantiation_eager_bounds_check_test: RuntimeError # Issue #34295
|
|
partial_tearoff_instantiation_test/05: Pass # for the wrong reason.
|
|
partial_tearoff_instantiation_test/06: Pass # for the wrong reason.
|
|
partial_tearoff_instantiation_test/07: Pass # for the wrong reason.
|
|
partial_tearoff_instantiation_test/08: Pass # for the wrong reason.
|
|
private_method_tearoff_test: RuntimeError
|
|
redirecting_factory_reflection_test: RuntimeError
|
|
regress_23408_test: CompileTimeError
|
|
regress_24283_test: RuntimeError, OK # non JS number semantics
|
|
regress_28255_test: RuntimeError
|
|
regress_29025_test: CompileTimeError
|
|
regress_29405_test: CompileTimeError
|
|
regress_30339_test: CompileTimeError
|
|
setter_no_getter_test/01: CompileTimeError
|
|
stacktrace_demangle_ctors_test: RuntimeError # Issue 12698
|
|
stacktrace_rethrow_error_test/none: RuntimeError # Issue 12698
|
|
stacktrace_rethrow_error_test/withtraceparameter: RuntimeError # Issue 12698
|
|
stacktrace_rethrow_nonerror_test: RuntimeError # Issue 12698
|
|
super_bound_closure_test/none: CompileTimeError
|
|
super_call4_test/01: MissingCompileTimeError
|
|
super_test: RuntimeError
|
|
tearoff_dynamic_test: RuntimeError
|
|
truncdiv_test: RuntimeError # non JS number semantics - Issue 15246
|
|
type_constants_test/none: RuntimeError # Issue 35052
|
|
type_error_test: RuntimeError
|
|
type_literal_test: RuntimeError
|
|
type_promotion_more_specific_test/04: CompileTimeError
|
|
vm/*: SkipByDesign # Tests for the VM.
|
|
|
|
[ $compiler != dart2js ]
|
|
minify_closure_variable_collision_test: SkipByDesign # Regression test for dart2js
|
|
|
|
[ $builder_tag == dart2js_production && $compiler == dart2js ]
|
|
control_flow_collections/for_non_bool_condition_test: Crash # Issue 36442
|
|
|
|
[ $compiler == dart2js && $runtime == chrome ]
|
|
field_override_optimization_test: RuntimeError
|
|
stacktrace_test: RuntimeError
|
|
|
|
[ $compiler == dart2js && $runtime == chrome && $system == macos ]
|
|
await_future_test: Pass, Timeout # Issue 26735
|
|
|
|
[ $compiler == dart2js && $runtime == chromeOnAndroid ]
|
|
override_field_test/02: Pass, Slow # TODO(kasperl): Please triage.
|
|
|
|
[ $compiler == dart2js && $runtime == d8 ]
|
|
conditional_import_string_test: SkipByDesign # No XHR in d8
|
|
conditional_import_test: SkipByDesign # No XHR in d8
|
|
implicit_creation/implicit_new_constructor_generic_test: Pass
|
|
stacktrace_test: RuntimeError
|
|
|
|
[ $compiler == dart2js && $runtime == d8 && !$checked ]
|
|
field_override_optimization_test: RuntimeError
|
|
|
|
[ $compiler == dart2js && $runtime == ff ]
|
|
field_override_optimization_test: RuntimeError
|
|
round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round bug.
|
|
|
|
[ $compiler == dart2js && $runtime == jsshell ]
|
|
async_call_test: RuntimeError # Timer interface not supported: Issue 7728.
|
|
async_star_await_pauses_test: RuntimeError # Need triage
|
|
async_star_no_cancel2_test: RuntimeError # Need triage
|
|
async_star_no_cancel_test: RuntimeError # Need triage
|
|
async_star_test/02: RuntimeError
|
|
await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728
|
|
field_override_optimization_test: RuntimeError
|
|
regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728
|
|
|
|
[ $compiler == dart2js && $runtime != none && $checked ]
|
|
assert_with_message_test: RuntimeError
|
|
syncstar_covariant_type_test: RuntimeError # dart2js misplaces check in Iterator, not Iterable.
|
|
syncstar_dcall_type_test: RuntimeError # dart2js misplaces check in Iterator, not Iterable.
|
|
|
|
[ $compiler == dart2js && $runtime == safari ]
|
|
async_throw_in_catch_test/none: Pass, RuntimeError
|
|
field_override_optimization_test: RuntimeError
|
|
round_test: Fail, OK # Common JavaScript engine Math.round bug.
|
|
stacktrace_test: RuntimeError
|
|
|
|
[ $compiler == dart2js && $system == windows ]
|
|
string_literals_test: Pass, RuntimeError # Failures on dart2js-win7-chrome-4-4-be and dart2js-win7-ie11ff-4-4-be
|
|
|
|
[ $compiler == dart2js && $checked ]
|
|
assign_instance_method_test: RuntimeError
|
|
async_await_foreign_test: RuntimeError
|
|
async_star_cancel_while_paused_test: RuntimeError
|
|
async_star_pause_test: RuntimeError
|
|
async_star_regression_23116_test: RuntimeError
|
|
async_star_test/02: RuntimeError
|
|
await_test: RuntimeError
|
|
bit_operations_test/03: RuntimeError
|
|
bit_operations_test/04: RuntimeError
|
|
bit_operations_test/none: RuntimeError
|
|
branch_canonicalization_test: RuntimeError
|
|
canonical_const2_test: RuntimeError, OK # non JS number semantics
|
|
checked_method_error_order_test: RuntimeError
|
|
class_cycle_test/02: MissingCompileTimeError
|
|
class_cycle_test/03: MissingCompileTimeError
|
|
conditional_method_invocation_test/05: MissingCompileTimeError
|
|
conditional_method_invocation_test/06: MissingCompileTimeError
|
|
conditional_method_invocation_test/07: MissingCompileTimeError
|
|
conditional_method_invocation_test/08: MissingCompileTimeError
|
|
conditional_method_invocation_test/12: MissingCompileTimeError
|
|
conditional_method_invocation_test/13: MissingCompileTimeError
|
|
conditional_method_invocation_test/18: MissingCompileTimeError
|
|
conditional_method_invocation_test/19: MissingCompileTimeError
|
|
conditional_property_access_test/04: MissingCompileTimeError
|
|
conditional_property_access_test/05: MissingCompileTimeError
|
|
conditional_property_access_test/06: MissingCompileTimeError
|
|
conditional_property_access_test/10: MissingCompileTimeError
|
|
conditional_property_access_test/11: MissingCompileTimeError
|
|
conditional_property_access_test/16: MissingCompileTimeError
|
|
conditional_property_access_test/17: MissingCompileTimeError
|
|
conditional_property_assignment_test/04: MissingCompileTimeError
|
|
conditional_property_assignment_test/05: MissingCompileTimeError
|
|
conditional_property_assignment_test/06: MissingCompileTimeError
|
|
conditional_property_assignment_test/10: MissingCompileTimeError
|
|
conditional_property_assignment_test/11: MissingCompileTimeError
|
|
conditional_property_assignment_test/12: MissingCompileTimeError
|
|
conditional_property_assignment_test/13: MissingCompileTimeError
|
|
conditional_property_assignment_test/27: MissingCompileTimeError
|
|
conditional_property_assignment_test/28: MissingCompileTimeError
|
|
conditional_property_assignment_test/32: MissingCompileTimeError
|
|
conditional_property_assignment_test/33: MissingCompileTimeError
|
|
conditional_property_assignment_test/34: MissingCompileTimeError
|
|
conditional_property_assignment_test/35: MissingCompileTimeError
|
|
conditional_property_increment_decrement_test/04: MissingCompileTimeError
|
|
conditional_property_increment_decrement_test/08: MissingCompileTimeError
|
|
conditional_property_increment_decrement_test/12: MissingCompileTimeError
|
|
conditional_property_increment_decrement_test/16: MissingCompileTimeError
|
|
conditional_property_increment_decrement_test/21: MissingCompileTimeError
|
|
conditional_property_increment_decrement_test/22: MissingCompileTimeError
|
|
conditional_property_increment_decrement_test/27: MissingCompileTimeError
|
|
conditional_property_increment_decrement_test/28: MissingCompileTimeError
|
|
conditional_property_increment_decrement_test/33: MissingCompileTimeError
|
|
conditional_property_increment_decrement_test/34: MissingCompileTimeError
|
|
conditional_property_increment_decrement_test/39: MissingCompileTimeError
|
|
conditional_property_increment_decrement_test/40: MissingCompileTimeError
|
|
config_import_test: RuntimeError
|
|
const_constructor2_test/05: MissingCompileTimeError
|
|
const_constructor2_test/06: MissingCompileTimeError
|
|
const_constructor2_test/13: MissingCompileTimeError
|
|
const_constructor2_test/14: MissingCompileTimeError
|
|
const_constructor2_test/15: MissingCompileTimeError
|
|
const_constructor2_test/16: MissingCompileTimeError
|
|
const_constructor2_test/17: MissingCompileTimeError
|
|
const_constructor2_test/18: MissingCompileTimeError
|
|
const_constructor2_test/20: MissingCompileTimeError
|
|
const_constructor2_test/22: MissingCompileTimeError
|
|
const_constructor2_test/24: MissingCompileTimeError
|
|
const_error_multiply_initialized_test/02: MissingCompileTimeError
|
|
const_error_multiply_initialized_test/04: MissingCompileTimeError
|
|
const_evaluation_test/01: RuntimeError
|
|
const_init2_test/02: MissingCompileTimeError
|
|
const_map2_test/00: MissingCompileTimeError
|
|
const_map3_test/00: MissingCompileTimeError
|
|
const_switch_test/02: RuntimeError, OK # constant identity based on JS constants
|
|
const_switch_test/04: RuntimeError, OK # constant identity based on JS constants
|
|
const_types_test/01: MissingCompileTimeError
|
|
const_types_test/02: MissingCompileTimeError
|
|
const_types_test/03: MissingCompileTimeError
|
|
const_types_test/04: MissingCompileTimeError
|
|
const_types_test/05: MissingCompileTimeError
|
|
const_types_test/06: MissingCompileTimeError
|
|
const_types_test/13: MissingCompileTimeError
|
|
const_types_test/34: MissingCompileTimeError
|
|
const_types_test/35: MissingCompileTimeError
|
|
const_types_test/39: MissingCompileTimeError
|
|
const_types_test/40: MissingCompileTimeError
|
|
constructor_duplicate_final_test/01: MissingCompileTimeError
|
|
constructor_duplicate_final_test/02: MissingCompileTimeError
|
|
constructor_named_arguments_test/01: MissingCompileTimeError
|
|
constructor_named_arguments_test/none: RuntimeError
|
|
covariant_override/runtime_check_test: RuntimeError
|
|
covariant_subtyping_test: CompileTimeError
|
|
covariant_subtyping_test: RuntimeError
|
|
deferred_constraints_type_annotation_test/as_operation: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/catch_check: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/is_check: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/new_before_load: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/new_generic2: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/new_generic3: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation1: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation_generic1: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation_generic2: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation_generic3: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation_generic4: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation_null: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation_top_level: MissingCompileTimeError
|
|
deferred_load_library_wrong_args_test/01: MissingRuntimeError
|
|
deferred_not_loaded_check_test: RuntimeError # Test out of date. Issue 31933
|
|
deferred_redirecting_factory_test: RuntimeError
|
|
double_int_to_string_test: RuntimeError, OK # non JS number semantics
|
|
dynamic_prefix_core_test/none: RuntimeError
|
|
enum_mirror_test: RuntimeError
|
|
expect_test: RuntimeError, OK # Issue 13080
|
|
external_test/10: MissingRuntimeError
|
|
external_test/13: MissingRuntimeError
|
|
external_test/20: MissingRuntimeError
|
|
factory_redirection_test/07: MissingCompileTimeError
|
|
final_attempt_reinitialization_test/01: MissingCompileTimeError
|
|
final_attempt_reinitialization_test/02: MissingCompileTimeError
|
|
full_stacktrace1_test: RuntimeError # Issue 12698
|
|
full_stacktrace2_test: RuntimeError # Issue 12698
|
|
full_stacktrace3_test: RuntimeError # Issue 12698
|
|
generalized_void_syntax_test: CompileTimeError # Issue #30176.
|
|
generic_function_dcall_test/01: Crash # Unsupported operation: Unsupported type parameter type node T.
|
|
generic_tearoff_test: Crash # Unsupported operation: Unsupported type parameter type node T.
|
|
generic_typedef_test: RuntimeError
|
|
identical_closure2_test: RuntimeError # non JS number semantics
|
|
implicit_downcast_during_assert_initializer_test: RuntimeError
|
|
infinity_test: RuntimeError # non JS number semantics - Issue 4984
|
|
instance_creation_in_function_annotation_test: RuntimeError
|
|
instanceof2_test: RuntimeError
|
|
instanceof4_test/01: RuntimeError
|
|
instanceof4_test/none: RuntimeError
|
|
integer_division_by_zero_test: RuntimeError # Issue 8301
|
|
invocation_mirror2_test: RuntimeError # mirrors not supported
|
|
issue21079_test: RuntimeError
|
|
issue23244_test: RuntimeError
|
|
left_shift_test: RuntimeError # non JS number semantics
|
|
library_env_test/has_mirror_support: RuntimeError
|
|
list_literal1_test/01: MissingCompileTimeError
|
|
list_literal4_test/00: MissingCompileTimeError
|
|
list_literal4_test/01: MissingCompileTimeError
|
|
list_literal4_test/03: MissingCompileTimeError
|
|
list_literal4_test/04: MissingCompileTimeError
|
|
list_literal4_test/05: MissingCompileTimeError
|
|
list_literal_syntax_test/01: MissingCompileTimeError
|
|
list_literal_syntax_test/02: MissingCompileTimeError
|
|
list_literal_syntax_test/03: MissingCompileTimeError
|
|
malformed2_test/00: MissingCompileTimeError
|
|
map_literal1_test/01: MissingCompileTimeError
|
|
map_literal8_test: RuntimeError
|
|
mint_arithmetic_test: RuntimeError # non JS number semantics
|
|
mixin_illegal_super_use_test/01: MissingCompileTimeError
|
|
mixin_illegal_super_use_test/02: MissingCompileTimeError
|
|
mixin_illegal_super_use_test/03: MissingCompileTimeError
|
|
mixin_illegal_super_use_test/04: MissingCompileTimeError
|
|
mixin_illegal_super_use_test/05: MissingCompileTimeError
|
|
mixin_illegal_super_use_test/06: MissingCompileTimeError
|
|
mixin_illegal_super_use_test/07: MissingCompileTimeError
|
|
mixin_illegal_super_use_test/08: MissingCompileTimeError
|
|
mixin_illegal_super_use_test/09: MissingCompileTimeError
|
|
mixin_illegal_super_use_test/10: MissingCompileTimeError
|
|
mixin_illegal_super_use_test/11: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/01: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/02: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/03: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/04: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/05: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/06: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/07: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/08: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/09: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/10: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/11: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/12: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/13: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/14: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/15: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/16: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/17: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/18: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/19: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/20: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/21: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/22: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/23: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/24: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/25: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/26: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/27: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/28: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/29: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/30: MissingCompileTimeError
|
|
mixin_issue10216_2_test: RuntimeError
|
|
mixin_mixin4_test: RuntimeError
|
|
mixin_mixin5_test: RuntimeError
|
|
mixin_mixin7_test: RuntimeError
|
|
mixin_mixin_bound2_test: RuntimeError
|
|
mixin_mixin_bound_test: RuntimeError
|
|
mixin_mixin_test: RuntimeError
|
|
mixin_type_parameters_super_test: RuntimeError
|
|
mock_writable_final_field_test: RuntimeError # Issue 30847
|
|
mock_writable_final_private_field_test: RuntimeError # Issue 17526, 30847
|
|
modulo_test: RuntimeError # non JS number semantics
|
|
nan_identical_test: RuntimeError # Issue 11551
|
|
nested_generic_closure_test: Crash # Unsupported operation: Unsupported type parameter type node F.
|
|
no_main_test/01: CompileTimeError
|
|
not_enough_positional_arguments_test/00: MissingCompileTimeError
|
|
not_enough_positional_arguments_test/01: MissingCompileTimeError
|
|
not_enough_positional_arguments_test/02: MissingCompileTimeError
|
|
not_enough_positional_arguments_test/03: MissingCompileTimeError
|
|
not_enough_positional_arguments_test/05: MissingCompileTimeError
|
|
not_enough_positional_arguments_test/06: MissingCompileTimeError
|
|
not_enough_positional_arguments_test/07: MissingCompileTimeError
|
|
number_identity2_test: RuntimeError
|
|
numbers_test: RuntimeError, OK # non JS number semantics
|
|
positional_parameters_type_test/01: MissingCompileTimeError
|
|
positional_parameters_type_test/02: MissingCompileTimeError
|
|
private_super_constructor_test/01: MissingCompileTimeError
|
|
redirecting_factory_long_test: RuntimeError
|
|
redirecting_factory_reflection_test: RuntimeError
|
|
regress_20394_test/01: MissingCompileTimeError
|
|
regress_27617_test/1: Crash # Assertion failure: Unexpected constructor j:constructor(Foo._) in ConstructorDataImpl._getConstructorConstant
|
|
regress_28217_test/01: MissingCompileTimeError
|
|
regress_28217_test/none: MissingCompileTimeError
|
|
regress_28255_test: RuntimeError
|
|
regress_28341_test: RuntimeError
|
|
regress_29405_test: RuntimeError
|
|
regress_30339_test: RuntimeError # Issue 26429
|
|
regress_31057_test: Crash # Unsupported operation: Unsupported type parameter type node B.
|
|
stacktrace_demangle_ctors_test: RuntimeError # Issue 12698
|
|
stacktrace_rethrow_error_test/none: RuntimeError # Issue 12698
|
|
stacktrace_rethrow_error_test/withtraceparameter: RuntimeError # Issue 12698
|
|
stacktrace_rethrow_nonerror_test: RuntimeError # Issue 12698
|
|
stacktrace_test: RuntimeError # Issue 12698
|
|
symbol_literal_test/01: MissingCompileTimeError
|
|
tearoff_dynamic_test: RuntimeError
|
|
truncdiv_test: RuntimeError # non JS number semantics - Issue 15246
|
|
type_check_const_function_typedef2_test: MissingCompileTimeError
|
|
type_literal_test: RuntimeError
|
|
type_parameter_test/06: Crash # Internal Error: Unexpected type variable in static context.
|
|
type_parameter_test/09: Crash # Internal Error: Unexpected type variable in static context.
|
|
type_variable_scope_test/03: Crash # Internal Error: Unexpected type variable in static context.
|
|
|
|
[ $compiler == dart2js && $checked && $minified ]
|
|
inline_super_field_test: Crash
|
|
typedef_is_test: Crash
|
|
|
|
[ $compiler == dart2js && !$checked ]
|
|
bool_check_test: RuntimeError
|
|
bool_condition_check_test: RuntimeError
|
|
issue31596_super_test/05: RuntimeError
|
|
|
|
[ $compiler == dart2js && $host_checked ]
|
|
async_return_types_test/nestedFuture: Crash # 'file:*/pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart': Failed assertion: line 208 pos 18: '!(_useKernel && _strongMode && !_disableRtiOptimization) ||
|
|
async_star_cancel_while_paused_test: Crash # 'file:*/pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart': Failed assertion: line 208 pos 18: '!(_useKernel && _strongMode && !_disableRtiOptimization) ||
|
|
await_not_started_immediately_test: Crash # Assertion failure: Runtime type information not available for type_variable_local(bindCallback.R) in (local(_RootZone.bindCallback#)) for j:closure_call(_RootZone_bindCallback_closure.call).
|
|
class_literal_static_test/01: MissingCompileTimeError
|
|
class_literal_static_test/03: MissingCompileTimeError
|
|
class_literal_static_test/07: MissingCompileTimeError
|
|
closure_self_reference_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/nodes.dart': Failed assertion: line 641 pos 12: 'isClosed()': is not true.
|
|
config_import_corelib_test: CompileTimeError
|
|
covariant_subtyping_test: RuntimeError
|
|
issue23244_test: Crash # 'file:*/pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart': Failed assertion: line 208 pos 18: '!(_useKernel && _strongMode && !_disableRtiOptimization) ||
|
|
library_env_test/has_no_html_support: RuntimeError
|
|
map_literal3_test/03: MissingCompileTimeError
|
|
partial_tearoff_instantiation_test/05: Crash # Assertion failure: kind=special,memberName=instantiate,callStructure:CallStructure(arity=0, types=1)
|
|
partial_tearoff_instantiation_test/06: Crash # Assertion failure: kind=special,memberName=instantiate,callStructure:CallStructure(arity=0, types=1)
|
|
partial_tearoff_instantiation_test/07: Crash # Assertion failure: kind=special,memberName=instantiate,callStructure:CallStructure(arity=0, types=1)
|
|
partial_tearoff_instantiation_test/08: Crash # Assertion failure: kind=special,memberName=instantiate,callStructure:CallStructure(arity=0, types=1)
|
|
regress_13462_1_test: RuntimeError
|
|
regress_18535_test: RuntimeError
|
|
type_literal_prefix_call_test/00: MissingCompileTimeError
|
|
type_promotion_logical_and_test/01: MissingCompileTimeError
|
|
|
|
[ $compiler == dart2js && $minified ]
|
|
async_return_types_test/nestedFuture: Crash # Interpolated value #1 is not an Expression or List of Expressions: [VariableUse(f), Instance of 'LiteralNull', null]
|
|
async_star_cancel_while_paused_test: Crash # Interpolated value #1 is not an Expression or List of Expressions: [VariableUse(f), Instance of 'LiteralNull', null]
|
|
await_not_started_immediately_test: Crash # Assertion failure: Runtime type information not available for type_variable_local(bindCallback.R) in (local(_RootZone.bindCallback#)) for j:closure_call(_RootZone_bindCallback_closure.call).
|
|
call_with_no_such_method_test: RuntimeError
|
|
class_literal_static_test/01: MissingCompileTimeError
|
|
class_literal_static_test/03: MissingCompileTimeError
|
|
class_literal_static_test/07: MissingCompileTimeError
|
|
config_import_corelib_test: CompileTimeError
|
|
covariant_subtyping_test: RuntimeError
|
|
cyclic_type2_test: RuntimeError # Issue 31054
|
|
cyclic_type_test/0*: RuntimeError # Issue 31054
|
|
f_bounded_quantification4_test: RuntimeError # Issue 31054
|
|
f_bounded_quantification5_test: RuntimeError # Issue 31054
|
|
generic_closure_test/01: RuntimeError # Uses runtimeType.toString()
|
|
invocation_mirror2_test: RuntimeError # mirrors not supported
|
|
invocation_mirror_test: RuntimeError
|
|
issue23244_test: Crash # Interpolated value #1 is not an Expression or List of Expressions: [VariableUse(f), Instance of 'LiteralNull', null]
|
|
library_env_test/has_no_html_support: RuntimeError
|
|
many_overridden_no_such_method_test: RuntimeError
|
|
map_literal3_test/03: MissingCompileTimeError
|
|
mixin_generic_test: RuntimeError # Issue 12605
|
|
mixin_mixin2_test: RuntimeError # Issue 31054
|
|
mixin_mixin3_test: RuntimeError # Issue 31054
|
|
mixin_mixin4_test: RuntimeError # Issue 31054
|
|
mixin_mixin5_test: RuntimeError # Issue 31054
|
|
mixin_mixin6_test: RuntimeError # Issue 31054
|
|
mixin_mixin_bound2_test: RuntimeError # Issue 31054
|
|
mixin_mixin_bound_test: RuntimeError # Issue 31054
|
|
mixin_mixin_type_arguments_test: RuntimeError # Issue 31054
|
|
no_such_method_native_test: RuntimeError
|
|
no_such_method_test: RuntimeError
|
|
overridden_no_such_method_test: RuntimeError
|
|
recursive_generic_test: RuntimeError
|
|
regress_13462_1_test: RuntimeError
|
|
regress_18535_test: RuntimeError
|
|
regress_21795_test: RuntimeError # Issue 12605
|
|
runtime_type_function_test: RuntimeError # Uses runtimeType.toString()
|
|
stack_trace_test: RuntimeError, OK # Stack trace not preserved in minified code.
|
|
symbol_conflict_test: RuntimeError # Issue 23857
|
|
type_literal_prefix_call_test/00: MissingCompileTimeError
|
|
type_promotion_logical_and_test/01: MissingCompileTimeError
|