[infra] Remove non-essential test expectations with comments from dart2js status files

Change-Id: I55d13632e701f8c5627e418faaee71a09e48fe57
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/114851
Commit-Queue: Karl Klose <karlklose@google.com>
Reviewed-by: Stephen Adams <sra@google.com>
This commit is contained in:
Karl Klose 2019-09-24 06:44:11 +00:00 committed by commit-bot@chromium.org
parent e6092d54ae
commit 9203453183
6 changed files with 425 additions and 464 deletions

View file

@ -6,17 +6,10 @@ analyses/analyze_test: Slow
analyses/api_dynamic_test: Slow
analyses/dart2js_dynamic_test: Slow
closure/closure_test: Slow
codegen/gvn_dynamic_field_get_test: Fail # Issue 18519
codegen/list_tracer_length_test: Fail # Issue 33051
codegen/load_elimination_test: Slow
codegen/logical_expression_test: Fail # Issue 17027
codegen/model_test: Slow
codegen/side_effect_tdiv_regression_test: Fail # Issue 33050
codegen/simple_function_subtype_test: Fail # simple_function_subtype_test is temporarily(?) disabled due to new method for building function type tests.
deferred_loading/deferred_loading_test: Slow
end_to_end/dump_info_test: Slow
end_to_end/generate_code_with_compile_time_errors_test: RuntimeError # not supported yet with the new FE.
end_to_end/show_package_warnings_test: RuntimeError # missing errors from the FE
equivalence/id_equivalence1_test: Slow
equivalence/id_equivalence2_test: Slow
impact/impact_test: Slow
@ -24,10 +17,7 @@ inference/inference0_test: Slow
inference/inference1_test: Slow
inference/inference2_test: Slow
inference/inference3_test: Slow
inference/simple_inferrer_const_closure2_test: Fail # Issue 16507
inference/simple_inferrer_const_closure_test: Fail # Issue 16507
inference/simple_inferrer_global_field_closure_test: Fail # Issue 16507
inference/swarm_test: Slow, Pass, Fail #
inference/swarm_test: Slow #
inlining/inlining_test: Slow
model/native_test: Slow
model/no_such_method_enabled_test: Slow
@ -38,8 +28,6 @@ rti/rti_emission_test: Slow
rti/rti_need0_test: Slow
rti/rti_need1_test: Slow
serialization/serialization_test: Slow
sourcemaps/d2js_validity_test: RuntimeError # Issue 33072
sourcemaps/deferred_d2js_validity_test: RuntimeError # Issue 33072
sourcemaps/source_mapping_invokes_test: Slow
sourcemaps/source_mapping_operators_test: Slow
sourcemaps/source_mapping_test: Slow

View file

@ -2,107 +2,40 @@
# 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.
[ $compiler == dart2js ]
bounds_check4a_test: RuntimeError # Issue 32741
bounds_check4b_test: RuntimeError # Issue 32741
generic_class_is_test: Fail # Issue 32004
jsinterop_test/01: MissingCompileTimeError # Issue 34174
jsinterop_test/02: MissingCompileTimeError # Issue 34174
jsinterop_test/03: MissingCompileTimeError # Issue 34174
jsinterop_test/04: MissingCompileTimeError # Issue 34174
jsinterop_test/34: MissingCompileTimeError # Issue 33834
jsinterop_test/35: MissingCompileTimeError # Issue 33834
jsinterop_test/36: MissingCompileTimeError # Issue 33834
jsinterop_test/37: MissingCompileTimeError # Issue 33834
jsinterop_test/38: MissingCompileTimeError # Issue 34174
jsinterop_test/42: MissingCompileTimeError # Issue 34174
jsinterop_test/43: MissingCompileTimeError # Issue 34345
jsinterop_test/44: MissingCompileTimeError # Issue 34345
jsinterop_test/45: MissingCompileTimeError # Issue 34345
jsinterop_test/46: MissingCompileTimeError # Issue 34174
jsinterop_test/51: MissingCompileTimeError # Issue 34174
jsinterop_test/52: MissingCompileTimeError # Issue 34345
jsinterop_test/53: MissingCompileTimeError # Issue 34345
jsinterop_test/54: MissingCompileTimeError # Issue 34345
many_instantiations_test/01: Crash # Issue 33819
no_such_method_test: Fail # Wrong Invocation.memberName.
non_jsinterop_test/01: MissingCompileTimeError # Issue 34174
non_jsinterop_test/02: MissingCompileTimeError # Issue 34174
non_jsinterop_test/03: MissingCompileTimeError # Issue 34174
non_jsinterop_test/04: MissingCompileTimeError # Issue 34174
non_jsinterop_test/34: MissingCompileTimeError # Issue 33834
non_jsinterop_test/35: MissingCompileTimeError # Issue 33834
non_jsinterop_test/36: MissingCompileTimeError # Issue 33834
non_jsinterop_test/37: MissingCompileTimeError # Issue 33834
non_jsinterop_test/38: MissingCompileTimeError # Issue 34174
non_jsinterop_test/42: MissingCompileTimeError # Issue 34174
non_jsinterop_test/43: MissingCompileTimeError # Issue 34345
non_jsinterop_test/44: MissingCompileTimeError # Issue 34345
non_jsinterop_test/45: MissingCompileTimeError # Issue 34345
non_jsinterop_test/46: MissingCompileTimeError # Issue 34174
non_jsinterop_test/51: MissingCompileTimeError # Issue 34174
non_jsinterop_test/52: MissingCompileTimeError # Issue 34345
non_jsinterop_test/53: MissingCompileTimeError # Issue 34345
non_jsinterop_test/54: MissingCompileTimeError # Issue 34345
[ $compiler != dart2js ]
dummy_compiler_test: SkipByDesign # Issue 30773. Test should be migrated as a unit test of dart2js, is only intended to test self-hosting.
[ $runtime == jsshell ]
deferred/load_in_correct_order_test: SkipByDesign # jsshell preamble does not support this test.
timer_test: Fail # Issue 7728.
[ $runtime == none ]
timer_negative_test: Fail, OK # A negative runtime test.
[ $compiler == dart2js && $mode == debug ]
operator_test: Skip
string_interpolation_test: Skip
[ $compiler == dart2js && $runtime == chrome && $system == windows ]
class_test: Pass, Slow # Issue 25940
closure_capture3_test: Pass, Slow # Issue 25940
closure_capture5_test: Pass, Slow # Issue 25940
conditional_test: Pass, Slow # Issue 25940
consistent_codeUnitAt_error_test: Pass, Slow # Issue 25940
constant_javascript_semantics2_test: Pass, Slow # Issue 25940
deferred_split_test: Pass, Slow # Issue 25940
class_test: Slow # Issue 25940
closure_capture3_test: Slow # Issue 25940
closure_capture5_test: Slow # Issue 25940
conditional_test: Slow # Issue 25940
consistent_codeUnitAt_error_test: Slow # Issue 25940
constant_javascript_semantics2_test: Slow # Issue 25940
deferred_split_test: Slow # Issue 25940
[ $compiler == dart2js && $runtime == chrome && $csp ]
deferred/load_in_correct_order_test: SkipByDesign # Purposely uses `eval`
[ $compiler == dart2js && $runtime == d8 ]
deferred_fail_and_retry_test: RuntimeError # Uses XHR in dart:html
deferred_with_csp_nonce_test: RuntimeError # Uses dart:html
[ $compiler == dart2js && $runtime == ff && $system == windows ]
consistent_index_error_string_test: Pass, Slow # Issue 25940
[ $compiler == dart2js && $runtime == none ]
*: Fail, Pass # TODO(ahe): Triage these tests.
consistent_index_error_string_test: Slow # Issue 25940
[ $compiler == dart2js && $csp ]
deferred_custom_loader_test: SkipByDesign # Issue 25683
deferred_fail_and_retry_test: SkipByDesign # Uses eval to simulate failed loading.
js_interop_optional_arg_test: RuntimeError # Issue 31082
js_interop_test: RuntimeError # Issue 31082
[ $compiler == dart2js && !$host_checked ]
dummy_compiler_test: RuntimeError, Slow # Issue 32439. self-hosting doesn't work with CFE yet.
dummy_compiler_test: Slow # Issue 32439. self-hosting doesn't work with CFE yet.
[ $compiler == dart2js && $minified ]
closure_capture2_test: Pass # Passes for the wrong reason
code_motion_exception_test: Skip # Requires unminified operator names.
deferred/reflect_multiple_annotations_test: Crash # NoSuchMethodError: The getter 'closureClassEntity' was called on null.
deferred/reflect_multiple_default_arg_test: Crash # NoSuchMethodError: The getter 'closureClassEntity' was called on null.
mirrors_used_warning_test/minif: Fail, OK # Tests warning that minified code will be broken.
runtime_type_test: Fail, OK # Tests extected output of Type.toString().
to_string_test: Fail # Issue 7179.
type_literal_test: Fail, OK # Tests expected output of Type.toString().
typevariable_typedef_test: Fail, OK # Tests expected output of Type.toString().
[ $compiler == dart2js && ($runtime == chrome || $runtime == chromeOnAndroid || $runtime == ff || $runtime == safari) ]
isolate2_test/01: Fail # Issue 14458.
[ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == safari) ]
code_motion_exception_test: Skip # Required V8 specific format of JavaScript errors.
@ -111,6 +44,5 @@ code_motion_exception_test: Skip # Required V8 specific format of JavaScript err
dummy_compiler_test: SkipByDesign # Issue 30773. Test should be migrated as a unit test of dart2js, is only intended to test self-hosting.
[ $compiler == none && $runtime == vm ]
invalid_annotation_test/01: MissingCompileTimeError, OK # vm is lazy
new_from_env_test: SkipByDesign # dart2js only test
unconditional_dartio_import_test: SkipByDesign # dart2js only test

View file

@ -2,18 +2,6 @@
# 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.
[ $compiler == dart2js ]
fake_thing_test: RuntimeError # Issue 13010
field_type2_test: CompileTimeError # Issue 33762
field_type_test: CompileTimeError # Issue 33762
native_exceptions1_frog_test: CompileTimeError # Issue 33762
native_mixin_with_plain_test: CompileTimeError # Issue 33762
native_window1_frog_test: CompileTimeError # Issue 33762
native_window2_frog_test: CompileTimeError # Issue 33762
subclassing_constructor_1_test: CompileTimeError # Issue 33762
[ $browser ]
*: Skip
[ $compiler == dart2js && $minified ]
optimization_hints_test: RuntimeError, OK # Test relies on unminified names.

View file

@ -4,75 +4,7 @@
# 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_star_cancel_while_paused_test: RuntimeError # Issue 22853
bit_operations_test: RuntimeError, OK # non JS number semantics
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
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
const_constructor3_test/04: MissingCompileTimeError # OK - Subtype check uses JS number semantics.
const_dynamic_type_literal_test/03: Pass # but it shouldn't until we fix issue 17207
const_switch_test/02: RuntimeError, OK # constant identity based on JS constants
const_switch_test/04: RuntimeError, OK # constant identity based on JS constants
covariant_subtyping_test: Crash # Unsupported operation: Unsupported type parameter type node E.
deferred_not_loaded_check_test: RuntimeError # Test out of date. Issue 31933
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
expect_test: RuntimeError, OK # Issue 13080
full_stacktrace1_test: RuntimeError # Issue 12698
full_stacktrace2_test: RuntimeError # Issue 12698
full_stacktrace3_test: RuntimeError # Issue 12698
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
infinity_test: RuntimeError # non JS number semantics - Issue 4984
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
issue23244_test: RuntimeError # Isolates - enum canonicalization - Issue 23244
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: Fail # mirrors not supported on web
library_env_test/has_no_mirror_support: Pass # fails for the wrong reason.
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_method_override_test/G5: Skip # Issue 34354
mock_writable_final_field_test: RuntimeError # Issue 30847
modulo_test: RuntimeError # non JS number semantics
nan_identical_test: RuntimeError # Issue 11551
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
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.
regress_24283_test: RuntimeError, OK # non JS number semantics
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
truncdiv_zero_test: RuntimeError # non JS number semantics - Issue 15246
type_constants_test/none: RuntimeError # Issue 35052
vm/*: SkipByDesign # Tests for the VM.
[ $compiler != dart2js ]
@ -81,108 +13,19 @@ minify_closure_variable_collision_test: SkipByDesign # Regression test for dart2
[ $builder_tag == dart2js_production && $compiler == dart2js ]
control_flow_collections/for_non_bool_condition_test: Crash # Issue 36442
[ $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.
override_field_test/02: 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
[ $compiler == dart2js && $runtime == ff ]
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
await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728
regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728
[ $compiler == dart2js && $runtime != none && $checked ]
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 ]
round_test: Fail, OK # Common JavaScript engine Math.round bug.
[ $compiler == dart2js && $system == windows ]
canonicalization_hashing_memoize_array_test: Skip # Issue 37631
canonicalization_hashing_memoize_instance_test: Skip # Issue 37631
canonicalization_hashing_shallow_collision_array_test: Skip # Issue 37631
canonicalization_hashing_shallow_collision_instance_test: Skip # Issue 37631
string_literals_test: Pass, RuntimeError # Failures on dart2js-win7-chrome-4-4-be and dart2js-win7-ie11ff-4-4-be
[ $compiler == dart2js && $checked ]
canonical_const2_test: RuntimeError, OK # non JS number semantics
const_switch_test/02: RuntimeError, OK # constant identity based on JS constants
const_switch_test/04: RuntimeError, OK # constant identity based on JS constants
deferred_not_loaded_check_test: RuntimeError # Test out of date. Issue 31933
double_int_to_string_test: RuntimeError, OK # non JS number semantics
expect_test: RuntimeError, OK # Issue 13080
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.
identical_closure2_test: RuntimeError # non JS number semantics
infinity_test: RuntimeError # non JS number semantics - Issue 4984
integer_division_by_zero_test: RuntimeError # Issue 8301
invocation_mirror2_test: RuntimeError # mirrors not supported
left_shift_test: RuntimeError # non JS number semantics
mint_arithmetic_test: RuntimeError # non JS number semantics
mock_writable_final_field_test: RuntimeError # Issue 30847
modulo_test: RuntimeError # non JS number semantics
nan_identical_test: RuntimeError # Issue 11551
numbers_test: RuntimeError, OK # non JS number semantics
regress_27617_test/1: Crash # Assertion failure: Unexpected constructor j:constructor(Foo._) in ConstructorDataImpl._getConstructorConstant
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
truncdiv_zero_test: RuntimeError # non JS number semantics - Issue 15246
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 && $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).
closure_self_reference_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/nodes.dart': Failed assertion: line 641 pos 12: 'isClosed()': is not true.
issue23244_test: Crash # 'file:*/pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart': Failed assertion: line 208 pos 18: '!(_useKernel && _strongMode && !_disableRtiOptimization) ||
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)
[ $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).
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
issue23244_test: Crash # Interpolated value #1 is not an Expression or List of Expressions: [VariableUse(f), Instance of 'LiteralNull', null]
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
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

