| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index d6e6ffa47c0520d6d84ac60a3e19954ebddb7663..4810696c77f3997b6a8c5bf29aeb9947e82faf5e 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -74,10 +74,11 @@ mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
|
| mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
|
| mirrors/reflected_type_test: RuntimeError # Issue 12607
|
| mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670
|
| -mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164
|
| +mirrors/static_members_test: RuntimeError # Issue 14633, Issue 12164
|
| mirrors/set_field_with_final_inheritance_test: RuntimeError # Issue 13919
|
| mirrors/symbol_validation_test: RuntimeError # Issue 13597
|
| -mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164
|
| +mirrors/synthetic_accessor_properties_test: RuntimeError # Issue 14633
|
| +mirrors/toplevel_members_test: RuntimeError # Issue 14633, Issue 12164
|
| mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333
|
| mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490
|
| mirrors/typedef_metadata_test: RuntimeError # Issue 12785
|
| @@ -86,6 +87,7 @@ mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785
|
| mirrors/variable_is_const_test/none: RuntimeError # Issue 14671
|
| mirrors/variable_is_const_test/01: MissingCompileTimeError # Issue 5519
|
|
|
| +
|
| [ $runtime == safari ]
|
| mirrors/return_type_test: Pass, Timeout # Issue 12858
|
|
|
| @@ -192,12 +194,6 @@ mirrors/generic_local_function_test: RuntimeError # Issue 14913
|
|
|
| mirrors/symbol_validation_test: RuntimeError # Issue 13596
|
|
|
| -mirrors/static_members_test: RuntimeError # Issue 14632
|
| -mirrors/toplevel_members_test: RuntimeError # Issue 14632
|
| -mirrors/instance_members_test: RuntimeError # Issue 14632
|
| -mirrors/instance_members_with_override_test: RuntimeError # Issue 14632
|
| -mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 14632
|
| -
|
| async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
|
|
|
| [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
|
|
|