Skip to content

Commit

Permalink
Fix dart2js-with-kernel status
Browse files Browse the repository at this point in the history
  • Loading branch information
johnniwinther committed Jun 16, 2017
1 parent b513e88 commit 787fb75
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions tests/compiler/dart2js_extra/dart2js_extra.status
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ inference_super_set_call_test: RuntimeError # Issue 27394
invalid_annotation2_test/01: Crash # Issue 27394
invalid_annotation2_test/none: Crash # Issue 27394
invalid_annotation_test/01: Crash # Issue 27394
is_check_instanceof_test: RuntimeError # Issue 27394
lookup_map/dead_entry_through_mirrors_test: Crash # Issue 27394
lookup_map/generic_type_test: RuntimeError # Issue 27394
lookup_map/live_entry_through_mirrors_test: Crash # Issue 27394
lookup_map/live_entry_through_mirrors_used_test: Crash # Issue 27394
many_fields_test: Crash # Issue 27394
Expand All @@ -154,7 +152,6 @@ mirrors_used_closure_test: Crash # Issue 27394
mirrors_used_metatargets_test: Crash # Issue 27394
mirrors_used_native_test: Crash # Issue 27394
reflect_native_types_test: Crash # Issue 27394
runtime_type_test: RuntimeError # Issue 27394
type_argument_factory_nocrash_test: RuntimeError # Issue 27394

[ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
Expand Down
1 change: 0 additions & 1 deletion tests/compiler/dart2js_native/dart2js_native.status
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ subclassing_super_field_2_test: RuntimeError # Issue 27394
subclassing_type_test: RuntimeError # Issue 27394
super_call_test: RuntimeError # Issue 27394
super_property_test: RuntimeError # Issue 27394
uninstantiated_type_parameter_test: RuntimeError # Issue 27394

[ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ]
static_methods_test: Crash # Issue 27394
Expand Down
6 changes: 0 additions & 6 deletions tests/language/language_dart2js.status
Original file line number Diff line number Diff line change
Expand Up @@ -348,20 +348,16 @@ deferred_load_constants_test/none: RuntimeError # Issue 27394
deferred_super_dependency_test/01: Crash # Issue 27394
enum_mirror_test: Crash # Issue 27394
export_ambiguous_main_negative_test: Crash # Issue 27394
f_bounded_quantification5_test: RuntimeError # Issue 27394
final_for_in_variable_test/01: MissingRuntimeError # Issue 27394
final_param_test/01: MissingRuntimeError # Issue 27394
final_variable_assignment_test/01: MissingRuntimeError # Issue 27394
first_class_types_constants_test: RuntimeError # Issue 27394
first_class_types_test: RuntimeError # Issue 27394
function_subtype3_test: RuntimeError # Issue 27394
function_subtype_typearg0_test: RuntimeError # Issue 27394
generic2_test: RuntimeError # Issue 27394
generic_field_mixin2_test: Crash # Issue 27394
generic_field_mixin3_test: Crash # Issue 27394
generic_field_mixin6_test/01: Crash # Issue 27394
generic_field_mixin_test: Crash # Issue 27394
generic_instanceof5_test: RuntimeError # Issue 27394
generic_instanceof_test: RuntimeError # Issue 27394
generic_local_functions_test: Crash # Issue 27394
generic_metadata_test/02: Crash # Issue 27394
Expand Down Expand Up @@ -429,7 +425,6 @@ mixin_invalid_inheritance2_test/01: Crash # Issue 27394
mixin_invalid_inheritance2_test/02: Crash # Issue 27394
mixin_invalid_inheritance2_test/03: Crash # Issue 27394
mixin_lib_extends_field_test: Crash # Issue 27394
mixin_only_for_rti_test: RuntimeError # Issue 27394
mixin_proto_test: Crash # Issue 27394
mixin_regress_11398_test: Crash # Issue 27394
mixin_super_constructor2_test: Crash # Issue 27394
Expand Down Expand Up @@ -498,7 +493,6 @@ this_conditional_operator_test/01: Crash # Issue 27394
try_catch_syntax_test/13: Crash # Issue 27394
try_catch_syntax_test/14: Crash # Issue 27394
try_catch_syntax_test/15: Crash # Issue 27394
type_argument_substitution_test: RuntimeError # Issue 27394
type_parameter_test/01: RuntimeError # Issue 27394
type_parameter_test/02: RuntimeError # Issue 27394
type_parameter_test/03: RuntimeError # Issue 27394
Expand Down

0 comments on commit 787fb75

Please sign in to comment.