View file

@ -0,0 +1,411 @@
Condition,Test,Expectations,Comment,Issue,Issue state
,codegen/gvn_dynamic_field_get_test,Fail,Issue 18519,https://dartbug.com/18519,open
,codegen/list_tracer_length_test,Fail,Issue 33051,https://dartbug.com/33051,open
,codegen/logical_expression_test,Fail,Issue 17027,https://dartbug.com/17027,open
,codegen/side_effect_tdiv_regression_test,Fail,Issue 33050,https://dartbug.com/33050,open
,codegen/simple_function_subtype_test,Fail,simple_function_subtype_test is temporarily(?) disabled due to new method for building function type tests.,,
,end_to_end/generate_code_with_compile_time_errors_test,RuntimeError,not supported yet with the new FE.,,
,end_to_end/show_package_warnings_test,RuntimeError,missing errors from the FE,,
,inference/simple_inferrer_const_closure2_test,Fail,Issue 16507,https://dartbug.com/16507,open
,inference/simple_inferrer_const_closure_test,Fail,Issue 16507,https://dartbug.com/16507,open
,inference/simple_inferrer_global_field_closure_test,Fail,Issue 16507,https://dartbug.com/16507,open
,sourcemaps/d2js_validity_test,RuntimeError,Issue 33072,https://dartbug.com/33072,open
,sourcemaps/deferred_d2js_validity_test,RuntimeError,Issue 33072,https://dartbug.com/33072,open
$compiler == dart2js,bounds_check4a_test,RuntimeError,Issue 32741,https://dartbug.com/32741,open
$compiler == dart2js,bounds_check4b_test,RuntimeError,Issue 32741,https://dartbug.com/32741,open
$compiler == dart2js,generic_class_is_test,Fail,Issue 32004,https://dartbug.com/32004,open
$compiler == dart2js,jsinterop_test/01,MissingCompileTimeError,Issue 34174,https://dartbug.com/34174,open
$compiler == dart2js,jsinterop_test/02,MissingCompileTimeError,Issue 34174,https://dartbug.com/34174,open
$compiler == dart2js,jsinterop_test/03,MissingCompileTimeError,Issue 34174,https://dartbug.com/34174,open
$compiler == dart2js,jsinterop_test/04,MissingCompileTimeError,Issue 34174,https://dartbug.com/34174,open
$compiler == dart2js,jsinterop_test/34,MissingCompileTimeError,Issue 33834,https://dartbug.com/33834,open
$compiler == dart2js,jsinterop_test/35,MissingCompileTimeError,Issue 33834,https://dartbug.com/33834,open
$compiler == dart2js,jsinterop_test/36,MissingCompileTimeError,Issue 33834,https://dartbug.com/33834,open
$compiler == dart2js,jsinterop_test/37,MissingCompileTimeError,Issue 33834,https://dartbug.com/33834,open
$compiler == dart2js,jsinterop_test/38,MissingCompileTimeError,Issue 34174,https://dartbug.com/34174,open
$compiler == dart2js,jsinterop_test/42,MissingCompileTimeError,Issue 34174,https://dartbug.com/34174,open
$compiler == dart2js,jsinterop_test/43,MissingCompileTimeError,Issue 34345,https://dartbug.com/34345,open
$compiler == dart2js,jsinterop_test/44,MissingCompileTimeError,Issue 34345,https://dartbug.com/34345,open
$compiler == dart2js,jsinterop_test/45,MissingCompileTimeError,Issue 34345,https://dartbug.com/34345,open
$compiler == dart2js,jsinterop_test/46,MissingCompileTimeError,Issue 34174,https://dartbug.com/34174,open
$compiler == dart2js,jsinterop_test/51,MissingCompileTimeError,Issue 34174,https://dartbug.com/34174,open
$compiler == dart2js,jsinterop_test/52,MissingCompileTimeError,Issue 34345,https://dartbug.com/34345,open
$compiler == dart2js,jsinterop_test/53,MissingCompileTimeError,Issue 34345,https://dartbug.com/34345,open
$compiler == dart2js,jsinterop_test/54,MissingCompileTimeError,Issue 34345,https://dartbug.com/34345,open
$compiler == dart2js,many_instantiations_test/01,Crash,Issue 33819,https://dartbug.com/33819,open
$compiler == dart2js,no_such_method_test,Fail,Wrong Invocation.memberName.,,
$compiler == dart2js,non_jsinterop_test/01,MissingCompileTimeError,Issue 34174,https://dartbug.com/34174,open
$compiler == dart2js,non_jsinterop_test/02,MissingCompileTimeError,Issue 34174,https://dartbug.com/34174,open
$compiler == dart2js,non_jsinterop_test/03,MissingCompileTimeError,Issue 34174,https://dartbug.com/34174,open
$compiler == dart2js,non_jsinterop_test/04,MissingCompileTimeError,Issue 34174,https://dartbug.com/34174,open
$compiler == dart2js,non_jsinterop_test/34,MissingCompileTimeError,Issue 33834,https://dartbug.com/33834,open
$compiler == dart2js,non_jsinterop_test/35,MissingCompileTimeError,Issue 33834,https://dartbug.com/33834,open
$compiler == dart2js,non_jsinterop_test/36,MissingCompileTimeError,Issue 33834,https://dartbug.com/33834,open
$compiler == dart2js,non_jsinterop_test/37,MissingCompileTimeError,Issue 33834,https://dartbug.com/33834,open
$compiler == dart2js,non_jsinterop_test/38,MissingCompileTimeError,Issue 34174,https://dartbug.com/34174,open
$compiler == dart2js,non_jsinterop_test/42,MissingCompileTimeError,Issue 34174,https://dartbug.com/34174,open
$compiler == dart2js,non_jsinterop_test/43,MissingCompileTimeError,Issue 34345,https://dartbug.com/34345,open
$compiler == dart2js,non_jsinterop_test/44,MissingCompileTimeError,Issue 34345,https://dartbug.com/34345,open
$compiler == dart2js,non_jsinterop_test/45,MissingCompileTimeError,Issue 34345,https://dartbug.com/34345,open
$compiler == dart2js,non_jsinterop_test/46,MissingCompileTimeError,Issue 34174,https://dartbug.com/34174,open
$compiler == dart2js,non_jsinterop_test/51,MissingCompileTimeError,Issue 34174,https://dartbug.com/34174,open
$compiler == dart2js,non_jsinterop_test/52,MissingCompileTimeError,Issue 34345,https://dartbug.com/34345,open
$compiler == dart2js,non_jsinterop_test/53,MissingCompileTimeError,Issue 34345,https://dartbug.com/34345,open
$compiler == dart2js,non_jsinterop_test/54,MissingCompileTimeError,Issue 34345,https://dartbug.com/34345,open
$runtime == jsshell,timer_test,Fail,Issue 7728.,https://dartbug.com/7728,closed
$runtime == none,timer_negative_test,"Fail, OK",A negative runtime test.,,
$compiler == dart2js && $runtime == d8,deferred_fail_and_retry_test,RuntimeError,Uses XHR in dart:html,,
$compiler == dart2js && $runtime == d8,deferred_with_csp_nonce_test,RuntimeError,Uses dart:html,,
$compiler == dart2js && $runtime == none,*,"Fail, Pass",TODO(ahe): Triage these tests.,,
$compiler == dart2js && $csp,js_interop_optional_arg_test,RuntimeError,Issue 31082,https://dartbug.com/31082,open
$compiler == dart2js && $csp,js_interop_test,RuntimeError,Issue 31082,https://dartbug.com/31082,open
$compiler == dart2js && $minified,closure_capture2_test,Pass,Passes for the wrong reason,,
$compiler == dart2js && $minified,deferred/reflect_multiple_annotations_test,Crash,NoSuchMethodError: The getter 'closureClassEntity' was called on null.,,
$compiler == dart2js && $minified,deferred/reflect_multiple_default_arg_test,Crash,NoSuchMethodError: The getter 'closureClassEntity' was called on null.,,
$compiler == dart2js && $minified,mirrors_used_warning_test/minif,"Fail, OK",Tests warning that minified code will be broken.,,
$compiler == dart2js && $minified,runtime_type_test,"Fail, OK",Tests extected output of Type.toString().,,
$compiler == dart2js && $minified,to_string_test,Fail,Issue 7179.,https://dartbug.com/7179,closed
$compiler == dart2js && $minified,type_literal_test,"Fail, OK",Tests expected output of Type.toString().,,
$compiler == dart2js && $minified,typevariable_typedef_test,"Fail, OK",Tests expected output of Type.toString().,,
$compiler == dart2js && ($runtime == chrome || $runtime == chromeOnAndroid || $runtime == ff || $runtime == safari),isolate2_test/01,Fail,Issue 14458.,https://dartbug.com/14458,closed
$compiler == none && $runtime == vm,invalid_annotation_test/01,"MissingCompileTimeError, OK",vm is lazy,,
$compiler == dart2js,fake_thing_test,RuntimeError,Issue 13010,https://dartbug.com/13010,open
$compiler == dart2js,field_type2_test,CompileTimeError,Issue 33762,https://dartbug.com/33762,open
$compiler == dart2js,field_type_test,CompileTimeError,Issue 33762,https://dartbug.com/33762,open
$compiler == dart2js,native_exceptions1_frog_test,CompileTimeError,Issue 33762,https://dartbug.com/33762,open
$compiler == dart2js,native_mixin_with_plain_test,CompileTimeError,Issue 33762,https://dartbug.com/33762,open
$compiler == dart2js,native_window1_frog_test,CompileTimeError,Issue 33762,https://dartbug.com/33762,open
$compiler == dart2js,native_window2_frog_test,CompileTimeError,Issue 33762,https://dartbug.com/33762,open
$compiler == dart2js,subclassing_constructor_1_test,CompileTimeError,Issue 33762,https://dartbug.com/33762,open
$compiler == dart2js && $minified,optimization_hints_test,"RuntimeError, OK",Test relies on unminified names.,,
$compiler == dart2js,arithmetic_int64_test,"CompileTimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,async_star_cancel_while_paused_test,RuntimeError,Issue 22853,https://dartbug.com/22853,open
$compiler == dart2js,bit_operations_test,"RuntimeError, OK",non JS number semantics,,
$compiler == dart2js,bit_operations_test/03,"CompileTimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,bit_operations_test/04,"CompileTimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,bit_operations_test/none,"CompileTimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,call_method_must_not_be_field_test/03,RuntimeError,Issue 32155,https://dartbug.com/32155,closed
$compiler == dart2js,call_method_must_not_be_getter_test/03,RuntimeError,Issue 32155,https://dartbug.com/32155,closed
$compiler == dart2js,canonical_const2_test,"RuntimeError, OK",non JS number semantics,,
$compiler == dart2js,closure_type_arguments_test,Crash,Issue 34272,https://dartbug.com/34272,open
$compiler == dart2js,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.",,
$compiler == dart2js,config_import_test,RuntimeError,Test flag is not passed to the compiler.,,
$compiler == dart2js,const_constructor3_test/04,MissingCompileTimeError,OK - Subtype check uses JS number semantics.,,
$compiler == dart2js,const_dynamic_type_literal_test/03,Pass,but it shouldn't until we fix issue 17207,https://dartbug.com/17207,open
$compiler == dart2js,const_switch_test/02,"RuntimeError, OK",constant identity based on JS constants,,
$compiler == dart2js,const_switch_test/04,"RuntimeError, OK",constant identity based on JS constants,,
$compiler == dart2js,covariant_subtyping_test,Crash,Unsupported operation: Unsupported type parameter type node E.,,
$compiler == dart2js,deferred_not_loaded_check_test,RuntimeError,Test out of date. Issue 31933,https://dartbug.com/31933,open
$compiler == dart2js,deopt_inlined_function_lazy_test,"CompileTimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,deopt_smi_op_test,"CompileTimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,double_identical_test,RuntimeError,"Negative and positive zero are distinct, but not in dart2js; bug #11551.",https://dartbug.com/11551,open
$compiler == dart2js,double_int_to_string_test,"RuntimeError, OK",non JS number semantics,,
$compiler == dart2js,expect_test,"RuntimeError, OK",Issue 13080,https://dartbug.com/13080,closed
$compiler == dart2js,external_test/10,CompileTimeError,External non-js-interop function are treated as compile-time errors.,,
$compiler == dart2js,external_test/13,CompileTimeError,External non-js-interop function are treated as compile-time errors.,,
$compiler == dart2js,external_test/20,CompileTimeError,External non-js-interop function are treated as compile-time errors.,,
$compiler == dart2js,full_stacktrace1_test,RuntimeError,Issue 12698,https://dartbug.com/12698,closed
$compiler == dart2js,full_stacktrace2_test,RuntimeError,Issue 12698,https://dartbug.com/12698,closed
$compiler == dart2js,full_stacktrace3_test,RuntimeError,Issue 12698,https://dartbug.com/12698,closed
$compiler == dart2js,guess_cid_test,"CompileTimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,identical_closure2_test,RuntimeError,non JS number semantics,,
$compiler == dart2js,identical_closure2_test,"CompileTimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,infinity_test,RuntimeError,non JS number semantics - Issue 4984,https://dartbug.com/4984,closed
$compiler == dart2js,int2_test,"CompileTimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,int64_literal_test/01,"CompileTimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,int64_literal_test/02,"RuntimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,int64_literal_test/04,"RuntimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,int64_literal_test/05,"RuntimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,int64_literal_test/06,"RuntimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,int64_literal_test/11,"CompileTimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,int64_literal_test/12,"CompileTimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,int64_literal_test/14,"RuntimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,int64_literal_test/16,"RuntimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,int64_literal_test/17,"RuntimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,int64_literal_test/19,"CompileTimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,int64_literal_test/none,"RuntimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,integer_division_by_zero_test,RuntimeError,Issue 8301,https://dartbug.com/8301,closed
$compiler == dart2js,issue23244_test,RuntimeError,Isolates - enum canonicalization - Issue 23244,https://dartbug.com/23244,closed
$compiler == dart2js,left_shift_test,RuntimeError,non JS number semantics,,
$compiler == dart2js,library_env_test/has_io_support,"RuntimeError, OK",dart2js doesn't support io when compiling on --categories=Client,,
$compiler == dart2js,library_env_test/has_mirror_support,Fail,mirrors not supported on web,,
$compiler == dart2js,library_env_test/has_no_mirror_support,Pass,fails for the wrong reason.,,
$compiler == dart2js,mint_arithmetic_test,"CompileTimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,mint_arithmetic_test,RuntimeError,non JS number semantics,,
$compiler == dart2js,mint_compares_test,"CompileTimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,mint_identical_test,"CompileTimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,mock_writable_final_field_test,RuntimeError,Issue 30847,https://dartbug.com/30847,closed
$compiler == dart2js,modulo_test,RuntimeError,non JS number semantics,,
$compiler == dart2js,nan_identical_test,RuntimeError,Issue 11551,https://dartbug.com/11551,open
$compiler == dart2js,number_identity_test,"CompileTimeError, OK","Error if web int literal cannot be represented exactly, see http://dartbug.com/33351",https://dartbug.com/33351,closed
$compiler == dart2js,numbers_test,"RuntimeError, OK",non JS number semantics,,
$compiler == dart2js,partial_instantiation_eager_bounds_check_test,RuntimeError,Issue #34295,https://dartbug.com/34295,open
$compiler == dart2js,partial_tearoff_instantiation_test/05,Pass,for the wrong reason.,,
$compiler == dart2js,partial_tearoff_instantiation_test/06,Pass,for the wrong reason.,,
$compiler == dart2js,partial_tearoff_instantiation_test/07,Pass,for the wrong reason.,,
$compiler == dart2js,partial_tearoff_instantiation_test/08,Pass,for the wrong reason.,,
$compiler == dart2js,regress_24283_test,"RuntimeError, OK",non JS number semantics,,
$compiler == dart2js,stacktrace_demangle_ctors_test,RuntimeError,Issue 12698,https://dartbug.com/12698,closed
$compiler == dart2js,stacktrace_rethrow_error_test/none,RuntimeError,Issue 12698,https://dartbug.com/12698,closed
$compiler == dart2js,stacktrace_rethrow_error_test/withtraceparameter,RuntimeError,Issue 12698,https://dartbug.com/12698,closed
$compiler == dart2js,stacktrace_rethrow_nonerror_test,RuntimeError,Issue 12698,https://dartbug.com/12698,closed
$compiler == dart2js,truncdiv_zero_test,RuntimeError,non JS number semantics - Issue 15246,https://dartbug.com/15246,closed
$compiler == dart2js,type_constants_test/none,RuntimeError,Issue 35052,https://dartbug.com/35052,open
$builder_tag == dart2js_production && $compiler == dart2js,control_flow_collections/for_non_bool_condition_test,Crash,Issue 36442,https://dartbug.com/36442,
$compiler == dart2js && $runtime == chrome && $system == macos,await_future_test,"Pass, Timeout",Issue 26735,https://dartbug.com/26735,closed
$compiler == dart2js && $runtime == ff,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.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async_star_await_pauses_test,RuntimeError,Need triage,,
$compiler == dart2js && $runtime == jsshell,async_star_no_cancel2_test,RuntimeError,Need triage,,
$compiler == dart2js && $runtime == jsshell,async_star_no_cancel_test,RuntimeError,Need triage,,
$compiler == dart2js && $runtime == jsshell,regress_23996_test,RuntimeError,"Jsshell does not provide non-zero timers, Issue 7728",https://dartbug.com/7728,closed
$compiler == dart2js && $runtime != none && $checked,syncstar_covariant_type_test,RuntimeError,"dart2js misplaces check in Iterator, not Iterable.",,
$compiler == dart2js && $runtime != none && $checked,syncstar_dcall_type_test,RuntimeError,"dart2js misplaces check in Iterator, not Iterable.",,
$compiler == dart2js && $runtime == safari,round_test,"Fail, OK",Common JavaScript engine Math.round bug.,,
$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,canonical_const2_test,"RuntimeError, OK",non JS number semantics,,
$compiler == dart2js && $checked,const_switch_test/02,"RuntimeError, OK",constant identity based on JS constants,,
$compiler == dart2js && $checked,const_switch_test/04,"RuntimeError, OK",constant identity based on JS constants,,
$compiler == dart2js && $checked,deferred_not_loaded_check_test,RuntimeError,Test out of date. Issue 31933,https://dartbug.com/31933,open
$compiler == dart2js && $checked,double_int_to_string_test,"RuntimeError, OK",non JS number semantics,,
$compiler == dart2js && $checked,expect_test,"RuntimeError, OK",Issue 13080,https://dartbug.com/13080,closed
$compiler == dart2js && $checked,full_stacktrace1_test,RuntimeError,Issue 12698,https://dartbug.com/12698,closed
$compiler == dart2js && $checked,full_stacktrace2_test,RuntimeError,Issue 12698,https://dartbug.com/12698,closed
$compiler == dart2js && $checked,full_stacktrace3_test,RuntimeError,Issue 12698,https://dartbug.com/12698,closed
$compiler == dart2js && $checked,generalized_void_syntax_test,CompileTimeError,Issue #30176.,https://dartbug.com/30176,open
$compiler == dart2js && $checked,generic_function_dcall_test/01,Crash,Unsupported operation: Unsupported type parameter type node T.,,
$compiler == dart2js && $checked,generic_tearoff_test,Crash,Unsupported operation: Unsupported type parameter type node T.,,
$compiler == dart2js && $checked,identical_closure2_test,RuntimeError,non JS number semantics,,
$compiler == dart2js && $checked,infinity_test,RuntimeError,non JS number semantics - Issue 4984,https://dartbug.com/4984,closed
$compiler == dart2js && $checked,integer_division_by_zero_test,RuntimeError,Issue 8301,https://dartbug.com/8301,closed
$compiler == dart2js && $checked,invocation_mirror2_test,RuntimeError,mirrors not supported,,
$compiler == dart2js && $checked,left_shift_test,RuntimeError,non JS number semantics,,
$compiler == dart2js && $checked,mint_arithmetic_test,RuntimeError,non JS number semantics,,
$compiler == dart2js && $checked,mock_writable_final_field_test,RuntimeError,Issue 30847,https://dartbug.com/30847,closed
$compiler == dart2js && $checked,modulo_test,RuntimeError,non JS number semantics,,
$compiler == dart2js && $checked,nan_identical_test,RuntimeError,Issue 11551,https://dartbug.com/11551,open
$compiler == dart2js && $checked,numbers_test,"RuntimeError, OK",non JS number semantics,,
$compiler == dart2js && $checked,regress_27617_test/1,Crash,Assertion failure: Unexpected constructor j:constructor(Foo._) in ConstructorDataImpl._getConstructorConstant,,
$compiler == dart2js && $checked,regress_30339_test,RuntimeError,Issue 26429,https://dartbug.com/26429,closed
$compiler == dart2js && $checked,regress_31057_test,Crash,Unsupported operation: Unsupported type parameter type node B.,,
$compiler == dart2js && $checked,stacktrace_demangle_ctors_test,RuntimeError,Issue 12698,https://dartbug.com/12698,closed
$compiler == dart2js && $checked,stacktrace_rethrow_error_test/none,RuntimeError,Issue 12698,https://dartbug.com/12698,closed
$compiler == dart2js && $checked,stacktrace_rethrow_error_test/withtraceparameter,RuntimeError,Issue 12698,https://dartbug.com/12698,closed
$compiler == dart2js && $checked,stacktrace_rethrow_nonerror_test,RuntimeError,Issue 12698,https://dartbug.com/12698,closed
$compiler == dart2js && $checked,stacktrace_test,RuntimeError,Issue 12698,https://dartbug.com/12698,closed
$compiler == dart2js && $checked,truncdiv_zero_test,RuntimeError,non JS number semantics - Issue 15246,https://dartbug.com/15246,closed
$compiler == dart2js && $checked,type_parameter_test/06,Crash,Internal Error: Unexpected type variable in static context.,,
$compiler == dart2js && $checked,type_parameter_test/09,Crash,Internal Error: Unexpected type variable in static context.,,
$compiler == dart2js && $checked,type_variable_scope_test/03,Crash,Internal Error: Unexpected type variable in static context.,,
$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) ||,,
$compiler == dart2js && $host_checked,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) ||,,
$compiler == dart2js && $host_checked,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).,,
$compiler == dart2js && $host_checked,closure_self_reference_test,Crash,file:*/pkg/compiler/lib/src/ssa/nodes.dart': Failed assertion: line 641 pos 12: 'isClosed()': is not true.,,
$compiler == dart2js && $host_checked,issue23244_test,Crash,file:*/pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart': Failed assertion: line 208 pos 18: '!(_useKernel && _strongMode && !_disableRtiOptimization) ||,,
$compiler == dart2js && $host_checked,partial_tearoff_instantiation_test/05,Crash,"Assertion failure: kind=special,memberName=instantiate,callStructure:CallStructure(arity=0, types=1)",,
$compiler == dart2js && $host_checked,partial_tearoff_instantiation_test/06,Crash,"Assertion failure: kind=special,memberName=instantiate,callStructure:CallStructure(arity=0, types=1)",,
$compiler == dart2js && $host_checked,partial_tearoff_instantiation_test/07,Crash,"Assertion failure: kind=special,memberName=instantiate,callStructure:CallStructure(arity=0, types=1)",,
$compiler == dart2js && $host_checked,partial_tearoff_instantiation_test/08,Crash,"Assertion failure: kind=special,memberName=instantiate,callStructure:CallStructure(arity=0, types=1)",,
$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]",https://dartbug.com/1,closed
$compiler == dart2js && $minified,async_star_cancel_while_paused_test,Crash,"Interpolated value #1 is not an Expression or List of Expressions: [VariableUse(f), Instance of 'LiteralNull', null]",https://dartbug.com/1,closed
$compiler == dart2js && $minified,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).,,
$compiler == dart2js && $minified,cyclic_type2_test,RuntimeError,Issue 31054,https://dartbug.com/31054,open
$compiler == dart2js && $minified,cyclic_type_test/0*,RuntimeError,Issue 31054,https://dartbug.com/31054,open
$compiler == dart2js && $minified,f_bounded_quantification4_test,RuntimeError,Issue 31054,https://dartbug.com/31054,open
$compiler == dart2js && $minified,f_bounded_quantification5_test,RuntimeError,Issue 31054,https://dartbug.com/31054,open
$compiler == dart2js && $minified,generic_closure_test/01,RuntimeError,Uses runtimeType.toString(),,
$compiler == dart2js && $minified,invocation_mirror2_test,RuntimeError,mirrors not supported,,
$compiler == dart2js && $minified,issue23244_test,Crash,"Interpolated value #1 is not an Expression or List of Expressions: [VariableUse(f), Instance of 'LiteralNull', null]",https://dartbug.com/1,closed
$compiler == dart2js && $minified,mixin_generic_test,RuntimeError,Issue 12605,https://dartbug.com/12605,closed
$compiler == dart2js && $minified,mixin_mixin2_test,RuntimeError,Issue 31054,https://dartbug.com/31054,open
$compiler == dart2js && $minified,mixin_mixin3_test,RuntimeError,Issue 31054,https://dartbug.com/31054,open
$compiler == dart2js && $minified,mixin_mixin4_test,RuntimeError,Issue 31054,https://dartbug.com/31054,open
$compiler == dart2js && $minified,mixin_mixin5_test,RuntimeError,Issue 31054,https://dartbug.com/31054,open
$compiler == dart2js && $minified,mixin_mixin6_test,RuntimeError,Issue 31054,https://dartbug.com/31054,open
$compiler == dart2js && $minified,mixin_mixin_bound2_test,RuntimeError,Issue 31054,https://dartbug.com/31054,open
$compiler == dart2js && $minified,mixin_mixin_bound_test,RuntimeError,Issue 31054,https://dartbug.com/31054,open
$compiler == dart2js && $minified,mixin_mixin_type_arguments_test,RuntimeError,Issue 31054,https://dartbug.com/31054,open
$compiler == dart2js && $minified,regress_21795_test,RuntimeError,Issue 12605,https://dartbug.com/12605,closed
$compiler == dart2js && $minified,runtime_type_function_test,RuntimeError,Uses runtimeType.toString(),,
$compiler == dart2js && $minified,stack_trace_test,"RuntimeError, OK",Stack trace not preserved in minified code.,,
$compiler == dart2js && $minified,symbol_conflict_test,RuntimeError,Issue 23857,https://dartbug.com/23857,open
$compiler == dart2js && $runtime == chrome,html/element_types_keygen_test,RuntimeError,Issue 29055,https://dartbug.com/29055,open
$compiler == dart2js && $runtime == chrome,html/media_stream_test,RuntimeError,Please triage.,,
$compiler == dart2js && $runtime == chrome,html/speechrecognition_test,RuntimeError,Please triage.,,
$compiler == dart2js && $runtime == chrome && $csp,html/worker_test/functional,RuntimeError,Issue 32261,https://dartbug.com/32261,closed
$compiler == dart2js && $runtime == chromeOnAndroid,html/audiobuffersourcenode_test/supported,Fail,TODO(dart2js-team): Please triage this failure.,,
$compiler == dart2js && $runtime == chromeOnAndroid,html/audiocontext_test/supported,RuntimeError,TODO(dart2js-team): Please triage this failure.,,
$compiler == dart2js && $runtime == chromeOnAndroid,html/canvasrenderingcontext2d_test/drawImage_video_element,Fail,TODO(dart2js-team): Please triage this failure.,,
$compiler == dart2js && $runtime == chromeOnAndroid,html/canvasrenderingcontext2d_test/drawImage_video_element_dataUrl,Fail,TODO(dart2js-team): Please triage this failure.,,
$compiler == dart2js && $runtime == chromeOnAndroid,html/canvasrenderingcontext2d_test/fillText,Fail,TODO(dart2js-team): Please triage this failure.,,
$compiler == dart2js && $runtime == chromeOnAndroid,html/element_types_datalist_test,Fail,TODO(dart2js-team): Please triage this failure.,,
$compiler == dart2js && $runtime == chromeOnAndroid,html/input_element_week_test,Fail,TODO(dart2js-team): Please triage this failure.,,
$compiler == dart2js && $runtime == chromeOnAndroid,html/media_stream_test,Fail,TODO(dart2js-team): Please triage this failure.,,
$compiler == dart2js && $runtime == chromeOnAndroid,html/rtc_test,Fail,TODO(dart2js-team): Please triage this failure.,,
$compiler == dart2js && $runtime == chromeOnAndroid,html/speechrecognition_test,Fail,TODO(dart2js-team): Please triage this failure.,,
$compiler == dart2js && $runtime == chromeOnAndroid,html/xhr_test/json,Fail,TODO(dart2js-team): Please triage this failure.,,
$compiler == dart2js && $runtime == chromeOnAndroid,typed_data/setRange_2_test,RuntimeError,TODO(dart2js-team): Please triage this failure.,,
$compiler == dart2js && $runtime == chromeOnAndroid,typed_data/setRange_3_test,RuntimeError,TODO(dart2js-team): Please triage this failure.,,
$compiler == dart2js && $runtime != d8,html/html_mock_test,RuntimeError,Issue 31038,https://dartbug.com/31038,open
$compiler == dart2js && $runtime == ff,html/element_animate_test/timing_dict,RuntimeError,Issue 26730,https://dartbug.com/26730,open
$compiler == dart2js && $runtime == ff,html/element_types_content_test,"Pass, RuntimeError","Issues 28983, 29922",,
$compiler == dart2js && $runtime == ff,html/element_types_keygen_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && $runtime == ff,html/element_types_shadow_test,"Pass, RuntimeError","Issues 28983, 29922",,
$compiler == dart2js && $runtime == ff,html/fontface_test,Fail,Fontface not supported on ff,,
$compiler == dart2js && $runtime == ff,html/interactive_media_test,RuntimeError,Not supported in FF,,
$compiler == dart2js && $runtime == ff,html/messageevent_test,"Pass, RuntimeError",Issue 28983,https://dartbug.com/28983,closed
$compiler == dart2js && $runtime == ff,html/serialized_script_value_test,"Pass, RuntimeError",Issue 28983,https://dartbug.com/28983,closed
$compiler == dart2js && $runtime == ff,html/speechrecognition_test,RuntimeError,Please triage.,,
$compiler == dart2js && $runtime == ff,html/text_event_test,Fail,Issue 17893,https://dartbug.com/17893,closed
$compiler == dart2js && $runtime == ff,html/webgl_1_test,"Pass, Fail",Issue 8219,https://dartbug.com/8219,closed
$compiler == dart2js && $runtime == ie11,html/element_types_content_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && $runtime == ie11,html/element_types_datalist_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && $runtime == ie11,html/element_types_details_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && $runtime == ie11,html/element_types_embed_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && $runtime == ie11,html/element_types_keygen_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && $runtime == ie11,html/element_types_meter_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && $runtime == ie11,html/element_types_object_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && $runtime == ie11,html/element_types_output_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && $runtime == ie11,html/element_types_progress_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && $runtime == ie11,html/element_types_shadow_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && $runtime == ie11,html/element_types_template_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && $runtime == ie11,html/element_types_track_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && $runtime == jsshell,async/catch_errors12_test,Fail,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/catch_errors13_test,Fail,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/catch_errors14_test,Fail,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/catch_errors15_test,Fail,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/catch_errors18_test,Fail,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/catch_errors19_test,Fail,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/catch_errors20_test,Fail,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/catch_errors22_test,RuntimeError,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/catch_errors28_test,Fail,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/catch_errors8_test,Fail,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/future_constructor2_test,Fail,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/future_test,RuntimeError,Timer interface not supported; Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/multiple_timer_test,"RuntimeError, OK",Needs Timer to run.,,
$compiler == dart2js && $runtime == jsshell,async/periodic_timer2_test,Fail,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/periodic_timer3_test,Fail,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/periodic_timer4_test,Fail,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/run_zoned7_test,RuntimeError,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/run_zoned8_test,Fail,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/schedule_microtask_test,Fail,Preamble file does not correctly implement scheduleImmediate.,,
$compiler == dart2js && $runtime == jsshell,async/slow_consumer2_test,RuntimeError,Timer interface not supported; Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/slow_consumer3_test,RuntimeError,Timer interface not supported; Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/slow_consumer_test,RuntimeError,Timer interface not supported; Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/stream_controller_async_test,RuntimeError,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/stream_controller_test,Fail,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/stream_from_iterable_test,RuntimeError,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/stream_periodic2_test,RuntimeError,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/stream_periodic3_test,RuntimeError,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/stream_periodic4_test,RuntimeError,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/stream_periodic5_test,RuntimeError,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/stream_periodic6_test,RuntimeError,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/stream_periodic_test,RuntimeError,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/stream_state_nonzero_timer_test,RuntimeError,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/stream_subscription_cancel_test,RuntimeError,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/stream_take_test,Fail,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/stream_timeout_test,RuntimeError,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/stream_transformation_broadcast_test,RuntimeError,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/timer_cancel1_test,RuntimeError,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/timer_cancel2_test,RuntimeError,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/timer_cancel_test,RuntimeError,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/timer_isActive_test,RuntimeError,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/timer_repeat_test,RuntimeError,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/timer_test,RuntimeError,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/zone_bind_test,Fail,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/zone_create_periodic_timer_test,RuntimeError,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/zone_create_timer2_test,RuntimeError,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == jsshell,async/zone_empty_description2_test,RuntimeError,Timer interface not supported: Issue 7728.,https://dartbug.com/7728,closed
$compiler == dart2js && $runtime == safari,html/css_test/functional/functional,RuntimeError,Issue 32576,https://dartbug.com/32576,closed
$compiler == dart2js && $runtime == safari,html/element_types_content_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && $runtime == safari,html/element_types_datalist_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && $runtime == safari,html/element_types_shadow_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && $runtime == safari,html/notification_test,"Pass, RuntimeError",Safari doesn't let us access the fields of the Notification to verify them.,,
$compiler == dart2js && $runtime == safari,html/storage_promise_test,RuntimeError,Not supported on Safari,,
$compiler == dart2js && $browser,html/notification_permission_test,"Timeout, Pass",Issue 32002,https://dartbug.com/32002,open
$compiler == dart2js && $browser,js/null_test,RuntimeError,Issue 30652,https://dartbug.com/30652,open
$compiler == dart2js && $browser && $csp,html/custom/element_upgrade_test,Fail,Issue 17298,https://dartbug.com/17298,closed
$compiler == dart2js && $browser && $csp,html/custom/js_custom_test,Fail,Issue 14643,https://dartbug.com/14643,open
$compiler == dart2js && !$csp && $minified,html/audiobuffersourcenode_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/audiocontext_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/cache_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/custom_element_method_clash_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/custom_element_name_clash_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/custom_elements_23127_test,Crash,"Assertion failure: Cannot find value local(B2T.created#a) in (type_variable_local(B2T.T), local(C2T.created#a), local(C2T.created#b), local(C2T.created#c), BoxLocal(_box_0)) for j:constructor(C2T.created).",,
$compiler == dart2js && !$csp && $minified,html/custom_tags_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/dart_object_local_storage_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/datalistelement_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/document_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/documentfragment_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/dom_constructors_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/domparser_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/element_add_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/element_animate_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/element_constructor_1_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/element_dimensions_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/element_offset_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/element_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/element_types_constructors2_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/element_types_constructors3_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/element_types_constructors4_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/element_types_constructors5_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/element_types_constructors6_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/element_types_content_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && !$csp && $minified,html/element_types_datalist_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && !$csp && $minified,html/element_types_details_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && !$csp && $minified,html/element_types_embed_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && !$csp && $minified,html/element_types_meter_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && !$csp && $minified,html/element_types_object_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && !$csp && $minified,html/element_types_output_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && !$csp && $minified,html/element_types_progress_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && !$csp && $minified,html/element_types_shadow_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && !$csp && $minified,html/element_types_template_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && !$csp && $minified,html/element_types_track_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && !$csp && $minified,html/form_data_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/history_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/indexeddb_1_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/keyboard_event_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/mediasource_test,"RuntimeError, Crash",NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/mutationobserver_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/node_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/node_validator_important_if_you_suppress_make_the_bug_critical_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/notification_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/performance_api_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/range_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/request_animation_frame_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/rtc_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/shadow_dom_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/svg_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/svgelement_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/transition_event_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/trusted_html_tree_sanitizer_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/typed_arrays_1_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/webgl_extensions_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/websocket_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && !$csp && $minified,html/websql_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && $host_checked,html/custom/mirrors_2_test,Crash,file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.,,
$compiler == dart2js && $host_checked,html/custom/mirrors_test,Crash,file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.,,
$compiler == dart2js && $host_checked,html/indexeddb_3_test,Crash,file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.,,
$compiler == dart2js && $host_checked,html/indexeddb_5_test,Crash,file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.,,
$compiler == dart2js && $host_checked,html/js_function_getter_test/call getter as function,Crash,FileSystemException(uri=file:///usr/local/google/home/efortuna/dart2/sdk/sdk/lib/_internal/dart2js_platform.dill; message=Error reading 'sdk/lib/_internal/dart2js_platform.dill' (No such file or directory)),,
$compiler == dart2js && $host_checked,html/js_typed_interop_side_cast_exp_test,Crash,file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.,,
$compiler == dart2js && $ie,html/fontface_loaded_test,RuntimeError,FontFace polyfill?,,
$compiler == dart2js && $ie,html/fontface_test,Fail,Fontface not supported on ie,,
$compiler == dart2js && $minified,html/canvas_pixel_array_type_alias_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && $minified,html/canvas_pixel_array_type_alias_test/types2_runtimeTypeName,"Fail, OK",Issue 12605,https://dartbug.com/12605,closed
$compiler == dart2js && $minified,html/custom/mirrors_2_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && $minified,html/custom/mirrors_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && $minified,html/custom_elements_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && $minified,html/element_classes_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && $minified,html/element_types_keygen_test,RuntimeError,Issue 29922,https://dartbug.com/29922,closed
$compiler == dart2js && $minified,html/js_function_getter_trust_types_test,Crash,NoSuchMethodError: Class 'InterfaceType' has no instance getter 'isObject'.,,
$compiler == dart2js && $minified,html/js_typed_interop_bind_this_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && $minified,html/js_typed_interop_side_cast_exp_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && $minified,html/js_typed_interop_window_property_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && $minified,html/js_util_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && $minified,html/media_stream_test,"RuntimeError, Crash",NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && $minified,html/postmessage_structured_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && $minified,html/speechrecognition_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && $minified,html/webgl_1_test,Crash,NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.,,
$compiler == dart2js && ($runtime == ff || $runtime == safari || $ie),html/custom/attribute_changed_callback_test/unsupported_on_polyfill,Fail,Polyfill does not support,,
$compiler == dart2js && ($runtime == ff || $runtime == safari || $ie),html/custom/entered_left_view_test/viewless_document,Fail,Polyfill does not handle this,,
1 Condition Test Expectations Comment Issue Issue state
2 codegen/gvn_dynamic_field_get_test Fail Issue 18519 https://dartbug.com/18519 open
3 codegen/list_tracer_length_test Fail Issue 33051 https://dartbug.com/33051 open
4 codegen/logical_expression_test Fail Issue 17027 https://dartbug.com/17027 open
5 codegen/side_effect_tdiv_regression_test Fail Issue 33050 https://dartbug.com/33050 open
6 codegen/simple_function_subtype_test Fail simple_function_subtype_test is temporarily(?) disabled due to new method for building function type tests.
7 end_to_end/generate_code_with_compile_time_errors_test RuntimeError not supported yet with the new FE.
8 end_to_end/show_package_warnings_test RuntimeError missing errors from the FE
9 inference/simple_inferrer_const_closure2_test Fail Issue 16507 https://dartbug.com/16507 open
10 inference/simple_inferrer_const_closure_test Fail Issue 16507 https://dartbug.com/16507 open
11 inference/simple_inferrer_global_field_closure_test Fail Issue 16507 https://dartbug.com/16507 open
12 sourcemaps/d2js_validity_test RuntimeError Issue 33072 https://dartbug.com/33072 open
13 sourcemaps/deferred_d2js_validity_test RuntimeError Issue 33072 https://dartbug.com/33072 open
14 $compiler == dart2js bounds_check4a_test RuntimeError Issue 32741 https://dartbug.com/32741 open
15 $compiler == dart2js bounds_check4b_test RuntimeError Issue 32741 https://dartbug.com/32741 open
16 $compiler == dart2js generic_class_is_test Fail Issue 32004 https://dartbug.com/32004 open
17 $compiler == dart2js jsinterop_test/01 MissingCompileTimeError Issue 34174 https://dartbug.com/34174 open
18 $compiler == dart2js jsinterop_test/02 MissingCompileTimeError Issue 34174 https://dartbug.com/34174 open
19 $compiler == dart2js jsinterop_test/03 MissingCompileTimeError Issue 34174 https://dartbug.com/34174 open
20 $compiler == dart2js jsinterop_test/04 MissingCompileTimeError Issue 34174 https://dartbug.com/34174 open
21 $compiler == dart2js jsinterop_test/34 MissingCompileTimeError Issue 33834 https://dartbug.com/33834 open
22 $compiler == dart2js jsinterop_test/35 MissingCompileTimeError Issue 33834 https://dartbug.com/33834 open
23 $compiler == dart2js jsinterop_test/36 MissingCompileTimeError Issue 33834 https://dartbug.com/33834 open
24 $compiler == dart2js jsinterop_test/37 MissingCompileTimeError Issue 33834 https://dartbug.com/33834 open
25 $compiler == dart2js jsinterop_test/38 MissingCompileTimeError Issue 34174 https://dartbug.com/34174 open
26 $compiler == dart2js jsinterop_test/42 MissingCompileTimeError Issue 34174 https://dartbug.com/34174 open
27 $compiler == dart2js jsinterop_test/43 MissingCompileTimeError Issue 34345 https://dartbug.com/34345 open
28 $compiler == dart2js jsinterop_test/44 MissingCompileTimeError Issue 34345 https://dartbug.com/34345 open
29 $compiler == dart2js jsinterop_test/45 MissingCompileTimeError Issue 34345 https://dartbug.com/34345 open
30 $compiler == dart2js jsinterop_test/46 MissingCompileTimeError Issue 34174 https://dartbug.com/34174 open
31 $compiler == dart2js jsinterop_test/51 MissingCompileTimeError Issue 34174 https://dartbug.com/34174 open
32 $compiler == dart2js jsinterop_test/52 MissingCompileTimeError Issue 34345 https://dartbug.com/34345 open
33 $compiler == dart2js jsinterop_test/53 MissingCompileTimeError Issue 34345 https://dartbug.com/34345 open
34 $compiler == dart2js jsinterop_test/54 MissingCompileTimeError Issue 34345 https://dartbug.com/34345 open
35 $compiler == dart2js many_instantiations_test/01 Crash Issue 33819 https://dartbug.com/33819 open
36 $compiler == dart2js no_such_method_test Fail Wrong Invocation.memberName.
37 $compiler == dart2js non_jsinterop_test/01 MissingCompileTimeError Issue 34174 https://dartbug.com/34174 open
38 $compiler == dart2js non_jsinterop_test/02 MissingCompileTimeError Issue 34174 https://dartbug.com/34174 open
39 $compiler == dart2js non_jsinterop_test/03 MissingCompileTimeError Issue 34174 https://dartbug.com/34174 open
40 $compiler == dart2js non_jsinterop_test/04 MissingCompileTimeError Issue 34174 https://dartbug.com/34174 open
41 $compiler == dart2js non_jsinterop_test/34 MissingCompileTimeError Issue 33834 https://dartbug.com/33834 open
42 $compiler == dart2js non_jsinterop_test/35 MissingCompileTimeError Issue 33834 https://dartbug.com/33834 open
43 $compiler == dart2js non_jsinterop_test/36 MissingCompileTimeError Issue 33834 https://dartbug.com/33834 open
44 $compiler == dart2js non_jsinterop_test/37 MissingCompileTimeError Issue 33834 https://dartbug.com/33834 open
45 $compiler == dart2js non_jsinterop_test/38 MissingCompileTimeError Issue 34174 https://dartbug.com/34174 open
46 $compiler == dart2js non_jsinterop_test/42 MissingCompileTimeError Issue 34174 https://dartbug.com/34174 open
47 $compiler == dart2js non_jsinterop_test/43 MissingCompileTimeError Issue 34345 https://dartbug.com/34345 open
48 $compiler == dart2js non_jsinterop_test/44 MissingCompileTimeError Issue 34345 https://dartbug.com/34345 open
49 $compiler == dart2js non_jsinterop_test/45 MissingCompileTimeError Issue 34345 https://dartbug.com/34345 open
50 $compiler == dart2js non_jsinterop_test/46 MissingCompileTimeError Issue 34174 https://dartbug.com/34174 open
51 $compiler == dart2js non_jsinterop_test/51 MissingCompileTimeError Issue 34174 https://dartbug.com/34174 open
52 $compiler == dart2js non_jsinterop_test/52 MissingCompileTimeError Issue 34345 https://dartbug.com/34345 open
53 $compiler == dart2js non_jsinterop_test/53 MissingCompileTimeError Issue 34345 https://dartbug.com/34345 open
54 $compiler == dart2js non_jsinterop_test/54 MissingCompileTimeError Issue 34345 https://dartbug.com/34345 open
55 $runtime == jsshell timer_test Fail Issue 7728. https://dartbug.com/7728 closed
56 $runtime == none timer_negative_test Fail, OK A negative runtime test.
57 $compiler == dart2js && $runtime == d8 deferred_fail_and_retry_test RuntimeError Uses XHR in dart:html
58 $compiler == dart2js && $runtime == d8 deferred_with_csp_nonce_test RuntimeError Uses dart:html
59 $compiler == dart2js && $runtime == none * Fail, Pass TODO(ahe): Triage these tests.
60 $compiler == dart2js && $csp js_interop_optional_arg_test RuntimeError Issue 31082 https://dartbug.com/31082 open
61 $compiler == dart2js && $csp js_interop_test RuntimeError Issue 31082 https://dartbug.com/31082 open
62 $compiler == dart2js && $minified closure_capture2_test Pass Passes for the wrong reason
63 $compiler == dart2js && $minified deferred/reflect_multiple_annotations_test Crash NoSuchMethodError: The getter 'closureClassEntity' was called on null.
64 $compiler == dart2js && $minified deferred/reflect_multiple_default_arg_test Crash NoSuchMethodError: The getter 'closureClassEntity' was called on null.
65 $compiler == dart2js && $minified mirrors_used_warning_test/minif Fail, OK Tests warning that minified code will be broken.
66 $compiler == dart2js && $minified runtime_type_test Fail, OK Tests extected output of Type.toString().
67 $compiler == dart2js && $minified to_string_test Fail Issue 7179. https://dartbug.com/7179 closed
68 $compiler == dart2js && $minified type_literal_test Fail, OK Tests expected output of Type.toString().
69 $compiler == dart2js && $minified typevariable_typedef_test Fail, OK Tests expected output of Type.toString().
70 $compiler == dart2js && ($runtime == chrome || $runtime == chromeOnAndroid || $runtime == ff || $runtime == safari) isolate2_test/01 Fail Issue 14458. https://dartbug.com/14458 closed
71 $compiler == none && $runtime == vm invalid_annotation_test/01 MissingCompileTimeError, OK vm is lazy
72 $compiler == dart2js fake_thing_test RuntimeError Issue 13010 https://dartbug.com/13010 open
73 $compiler == dart2js field_type2_test CompileTimeError Issue 33762 https://dartbug.com/33762 open
74 $compiler == dart2js field_type_test CompileTimeError Issue 33762 https://dartbug.com/33762 open
75 $compiler == dart2js native_exceptions1_frog_test CompileTimeError Issue 33762 https://dartbug.com/33762 open
76 $compiler == dart2js native_mixin_with_plain_test CompileTimeError Issue 33762 https://dartbug.com/33762 open
77 $compiler == dart2js native_window1_frog_test CompileTimeError Issue 33762 https://dartbug.com/33762 open
78 $compiler == dart2js native_window2_frog_test CompileTimeError Issue 33762 https://dartbug.com/33762 open
79 $compiler == dart2js subclassing_constructor_1_test CompileTimeError Issue 33762 https://dartbug.com/33762 open
80 $compiler == dart2js && $minified optimization_hints_test RuntimeError, OK Test relies on unminified names.
81 $compiler == dart2js arithmetic_int64_test CompileTimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
82 $compiler == dart2js async_star_cancel_while_paused_test RuntimeError Issue 22853 https://dartbug.com/22853 open
83 $compiler == dart2js bit_operations_test RuntimeError, OK non JS number semantics
84 $compiler == dart2js bit_operations_test/03 CompileTimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
85 $compiler == dart2js bit_operations_test/04 CompileTimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
86 $compiler == dart2js bit_operations_test/none CompileTimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
87 $compiler == dart2js call_method_must_not_be_field_test/03 RuntimeError Issue 32155 https://dartbug.com/32155 closed
88 $compiler == dart2js call_method_must_not_be_getter_test/03 RuntimeError Issue 32155 https://dartbug.com/32155 closed
89 $compiler == dart2js canonical_const2_test RuntimeError, OK non JS number semantics
90 $compiler == dart2js closure_type_arguments_test Crash Issue 34272 https://dartbug.com/34272 open
91 $compiler == dart2js 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.
92 $compiler == dart2js config_import_test RuntimeError Test flag is not passed to the compiler.
93 $compiler == dart2js const_constructor3_test/04 MissingCompileTimeError OK - Subtype check uses JS number semantics.
94 $compiler == dart2js const_dynamic_type_literal_test/03 Pass but it shouldn't until we fix issue 17207 https://dartbug.com/17207 open
95 $compiler == dart2js const_switch_test/02 RuntimeError, OK constant identity based on JS constants
96 $compiler == dart2js const_switch_test/04 RuntimeError, OK constant identity based on JS constants
97 $compiler == dart2js covariant_subtyping_test Crash Unsupported operation: Unsupported type parameter type node E.
98 $compiler == dart2js deferred_not_loaded_check_test RuntimeError Test out of date. Issue 31933 https://dartbug.com/31933 open
99 $compiler == dart2js deopt_inlined_function_lazy_test CompileTimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
100 $compiler == dart2js deopt_smi_op_test CompileTimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
101 $compiler == dart2js double_identical_test RuntimeError Negative and positive zero are distinct, but not in dart2js; bug #11551. https://dartbug.com/11551 open
102 $compiler == dart2js double_int_to_string_test RuntimeError, OK non JS number semantics
103 $compiler == dart2js expect_test RuntimeError, OK Issue 13080 https://dartbug.com/13080 closed
104 $compiler == dart2js external_test/10 CompileTimeError External non-js-interop function are treated as compile-time errors.
105 $compiler == dart2js external_test/13 CompileTimeError External non-js-interop function are treated as compile-time errors.
106 $compiler == dart2js external_test/20 CompileTimeError External non-js-interop function are treated as compile-time errors.
107 $compiler == dart2js full_stacktrace1_test RuntimeError Issue 12698 https://dartbug.com/12698 closed
108 $compiler == dart2js full_stacktrace2_test RuntimeError Issue 12698 https://dartbug.com/12698 closed
109 $compiler == dart2js full_stacktrace3_test RuntimeError Issue 12698 https://dartbug.com/12698 closed
110 $compiler == dart2js guess_cid_test CompileTimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
111 $compiler == dart2js identical_closure2_test RuntimeError non JS number semantics
112 $compiler == dart2js identical_closure2_test CompileTimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
113 $compiler == dart2js infinity_test RuntimeError non JS number semantics - Issue 4984 https://dartbug.com/4984 closed
114 $compiler == dart2js int2_test CompileTimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
115 $compiler == dart2js int64_literal_test/01 CompileTimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
116 $compiler == dart2js int64_literal_test/02 RuntimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
117 $compiler == dart2js int64_literal_test/04 RuntimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
118 $compiler == dart2js int64_literal_test/05 RuntimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
119 $compiler == dart2js int64_literal_test/06 RuntimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
120 $compiler == dart2js int64_literal_test/11 CompileTimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
121 $compiler == dart2js int64_literal_test/12 CompileTimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
122 $compiler == dart2js int64_literal_test/14 RuntimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
123 $compiler == dart2js int64_literal_test/16 RuntimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
124 $compiler == dart2js int64_literal_test/17 RuntimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
125 $compiler == dart2js int64_literal_test/19 CompileTimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
126 $compiler == dart2js int64_literal_test/none RuntimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
127 $compiler == dart2js integer_division_by_zero_test RuntimeError Issue 8301 https://dartbug.com/8301 closed
128 $compiler == dart2js issue23244_test RuntimeError Isolates - enum canonicalization - Issue 23244 https://dartbug.com/23244 closed
129 $compiler == dart2js left_shift_test RuntimeError non JS number semantics
130 $compiler == dart2js library_env_test/has_io_support RuntimeError, OK dart2js doesn't support io when compiling on --categories=Client
131 $compiler == dart2js library_env_test/has_mirror_support Fail mirrors not supported on web
132 $compiler == dart2js library_env_test/has_no_mirror_support Pass fails for the wrong reason.
133 $compiler == dart2js mint_arithmetic_test CompileTimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
134 $compiler == dart2js mint_arithmetic_test RuntimeError non JS number semantics
135 $compiler == dart2js mint_compares_test CompileTimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
136 $compiler == dart2js mint_identical_test CompileTimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
137 $compiler == dart2js mock_writable_final_field_test RuntimeError Issue 30847 https://dartbug.com/30847 closed
138 $compiler == dart2js modulo_test RuntimeError non JS number semantics
139 $compiler == dart2js nan_identical_test RuntimeError Issue 11551 https://dartbug.com/11551 open
140 $compiler == dart2js number_identity_test CompileTimeError, OK Error if web int literal cannot be represented exactly, see http://dartbug.com/33351 https://dartbug.com/33351 closed
141 $compiler == dart2js numbers_test RuntimeError, OK non JS number semantics
142 $compiler == dart2js partial_instantiation_eager_bounds_check_test RuntimeError Issue #34295 https://dartbug.com/34295 open
143 $compiler == dart2js partial_tearoff_instantiation_test/05 Pass for the wrong reason.
144 $compiler == dart2js partial_tearoff_instantiation_test/06 Pass for the wrong reason.
145 $compiler == dart2js partial_tearoff_instantiation_test/07 Pass for the wrong reason.
146 $compiler == dart2js partial_tearoff_instantiation_test/08 Pass for the wrong reason.
147 $compiler == dart2js regress_24283_test RuntimeError, OK non JS number semantics
148 $compiler == dart2js stacktrace_demangle_ctors_test RuntimeError Issue 12698 https://dartbug.com/12698 closed
149 $compiler == dart2js stacktrace_rethrow_error_test/none RuntimeError Issue 12698 https://dartbug.com/12698 closed
150 $compiler == dart2js stacktrace_rethrow_error_test/withtraceparameter RuntimeError Issue 12698 https://dartbug.com/12698 closed
151 $compiler == dart2js stacktrace_rethrow_nonerror_test RuntimeError Issue 12698 https://dartbug.com/12698 closed
152 $compiler == dart2js truncdiv_zero_test RuntimeError non JS number semantics - Issue 15246 https://dartbug.com/15246 closed
153 $compiler == dart2js type_constants_test/none RuntimeError Issue 35052 https://dartbug.com/35052 open
154 $builder_tag == dart2js_production && $compiler == dart2js control_flow_collections/for_non_bool_condition_test Crash Issue 36442 https://dartbug.com/36442
155 $compiler == dart2js && $runtime == chrome && $system == macos await_future_test Pass, Timeout Issue 26735 https://dartbug.com/26735 closed
156 $compiler == dart2js && $runtime == ff round_test Pass, Fail, OK Fixed in ff 35. Common JavaScript engine Math.round bug.
157 $compiler == dart2js && $runtime == jsshell async_call_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
158 $compiler == dart2js && $runtime == jsshell async_star_await_pauses_test RuntimeError Need triage
159 $compiler == dart2js && $runtime == jsshell async_star_no_cancel2_test RuntimeError Need triage
160 $compiler == dart2js && $runtime == jsshell async_star_no_cancel_test RuntimeError Need triage
161 $compiler == dart2js && $runtime == jsshell regress_23996_test RuntimeError Jsshell does not provide non-zero timers, Issue 7728 https://dartbug.com/7728 closed
162 $compiler == dart2js && $runtime != none && $checked syncstar_covariant_type_test RuntimeError dart2js misplaces check in Iterator, not Iterable.
163 $compiler == dart2js && $runtime != none && $checked syncstar_dcall_type_test RuntimeError dart2js misplaces check in Iterator, not Iterable.
164 $compiler == dart2js && $runtime == safari round_test Fail, OK Common JavaScript engine Math.round bug.
165 $compiler == dart2js && $system == windows string_literals_test Pass, RuntimeError Failures on dart2js-win7-chrome-4-4-be and dart2js-win7-ie11ff-4-4-be
166 $compiler == dart2js && $checked canonical_const2_test RuntimeError, OK non JS number semantics
167 $compiler == dart2js && $checked const_switch_test/02 RuntimeError, OK constant identity based on JS constants
168 $compiler == dart2js && $checked const_switch_test/04 RuntimeError, OK constant identity based on JS constants
169 $compiler == dart2js && $checked deferred_not_loaded_check_test RuntimeError Test out of date. Issue 31933 https://dartbug.com/31933 open
170 $compiler == dart2js && $checked double_int_to_string_test RuntimeError, OK non JS number semantics
171 $compiler == dart2js && $checked expect_test RuntimeError, OK Issue 13080 https://dartbug.com/13080 closed
172 $compiler == dart2js && $checked full_stacktrace1_test RuntimeError Issue 12698 https://dartbug.com/12698 closed
173 $compiler == dart2js && $checked full_stacktrace2_test RuntimeError Issue 12698 https://dartbug.com/12698 closed
174 $compiler == dart2js && $checked full_stacktrace3_test RuntimeError Issue 12698 https://dartbug.com/12698 closed
175 $compiler == dart2js && $checked generalized_void_syntax_test CompileTimeError Issue #30176. https://dartbug.com/30176 open
176 $compiler == dart2js && $checked generic_function_dcall_test/01 Crash Unsupported operation: Unsupported type parameter type node T.
177 $compiler == dart2js && $checked generic_tearoff_test Crash Unsupported operation: Unsupported type parameter type node T.
178 $compiler == dart2js && $checked identical_closure2_test RuntimeError non JS number semantics
179 $compiler == dart2js && $checked infinity_test RuntimeError non JS number semantics - Issue 4984 https://dartbug.com/4984 closed
180 $compiler == dart2js && $checked integer_division_by_zero_test RuntimeError Issue 8301 https://dartbug.com/8301 closed
181 $compiler == dart2js && $checked invocation_mirror2_test RuntimeError mirrors not supported
182 $compiler == dart2js && $checked left_shift_test RuntimeError non JS number semantics
183 $compiler == dart2js && $checked mint_arithmetic_test RuntimeError non JS number semantics
184 $compiler == dart2js && $checked mock_writable_final_field_test RuntimeError Issue 30847 https://dartbug.com/30847 closed
185 $compiler == dart2js && $checked modulo_test RuntimeError non JS number semantics
186 $compiler == dart2js && $checked nan_identical_test RuntimeError Issue 11551 https://dartbug.com/11551 open
187 $compiler == dart2js && $checked numbers_test RuntimeError, OK non JS number semantics
188 $compiler == dart2js && $checked regress_27617_test/1 Crash Assertion failure: Unexpected constructor j:constructor(Foo._) in ConstructorDataImpl._getConstructorConstant
189 $compiler == dart2js && $checked regress_30339_test RuntimeError Issue 26429 https://dartbug.com/26429 closed
190 $compiler == dart2js && $checked regress_31057_test Crash Unsupported operation: Unsupported type parameter type node B.
191 $compiler == dart2js && $checked stacktrace_demangle_ctors_test RuntimeError Issue 12698 https://dartbug.com/12698 closed
192 $compiler == dart2js && $checked stacktrace_rethrow_error_test/none RuntimeError Issue 12698 https://dartbug.com/12698 closed
193 $compiler == dart2js && $checked stacktrace_rethrow_error_test/withtraceparameter RuntimeError Issue 12698 https://dartbug.com/12698 closed
194 $compiler == dart2js && $checked stacktrace_rethrow_nonerror_test RuntimeError Issue 12698 https://dartbug.com/12698 closed
195 $compiler == dart2js && $checked stacktrace_test RuntimeError Issue 12698 https://dartbug.com/12698 closed
196 $compiler == dart2js && $checked truncdiv_zero_test RuntimeError non JS number semantics - Issue 15246 https://dartbug.com/15246 closed
197 $compiler == dart2js && $checked type_parameter_test/06 Crash Internal Error: Unexpected type variable in static context.
198 $compiler == dart2js && $checked type_parameter_test/09 Crash Internal Error: Unexpected type variable in static context.
199 $compiler == dart2js && $checked type_variable_scope_test/03 Crash Internal Error: Unexpected type variable in static context.
200 $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) ||
201 $compiler == dart2js && $host_checked 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) ||
202 $compiler == dart2js && $host_checked 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).
203 $compiler == dart2js && $host_checked closure_self_reference_test Crash file:*/pkg/compiler/lib/src/ssa/nodes.dart': Failed assertion: line 641 pos 12: 'isClosed()': is not true.
204 $compiler == dart2js && $host_checked issue23244_test Crash file:*/pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart': Failed assertion: line 208 pos 18: '!(_useKernel && _strongMode && !_disableRtiOptimization) ||
205 $compiler == dart2js && $host_checked partial_tearoff_instantiation_test/05 Crash Assertion failure: kind=special,memberName=instantiate,callStructure:CallStructure(arity=0, types=1)
206 $compiler == dart2js && $host_checked partial_tearoff_instantiation_test/06 Crash Assertion failure: kind=special,memberName=instantiate,callStructure:CallStructure(arity=0, types=1)
207 $compiler == dart2js && $host_checked partial_tearoff_instantiation_test/07 Crash Assertion failure: kind=special,memberName=instantiate,callStructure:CallStructure(arity=0, types=1)
208 $compiler == dart2js && $host_checked partial_tearoff_instantiation_test/08 Crash Assertion failure: kind=special,memberName=instantiate,callStructure:CallStructure(arity=0, types=1)
209 $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] https://dartbug.com/1 closed
210 $compiler == dart2js && $minified async_star_cancel_while_paused_test Crash Interpolated value #1 is not an Expression or List of Expressions: [VariableUse(f), Instance of 'LiteralNull', null] https://dartbug.com/1 closed
211 $compiler == dart2js && $minified 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).
212 $compiler == dart2js && $minified cyclic_type2_test RuntimeError Issue 31054 https://dartbug.com/31054 open
213 $compiler == dart2js && $minified cyclic_type_test/0* RuntimeError Issue 31054 https://dartbug.com/31054 open
214 $compiler == dart2js && $minified f_bounded_quantification4_test RuntimeError Issue 31054 https://dartbug.com/31054 open
215 $compiler == dart2js && $minified f_bounded_quantification5_test RuntimeError Issue 31054 https://dartbug.com/31054 open
216 $compiler == dart2js && $minified generic_closure_test/01 RuntimeError Uses runtimeType.toString()
217 $compiler == dart2js && $minified invocation_mirror2_test RuntimeError mirrors not supported
218 $compiler == dart2js && $minified issue23244_test Crash Interpolated value #1 is not an Expression or List of Expressions: [VariableUse(f), Instance of 'LiteralNull', null] https://dartbug.com/1 closed
219 $compiler == dart2js && $minified mixin_generic_test RuntimeError Issue 12605 https://dartbug.com/12605 closed
220 $compiler == dart2js && $minified mixin_mixin2_test RuntimeError Issue 31054 https://dartbug.com/31054 open
221 $compiler == dart2js && $minified mixin_mixin3_test RuntimeError Issue 31054 https://dartbug.com/31054 open
222 $compiler == dart2js && $minified mixin_mixin4_test RuntimeError Issue 31054 https://dartbug.com/31054 open
223 $compiler == dart2js && $minified mixin_mixin5_test RuntimeError Issue 31054 https://dartbug.com/31054 open
224 $compiler == dart2js && $minified mixin_mixin6_test RuntimeError Issue 31054 https://dartbug.com/31054 open
225 $compiler == dart2js && $minified mixin_mixin_bound2_test RuntimeError Issue 31054 https://dartbug.com/31054 open
226 $compiler == dart2js && $minified mixin_mixin_bound_test RuntimeError Issue 31054 https://dartbug.com/31054 open
227 $compiler == dart2js && $minified mixin_mixin_type_arguments_test RuntimeError Issue 31054 https://dartbug.com/31054 open
228 $compiler == dart2js && $minified regress_21795_test RuntimeError Issue 12605 https://dartbug.com/12605 closed
229 $compiler == dart2js && $minified runtime_type_function_test RuntimeError Uses runtimeType.toString()
230 $compiler == dart2js && $minified stack_trace_test RuntimeError, OK Stack trace not preserved in minified code.
231 $compiler == dart2js && $minified symbol_conflict_test RuntimeError Issue 23857 https://dartbug.com/23857 open
232 $compiler == dart2js && $runtime == chrome html/element_types_keygen_test RuntimeError Issue 29055 https://dartbug.com/29055 open
233 $compiler == dart2js && $runtime == chrome html/media_stream_test RuntimeError Please triage.
234 $compiler == dart2js && $runtime == chrome html/speechrecognition_test RuntimeError Please triage.
235 $compiler == dart2js && $runtime == chrome && $csp html/worker_test/functional RuntimeError Issue 32261 https://dartbug.com/32261 closed
236 $compiler == dart2js && $runtime == chromeOnAndroid html/audiobuffersourcenode_test/supported Fail TODO(dart2js-team): Please triage this failure.
237 $compiler == dart2js && $runtime == chromeOnAndroid html/audiocontext_test/supported RuntimeError TODO(dart2js-team): Please triage this failure.
238 $compiler == dart2js && $runtime == chromeOnAndroid html/canvasrenderingcontext2d_test/drawImage_video_element Fail TODO(dart2js-team): Please triage this failure.
239 $compiler == dart2js && $runtime == chromeOnAndroid html/canvasrenderingcontext2d_test/drawImage_video_element_dataUrl Fail TODO(dart2js-team): Please triage this failure.
240 $compiler == dart2js && $runtime == chromeOnAndroid html/canvasrenderingcontext2d_test/fillText Fail TODO(dart2js-team): Please triage this failure.
241 $compiler == dart2js && $runtime == chromeOnAndroid html/element_types_datalist_test Fail TODO(dart2js-team): Please triage this failure.
242 $compiler == dart2js && $runtime == chromeOnAndroid html/input_element_week_test Fail TODO(dart2js-team): Please triage this failure.
243 $compiler == dart2js && $runtime == chromeOnAndroid html/media_stream_test Fail TODO(dart2js-team): Please triage this failure.
244 $compiler == dart2js && $runtime == chromeOnAndroid html/rtc_test Fail TODO(dart2js-team): Please triage this failure.
245 $compiler == dart2js && $runtime == chromeOnAndroid html/speechrecognition_test Fail TODO(dart2js-team): Please triage this failure.
246 $compiler == dart2js && $runtime == chromeOnAndroid html/xhr_test/json Fail TODO(dart2js-team): Please triage this failure.
247 $compiler == dart2js && $runtime == chromeOnAndroid typed_data/setRange_2_test RuntimeError TODO(dart2js-team): Please triage this failure.
248 $compiler == dart2js && $runtime == chromeOnAndroid typed_data/setRange_3_test RuntimeError TODO(dart2js-team): Please triage this failure.
249 $compiler == dart2js && $runtime != d8 html/html_mock_test RuntimeError Issue 31038 https://dartbug.com/31038 open
250 $compiler == dart2js && $runtime == ff html/element_animate_test/timing_dict RuntimeError Issue 26730 https://dartbug.com/26730 open
251 $compiler == dart2js && $runtime == ff html/element_types_content_test Pass, RuntimeError Issues 28983, 29922
252 $compiler == dart2js && $runtime == ff html/element_types_keygen_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
253 $compiler == dart2js && $runtime == ff html/element_types_shadow_test Pass, RuntimeError Issues 28983, 29922
254 $compiler == dart2js && $runtime == ff html/fontface_test Fail Fontface not supported on ff
255 $compiler == dart2js && $runtime == ff html/interactive_media_test RuntimeError Not supported in FF
256 $compiler == dart2js && $runtime == ff html/messageevent_test Pass, RuntimeError Issue 28983 https://dartbug.com/28983 closed
257 $compiler == dart2js && $runtime == ff html/serialized_script_value_test Pass, RuntimeError Issue 28983 https://dartbug.com/28983 closed
258 $compiler == dart2js && $runtime == ff html/speechrecognition_test RuntimeError Please triage.
259 $compiler == dart2js && $runtime == ff html/text_event_test Fail Issue 17893 https://dartbug.com/17893 closed
260 $compiler == dart2js && $runtime == ff html/webgl_1_test Pass, Fail Issue 8219 https://dartbug.com/8219 closed
261 $compiler == dart2js && $runtime == ie11 html/element_types_content_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
262 $compiler == dart2js && $runtime == ie11 html/element_types_datalist_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
263 $compiler == dart2js && $runtime == ie11 html/element_types_details_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
264 $compiler == dart2js && $runtime == ie11 html/element_types_embed_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
265 $compiler == dart2js && $runtime == ie11 html/element_types_keygen_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
266 $compiler == dart2js && $runtime == ie11 html/element_types_meter_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
267 $compiler == dart2js && $runtime == ie11 html/element_types_object_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
268 $compiler == dart2js && $runtime == ie11 html/element_types_output_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
269 $compiler == dart2js && $runtime == ie11 html/element_types_progress_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
270 $compiler == dart2js && $runtime == ie11 html/element_types_shadow_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
271 $compiler == dart2js && $runtime == ie11 html/element_types_template_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
272 $compiler == dart2js && $runtime == ie11 html/element_types_track_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
273 $compiler == dart2js && $runtime == jsshell async/catch_errors12_test Fail Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
274 $compiler == dart2js && $runtime == jsshell async/catch_errors13_test Fail Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
275 $compiler == dart2js && $runtime == jsshell async/catch_errors14_test Fail Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
276 $compiler == dart2js && $runtime == jsshell async/catch_errors15_test Fail Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
277 $compiler == dart2js && $runtime == jsshell async/catch_errors18_test Fail Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
278 $compiler == dart2js && $runtime == jsshell async/catch_errors19_test Fail Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
279 $compiler == dart2js && $runtime == jsshell async/catch_errors20_test Fail Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
280 $compiler == dart2js && $runtime == jsshell async/catch_errors22_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
281 $compiler == dart2js && $runtime == jsshell async/catch_errors28_test Fail Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
282 $compiler == dart2js && $runtime == jsshell async/catch_errors8_test Fail Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
283 $compiler == dart2js && $runtime == jsshell async/future_constructor2_test Fail Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
284 $compiler == dart2js && $runtime == jsshell async/future_test RuntimeError Timer interface not supported; Issue 7728. https://dartbug.com/7728 closed
285 $compiler == dart2js && $runtime == jsshell async/multiple_timer_test RuntimeError, OK Needs Timer to run.
286 $compiler == dart2js && $runtime == jsshell async/periodic_timer2_test Fail Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
287 $compiler == dart2js && $runtime == jsshell async/periodic_timer3_test Fail Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
288 $compiler == dart2js && $runtime == jsshell async/periodic_timer4_test Fail Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
289 $compiler == dart2js && $runtime == jsshell async/run_zoned7_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
290 $compiler == dart2js && $runtime == jsshell async/run_zoned8_test Fail Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
291 $compiler == dart2js && $runtime == jsshell async/schedule_microtask_test Fail Preamble file does not correctly implement scheduleImmediate.
292 $compiler == dart2js && $runtime == jsshell async/slow_consumer2_test RuntimeError Timer interface not supported; Issue 7728. https://dartbug.com/7728 closed
293 $compiler == dart2js && $runtime == jsshell async/slow_consumer3_test RuntimeError Timer interface not supported; Issue 7728. https://dartbug.com/7728 closed
294 $compiler == dart2js && $runtime == jsshell async/slow_consumer_test RuntimeError Timer interface not supported; Issue 7728. https://dartbug.com/7728 closed
295 $compiler == dart2js && $runtime == jsshell async/stream_controller_async_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
296 $compiler == dart2js && $runtime == jsshell async/stream_controller_test Fail Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
297 $compiler == dart2js && $runtime == jsshell async/stream_from_iterable_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
298 $compiler == dart2js && $runtime == jsshell async/stream_periodic2_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
299 $compiler == dart2js && $runtime == jsshell async/stream_periodic3_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
300 $compiler == dart2js && $runtime == jsshell async/stream_periodic4_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
301 $compiler == dart2js && $runtime == jsshell async/stream_periodic5_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
302 $compiler == dart2js && $runtime == jsshell async/stream_periodic6_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
303 $compiler == dart2js && $runtime == jsshell async/stream_periodic_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
304 $compiler == dart2js && $runtime == jsshell async/stream_state_nonzero_timer_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
305 $compiler == dart2js && $runtime == jsshell async/stream_subscription_cancel_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
306 $compiler == dart2js && $runtime == jsshell async/stream_take_test Fail Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
307 $compiler == dart2js && $runtime == jsshell async/stream_timeout_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
308 $compiler == dart2js && $runtime == jsshell async/stream_transformation_broadcast_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
309 $compiler == dart2js && $runtime == jsshell async/timer_cancel1_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
310 $compiler == dart2js && $runtime == jsshell async/timer_cancel2_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
311 $compiler == dart2js && $runtime == jsshell async/timer_cancel_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
312 $compiler == dart2js && $runtime == jsshell async/timer_isActive_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
313 $compiler == dart2js && $runtime == jsshell async/timer_repeat_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
314 $compiler == dart2js && $runtime == jsshell async/timer_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
315 $compiler == dart2js && $runtime == jsshell async/zone_bind_test Fail Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
316 $compiler == dart2js && $runtime == jsshell async/zone_create_periodic_timer_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
317 $compiler == dart2js && $runtime == jsshell async/zone_create_timer2_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
318 $compiler == dart2js && $runtime == jsshell async/zone_empty_description2_test RuntimeError Timer interface not supported: Issue 7728. https://dartbug.com/7728 closed
319 $compiler == dart2js && $runtime == safari html/css_test/functional/functional RuntimeError Issue 32576 https://dartbug.com/32576 closed
320 $compiler == dart2js && $runtime == safari html/element_types_content_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
321 $compiler == dart2js && $runtime == safari html/element_types_datalist_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
322 $compiler == dart2js && $runtime == safari html/element_types_shadow_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
323 $compiler == dart2js && $runtime == safari html/notification_test Pass, RuntimeError Safari doesn't let us access the fields of the Notification to verify them.
324 $compiler == dart2js && $runtime == safari html/storage_promise_test RuntimeError Not supported on Safari
325 $compiler == dart2js && $browser html/notification_permission_test Timeout, Pass Issue 32002 https://dartbug.com/32002 open
326 $compiler == dart2js && $browser js/null_test RuntimeError Issue 30652 https://dartbug.com/30652 open
327 $compiler == dart2js && $browser && $csp html/custom/element_upgrade_test Fail Issue 17298 https://dartbug.com/17298 closed
328 $compiler == dart2js && $browser && $csp html/custom/js_custom_test Fail Issue 14643 https://dartbug.com/14643 open
329 $compiler == dart2js && !$csp && $minified html/audiobuffersourcenode_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
330 $compiler == dart2js && !$csp && $minified html/audiocontext_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
331 $compiler == dart2js && !$csp && $minified html/cache_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
332 $compiler == dart2js && !$csp && $minified html/custom_element_method_clash_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
333 $compiler == dart2js && !$csp && $minified html/custom_element_name_clash_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
334 $compiler == dart2js && !$csp && $minified html/custom_elements_23127_test Crash Assertion failure: Cannot find value local(B2T.created#a) in (type_variable_local(B2T.T), local(C2T.created#a), local(C2T.created#b), local(C2T.created#c), BoxLocal(_box_0)) for j:constructor(C2T.created).
335 $compiler == dart2js && !$csp && $minified html/custom_tags_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
336 $compiler == dart2js && !$csp && $minified html/dart_object_local_storage_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
337 $compiler == dart2js && !$csp && $minified html/datalistelement_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
338 $compiler == dart2js && !$csp && $minified html/document_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
339 $compiler == dart2js && !$csp && $minified html/documentfragment_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
340 $compiler == dart2js && !$csp && $minified html/dom_constructors_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
341 $compiler == dart2js && !$csp && $minified html/domparser_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
342 $compiler == dart2js && !$csp && $minified html/element_add_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
343 $compiler == dart2js && !$csp && $minified html/element_animate_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
344 $compiler == dart2js && !$csp && $minified html/element_constructor_1_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
345 $compiler == dart2js && !$csp && $minified html/element_dimensions_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
346 $compiler == dart2js && !$csp && $minified html/element_offset_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
347 $compiler == dart2js && !$csp && $minified html/element_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
348 $compiler == dart2js && !$csp && $minified html/element_types_constructors2_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
349 $compiler == dart2js && !$csp && $minified html/element_types_constructors3_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
350 $compiler == dart2js && !$csp && $minified html/element_types_constructors4_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
351 $compiler == dart2js && !$csp && $minified html/element_types_constructors5_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
352 $compiler == dart2js && !$csp && $minified html/element_types_constructors6_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
353 $compiler == dart2js && !$csp && $minified html/element_types_content_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
354 $compiler == dart2js && !$csp && $minified html/element_types_datalist_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
355 $compiler == dart2js && !$csp && $minified html/element_types_details_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
356 $compiler == dart2js && !$csp && $minified html/element_types_embed_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
357 $compiler == dart2js && !$csp && $minified html/element_types_meter_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
358 $compiler == dart2js && !$csp && $minified html/element_types_object_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
359 $compiler == dart2js && !$csp && $minified html/element_types_output_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
360 $compiler == dart2js && !$csp && $minified html/element_types_progress_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
361 $compiler == dart2js && !$csp && $minified html/element_types_shadow_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
362 $compiler == dart2js && !$csp && $minified html/element_types_template_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
363 $compiler == dart2js && !$csp && $minified html/element_types_track_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
364 $compiler == dart2js && !$csp && $minified html/form_data_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
365 $compiler == dart2js && !$csp && $minified html/history_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
366 $compiler == dart2js && !$csp && $minified html/indexeddb_1_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
367 $compiler == dart2js && !$csp && $minified html/keyboard_event_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
368 $compiler == dart2js && !$csp && $minified html/mediasource_test RuntimeError, Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
369 $compiler == dart2js && !$csp && $minified html/mutationobserver_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
370 $compiler == dart2js && !$csp && $minified html/node_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
371 $compiler == dart2js && !$csp && $minified html/node_validator_important_if_you_suppress_make_the_bug_critical_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
372 $compiler == dart2js && !$csp && $minified html/notification_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
373 $compiler == dart2js && !$csp && $minified html/performance_api_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
374 $compiler == dart2js && !$csp && $minified html/range_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
375 $compiler == dart2js && !$csp && $minified html/request_animation_frame_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
376 $compiler == dart2js && !$csp && $minified html/rtc_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
377 $compiler == dart2js && !$csp && $minified html/shadow_dom_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
378 $compiler == dart2js && !$csp && $minified html/svg_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
379 $compiler == dart2js && !$csp && $minified html/svgelement_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
380 $compiler == dart2js && !$csp && $minified html/transition_event_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
381 $compiler == dart2js && !$csp && $minified html/trusted_html_tree_sanitizer_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
382 $compiler == dart2js && !$csp && $minified html/typed_arrays_1_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
383 $compiler == dart2js && !$csp && $minified html/webgl_extensions_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
384 $compiler == dart2js && !$csp && $minified html/websocket_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
385 $compiler == dart2js && !$csp && $minified html/websql_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
386 $compiler == dart2js && $host_checked html/custom/mirrors_2_test Crash file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.
387 $compiler == dart2js && $host_checked html/custom/mirrors_test Crash file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.
388 $compiler == dart2js && $host_checked html/indexeddb_3_test Crash file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.
389 $compiler == dart2js && $host_checked html/indexeddb_5_test Crash file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.
390 $compiler == dart2js && $host_checked html/js_function_getter_test/call getter as function Crash FileSystemException(uri=file:///usr/local/google/home/efortuna/dart2/sdk/sdk/lib/_internal/dart2js_platform.dill; message=Error reading 'sdk/lib/_internal/dart2js_platform.dill' (No such file or directory))
391 $compiler == dart2js && $host_checked html/js_typed_interop_side_cast_exp_test Crash file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.
392 $compiler == dart2js && $ie html/fontface_loaded_test RuntimeError FontFace polyfill?
393 $compiler == dart2js && $ie html/fontface_test Fail Fontface not supported on ie
394 $compiler == dart2js && $minified html/canvas_pixel_array_type_alias_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
395 $compiler == dart2js && $minified html/canvas_pixel_array_type_alias_test/types2_runtimeTypeName Fail, OK Issue 12605 https://dartbug.com/12605 closed
396 $compiler == dart2js && $minified html/custom/mirrors_2_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
397 $compiler == dart2js && $minified html/custom/mirrors_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
398 $compiler == dart2js && $minified html/custom_elements_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
399 $compiler == dart2js && $minified html/element_classes_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
400 $compiler == dart2js && $minified html/element_types_keygen_test RuntimeError Issue 29922 https://dartbug.com/29922 closed
401 $compiler == dart2js && $minified html/js_function_getter_trust_types_test Crash NoSuchMethodError: Class 'InterfaceType' has no instance getter 'isObject'.
402 $compiler == dart2js && $minified html/js_typed_interop_bind_this_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
403 $compiler == dart2js && $minified html/js_typed_interop_side_cast_exp_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
404 $compiler == dart2js && $minified html/js_typed_interop_window_property_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
405 $compiler == dart2js && $minified html/js_util_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
406 $compiler == dart2js && $minified html/media_stream_test RuntimeError, Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
407 $compiler == dart2js && $minified html/postmessage_structured_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
408 $compiler == dart2js && $minified html/speechrecognition_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
409 $compiler == dart2js && $minified html/webgl_1_test Crash NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
410 $compiler == dart2js && ($runtime == ff || $runtime == safari || $ie) html/custom/attribute_changed_callback_test/unsupported_on_polyfill Fail Polyfill does not support
411 $compiler == dart2js && ($runtime == ff || $runtime == safari || $ie) html/custom/entered_left_view_test/viewless_document Fail Polyfill does not handle this

View file

@ -32,36 +32,14 @@ async/slow_consumer2_test: SkipSlow # Times out. Issue 22050
convert/streamed_conversion_json_utf8_decode_test: SkipSlow # Times out. Issue 22050
convert/streamed_conversion_json_utf8_encode_test: SkipSlow # Times out. Issue 22050
convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out. Issue 22050
html/element_types_keygen_test: RuntimeError # Issue 29055
html/media_stream_test: RuntimeError # Please triage.
html/speechrecognition_test: RuntimeError # Please triage.
[ $compiler == dart2js && $runtime == chrome && $csp ]
html/worker_test/functional: RuntimeError # Issue 32261
[ $compiler == dart2js && $runtime == chromeOnAndroid ]
html/audiobuffersourcenode_test/supported: Fail # TODO(dart2js-team): Please triage this failure.
html/audiocontext_test/supported: RuntimeError # TODO(dart2js-team): Please triage this failure.
html/canvasrenderingcontext2d_test/drawImage_video_element: Fail # TODO(dart2js-team): Please triage this failure.
html/canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # TODO(dart2js-team): Please triage this failure.
html/canvasrenderingcontext2d_test/fillText: Fail # TODO(dart2js-team): Please triage this failure.
html/crypto_test/functional: Pass, Slow # TODO(dart2js-team): Please triage this failure.
html/element_types_datalist_test: Fail # TODO(dart2js-team): Please triage this failure.
html/input_element_datetime_test: Pass, Slow # TODO(dart2js-team): Please triage this failure.
html/input_element_week_test: Fail # TODO(dart2js-team): Please triage this failure.
html/media_stream_test: Fail # TODO(dart2js-team): Please triage this failure.
html/rtc_test: Fail # TODO(dart2js-team): Please triage this failure.
html/speechrecognition_test: Fail # TODO(dart2js-team): Please triage this failure.
html/xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure.
typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage this failure.
typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage this failure.
html/crypto_test/functional: Slow # TODO(dart2js-team): Please triage this failure.
html/input_element_datetime_test: Slow # TODO(dart2js-team): Please triage this failure.
[ $compiler == dart2js && $runtime == d8 ]
html/event_callback_test: Skip # Browser test
[ $compiler == dart2js && $runtime != d8 ]
html/html_mock_test: RuntimeError # Issue 31038
[ $compiler == dart2js && $runtime == ff ]
async/slow_consumer2_test: SkipSlow # Times out. Issue 22050
convert/streamed_conversion_json_utf8_decode_test: SkipSlow # Times out. Issue 22050
@ -73,110 +51,23 @@ html/custom/attribute_changed_callback_test: Skip # Times out
html/custom/created_callback_test: Skip # Times out
html/custom/document_register_basic_test: Skip # Times out, or unittest times out
html/dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTED_ERR
html/element_animate_test/timing_dict: RuntimeError # Issue 26730
html/element_types_content_test: Pass, RuntimeError # Issues 28983, 29922
html/element_types_keygen_test: RuntimeError # Issue 29922
html/element_types_shadow_test: Pass, RuntimeError # Issues 28983, 29922
html/file_sample_test: Skip # FileSystem not supported on FireFox.
html/fileapi_supported_test: Skip # FileSystem not supported on FireFox.
html/fileapi_supported_throws_test: Skip # FileSystem not supported on FireFox.
html/fontface_test: Fail # Fontface not supported on ff
html/history_test/history: Skip # Issue 22050
html/interactive_media_test: RuntimeError # Not supported in FF
html/messageevent_test: Pass, RuntimeError # Issue 28983
html/request_animation_frame_test: Skip # Async test hangs.
html/serialized_script_value_test: Pass, RuntimeError # Issue 28983
html/speechrecognition_test: RuntimeError # Please triage.
html/text_event_test: Fail # Issue 17893
html/webgl_1_test: Pass, Fail # Issue 8219
[ $compiler == dart2js && $runtime == ie11 ]
html/element_types_content_test: RuntimeError # Issue 29922
html/element_types_datalist_test: RuntimeError # Issue 29922
html/element_types_details_test: RuntimeError # Issue 29922
html/element_types_embed_test: RuntimeError # Issue 29922
html/element_types_keygen_test: RuntimeError # Issue 29922
html/element_types_meter_test: RuntimeError # Issue 29922
html/element_types_object_test: RuntimeError # Issue 29922
html/element_types_output_test: RuntimeError # Issue 29922
html/element_types_progress_test: RuntimeError # Issue 29922
html/element_types_shadow_test: RuntimeError # Issue 29922
html/element_types_template_test: RuntimeError # Issue 29922
html/element_types_track_test: RuntimeError # Issue 29922
[ $compiler == dart2js && $runtime == jsshell ]
async/catch_errors12_test: Fail # Timer interface not supported: Issue 7728.
async/catch_errors13_test: Fail # Timer interface not supported: Issue 7728.
async/catch_errors14_test: Fail # Timer interface not supported: Issue 7728.
async/catch_errors15_test: Fail # Timer interface not supported: Issue 7728.
async/catch_errors18_test: Fail # Timer interface not supported: Issue 7728.
async/catch_errors19_test: Fail # Timer interface not supported: Issue 7728.
async/catch_errors20_test: Fail # Timer interface not supported: Issue 7728.
async/catch_errors22_test: RuntimeError # Timer interface not supported: Issue 7728.
async/catch_errors28_test: Fail # Timer interface not supported: Issue 7728.
async/catch_errors8_test: Fail # Timer interface not supported: Issue 7728.
async/future_constructor2_test: Fail # Timer interface not supported: Issue 7728.
async/future_test: RuntimeError # Timer interface not supported; Issue 7728.
async/multiple_timer_test: RuntimeError, OK # Needs Timer to run.
async/periodic_timer2_test: Fail # Timer interface not supported: Issue 7728.
async/periodic_timer3_test: Fail # Timer interface not supported: Issue 7728.
async/periodic_timer4_test: Fail # Timer interface not supported: Issue 7728.
async/run_zoned7_test: RuntimeError # Timer interface not supported: Issue 7728.
async/run_zoned8_test: Fail # Timer interface not supported: Issue 7728.
async/schedule_microtask_test: Fail # Preamble file does not correctly implement scheduleImmediate.
async/slow_consumer2_test: RuntimeError # Timer interface not supported; Issue 7728.
async/slow_consumer3_test: RuntimeError # Timer interface not supported; Issue 7728.
async/slow_consumer_test: RuntimeError # Timer interface not supported; Issue 7728.
async/stream_controller_async_test: RuntimeError # Timer interface not supported: Issue 7728.
async/stream_controller_test: Fail # Timer interface not supported: Issue 7728.
async/stream_from_iterable_test: RuntimeError # Timer interface not supported: Issue 7728.
async/stream_periodic2_test: RuntimeError # Timer interface not supported: Issue 7728.
async/stream_periodic3_test: RuntimeError # Timer interface not supported: Issue 7728.
async/stream_periodic4_test: RuntimeError # Timer interface not supported: Issue 7728.
async/stream_periodic5_test: RuntimeError # Timer interface not supported: Issue 7728.
async/stream_periodic6_test: RuntimeError # Timer interface not supported: Issue 7728.
async/stream_periodic_test: RuntimeError # Timer interface not supported: Issue 7728.
async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not supported: Issue 7728.
async/stream_subscription_cancel_test: RuntimeError # Timer interface not supported: Issue 7728.
async/stream_take_test: Fail # Timer interface not supported: Issue 7728.
async/stream_timeout_test: RuntimeError # Timer interface not supported: Issue 7728.
async/stream_transformation_broadcast_test: RuntimeError # Timer interface not supported: Issue 7728.
async/timer_cancel1_test: RuntimeError # Timer interface not supported: Issue 7728.
async/timer_cancel2_test: RuntimeError # Timer interface not supported: Issue 7728.
async/timer_cancel_test: RuntimeError # Timer interface not supported: Issue 7728.
async/timer_isActive_test: RuntimeError # Timer interface not supported: Issue 7728.
async/timer_repeat_test: RuntimeError # Timer interface not supported: Issue 7728.
async/timer_test: RuntimeError # Timer interface not supported: Issue 7728.
async/zone_bind_test: Fail # Timer interface not supported: Issue 7728.
async/zone_create_periodic_timer_test: RuntimeError # Timer interface not supported: Issue 7728.
async/zone_create_timer2_test: RuntimeError # Timer interface not supported: Issue 7728.
async/zone_empty_description2_test: RuntimeError # Timer interface not supported: Issue 7728.
[ $compiler == dart2js && $runtime == safari ]
html/callback_list_test: SkipByDesign # FileSystem not supported in Safari.
html/css_test/functional/functional: RuntimeError # Issue 32576
html/element_types_content_test: RuntimeError # Issue 29922
html/element_types_datalist_test: RuntimeError # Issue 29922
html/element_types_shadow_test: RuntimeError # Issue 29922
html/file_sample_test: Skip # FileSystem not supported on Safari.
html/fileapi_supported_throws_test: Skip # FileSystem not supported on Safari
html/interactive_media_test: SkipSlow
html/notification_test: Pass, RuntimeError # Safari doesn't let us access the fields of the Notification to verify them.
html/storage_promise_test: RuntimeError # Not supported on Safari
[ $compiler == dart2js && $system == linux ]
html/interactive_geolocation_test: Skip # Requires allowing geo location.
[ $compiler == dart2js && $browser ]
html/notification_permission_test: Timeout, Pass # Issue 32002
js/null_test: RuntimeError # Issue 30652
[ $compiler == dart2js && $browser && $csp ]
html/custom/element_upgrade_test: Fail # Issue 17298
html/custom/js_custom_test: Fail # Issue 14643
[ $compiler == dart2js && $checked ]
convert/utf85_test: Pass, Slow # Issue 12029.
convert/utf85_test: Slow # Issue 12029.
html/js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatible with --checked
[ $compiler == dart2js && $csp && ($runtime == chrome || $runtime == chromeOnAndroid || $runtime == ff || $runtime == safari) ]
@ -198,101 +89,9 @@ html/js_util_test: SkipByDesign
html/mirrors_js_typed_interop_test: SkipByDesign
html/postmessage_structured_test: SkipByDesign
[ $compiler == dart2js && !$csp && $minified ]
html/audiobuffersourcenode_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/audiocontext_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/cache_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/custom_element_method_clash_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/custom_element_name_clash_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/custom_elements_23127_test: Crash # Assertion failure: Cannot find value local(B2T.created#a) in (type_variable_local(B2T.T), local(C2T.created#a), local(C2T.created#b), local(C2T.created#c), BoxLocal(_box_0)) for j:constructor(C2T.created).
html/custom_tags_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/dart_object_local_storage_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/datalistelement_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/document_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/documentfragment_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/dom_constructors_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/domparser_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/element_add_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/element_animate_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/element_constructor_1_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/element_dimensions_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/element_offset_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/element_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/element_types_constructors2_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/element_types_constructors3_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/element_types_constructors4_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/element_types_constructors5_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/element_types_constructors6_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/element_types_content_test: RuntimeError # Issue 29922
html/element_types_datalist_test: RuntimeError # Issue 29922
html/element_types_details_test: RuntimeError # Issue 29922
html/element_types_embed_test: RuntimeError # Issue 29922
html/element_types_meter_test: RuntimeError # Issue 29922
html/element_types_object_test: RuntimeError # Issue 29922
html/element_types_output_test: RuntimeError # Issue 29922
html/element_types_progress_test: RuntimeError # Issue 29922
html/element_types_shadow_test: RuntimeError # Issue 29922
html/element_types_template_test: RuntimeError # Issue 29922
html/element_types_track_test: RuntimeError # Issue 29922
html/form_data_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/history_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/indexeddb_1_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/keyboard_event_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/mediasource_test: RuntimeError, Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/mutationobserver_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/node_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/node_validator_important_if_you_suppress_make_the_bug_critical_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/notification_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/performance_api_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/range_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/request_animation_frame_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/rtc_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/shadow_dom_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/svg_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/svgelement_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/transition_event_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/trusted_html_tree_sanitizer_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/typed_arrays_1_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/webgl_extensions_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/websocket_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/websql_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
[ $compiler == dart2js && $host_checked ]
html/custom/mirrors_2_test: Crash # 'file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.
html/custom/mirrors_test: Crash # 'file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.
html/indexeddb_3_test: Crash # 'file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.
html/indexeddb_5_test: Crash # 'file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.
html/js_function_getter_test/call getter as function: Crash # FileSystemException(uri=file:///usr/local/google/home/efortuna/dart2/sdk/sdk/lib/_internal/dart2js_platform.dill; message=Error reading 'sdk/lib/_internal/dart2js_platform.dill' (No such file or directory))
html/js_typed_interop_side_cast_exp_test: Crash # 'file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.
[ $compiler == dart2js && $ie ]
html/fontface_loaded_test: RuntimeError # FontFace polyfill?
html/fontface_test: Fail # Fontface not supported on ie
[ $compiler == dart2js && $minified ]
html/canvas_pixel_array_type_alias_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/canvas_pixel_array_type_alias_test/types2_runtimeTypeName: Fail, OK # Issue 12605
html/custom/mirrors_2_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/custom/mirrors_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/custom_elements_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/element_classes_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/element_types_keygen_test: RuntimeError # Issue 29922
html/js_function_getter_trust_types_test: Crash # NoSuchMethodError: Class 'InterfaceType' has no instance getter 'isObject'.
html/js_typed_interop_bind_this_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/js_typed_interop_side_cast_exp_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/js_typed_interop_window_property_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/js_util_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/media_stream_test: RuntimeError, Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/postmessage_structured_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/speechrecognition_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/webgl_1_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
[ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ]
async/slow_consumer2_test: SkipSlow # Times out. Issue 22050
convert/streamed_conversion_json_utf8_decode_test: SkipSlow # Times out. Issue 22050
convert/streamed_conversion_json_utf8_encode_test: SkipSlow # Times out. Issue 22050
convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out. Issue 22050
[ $compiler == dart2js && ($runtime == ff || $runtime == safari || $ie) ]
html/custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill does not support
html/custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this