| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 861b13bbb7c781a0a4948992e3ceac8b4ac0122c..f3f2e7785e312e1003fcec3a00120f0edb3a54c5 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -483,6 +483,9 @@ mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869
|
| mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869
|
| async/timer_regress22626_test: Pass, RuntimeError # Timing dependent.
|
|
|
| +[ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
|
| +mirrors/other_declarations_location_test: Crash # assertion error, TypeParameter not having position.
|
| +
|
| [ $compiler == dartk || $compiler == dartkp ]
|
| async/future_or_strong_test: RuntimeError
|
| async/future_test/01: RuntimeError
|
| @@ -499,30 +502,18 @@ mirrors/constructor_optional_args_test: Crash # Issue 29201
|
| mirrors/constructor_private_name_test: RuntimeError
|
| mirrors/dart2js_mirrors_test: Crash
|
| mirrors/deferred_type_test: RuntimeError
|
| -mirrors/delegate_class_test: RuntimeError
|
| mirrors/empty_test: Crash
|
| mirrors/enum_test: RuntimeError
|
| mirrors/equality_test: RuntimeError
|
| -mirrors/field_type_test: RuntimeError
|
| mirrors/function_type_mirror_test: RuntimeError
|
| -mirrors/generic_class_declaration_test: RuntimeError
|
| mirrors/generic_f_bounded_mixin_application_test: RuntimeError
|
| mirrors/generic_function_typedef_test: RuntimeError
|
| mirrors/generic_interface_test/01: RuntimeError
|
| mirrors/generic_interface_test/none: RuntimeError
|
| mirrors/generic_mixin_applications_test: RuntimeError
|
| mirrors/generic_mixin_test: RuntimeError
|
| -mirrors/generic_type_mirror_test: RuntimeError
|
| -mirrors/generics_double_substitution_test/01: RuntimeError
|
| -mirrors/generics_double_substitution_test/none: RuntimeError
|
| -mirrors/generics_dynamic_test: RuntimeError
|
| -mirrors/generics_substitution_test: RuntimeError
|
| mirrors/hot_get_field_test: RuntimeError
|
| mirrors/hot_set_field_test: RuntimeError
|
| -mirrors/inherit_field_test: RuntimeError
|
| -mirrors/instance_members_easier_test: RuntimeError
|
| -mirrors/instance_members_test: RuntimeError
|
| -mirrors/instance_members_with_override_test: RuntimeError
|
| mirrors/intercepted_object_test: RuntimeError
|
| mirrors/invocation_fuzz_test/emptyarray: Crash
|
| mirrors/invocation_fuzz_test/false: Crash
|
| @@ -531,9 +522,7 @@ mirrors/invocation_fuzz_test/smi: RuntimeError
|
| mirrors/invocation_fuzz_test/string: Crash
|
| mirrors/invoke_private_test: RuntimeError
|
| mirrors/invoke_private_wrong_library_test: RuntimeError
|
| -mirrors/invoke_test: RuntimeError
|
| mirrors/invoke_throws_test: Crash
|
| -mirrors/lazy_static_test: RuntimeError
|
| mirrors/library_declarations_test/none: RuntimeError
|
| mirrors/library_exports_hidden_test: RuntimeError
|
| mirrors/library_exports_shown_test: RuntimeError
|
| @@ -561,7 +550,6 @@ mirrors/metadata_allowed_values_test/27: Crash
|
| mirrors/metadata_constructed_constant_test: Crash
|
| mirrors/metadata_constructor_arguments_test/04: MissingCompileTimeError
|
| mirrors/metadata_scope_test/none: RuntimeError
|
| -mirrors/metadata_test: RuntimeError
|
| mirrors/method_mirror_location_test: RuntimeError
|
| mirrors/method_mirror_source_line_ending_test: Crash
|
| mirrors/method_mirror_source_test: Crash
|
| @@ -579,7 +567,6 @@ mirrors/parameter_annotation_mirror_test: RuntimeError
|
| mirrors/parameter_metadata_test: RuntimeError
|
| mirrors/parameter_of_mixin_app_constructor_test: RuntimeError
|
| mirrors/private_class_field_test: RuntimeError
|
| -mirrors/private_symbol_mangling_test: RuntimeError
|
| mirrors/private_symbol_test: RuntimeError
|
| mirrors/private_types_test: RuntimeError
|
| mirrors/redirecting_factory_test/01: Crash
|
| @@ -588,9 +575,6 @@ mirrors/redirecting_factory_test/none: Crash
|
| mirrors/reflect_class_test/01: RuntimeError
|
| mirrors/reflect_class_test/02: RuntimeError
|
| mirrors/reflect_class_test/none: RuntimeError
|
| -mirrors/reflect_model_test: RuntimeError
|
| -mirrors/reflect_runtime_type_test: RuntimeError
|
| -mirrors/reflect_uninstantiated_class_test: RuntimeError
|
| mirrors/reflected_type_classes_test/01: RuntimeError
|
| mirrors/reflected_type_function_type_test: RuntimeError
|
| mirrors/reflected_type_generics_test/01: RuntimeError
|
| @@ -598,7 +582,6 @@ mirrors/reflected_type_generics_test/02: RuntimeError
|
| mirrors/reflected_type_test/01: RuntimeError
|
| mirrors/reflected_type_typedefs_test: RuntimeError
|
| mirrors/reflected_type_typevars_test: RuntimeError
|
| -mirrors/regress_19731_test: RuntimeError
|
| mirrors/regress_26187_test: RuntimeError
|
| mirrors/relation_assignable_test: RuntimeError
|
| mirrors/relation_subclass_test: RuntimeError
|
| @@ -606,11 +589,8 @@ mirrors/relation_subtype_test: RuntimeError
|
| mirrors/repeated_private_anon_mixin_app_test: RuntimeError
|
| mirrors/static_members_easier_test: RuntimeError
|
| mirrors/static_members_test: RuntimeError
|
| -mirrors/static_test: RuntimeError
|
| mirrors/symbol_validation_test/01: RuntimeError
|
| mirrors/symbol_validation_test/none: RuntimeError
|
| -mirrors/synthetic_accessor_properties_test: RuntimeError
|
| -mirrors/to_string_test: RuntimeError
|
| mirrors/type_variable_is_static_test: RuntimeError
|
| mirrors/type_variable_owner_test/01: RuntimeError
|
| mirrors/typedef_in_signature_test: RuntimeError
|
| @@ -621,7 +601,6 @@ mirrors/typedef_reflected_type_test/none: RuntimeError
|
| mirrors/typedef_test: RuntimeError
|
| mirrors/typevariable_mirror_metadata_test: RuntimeError
|
| mirrors/variable_is_const_test/01: MissingCompileTimeError
|
| -mirrors/variable_is_const_test/none: RuntimeError
|
|
|
| [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ]
|
| mirrors/variable_is_const_test/01: Crash
|
|
|