| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 5a1a96377845afe3dd99d05516f5b209938b7ea8..fb23c55c0f24d1978f0be11755b0822831656ceb 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -318,8 +318,6 @@ mirrors/generic_f_bounded_mixin_application_test: CompileTimeError # Issue 14116
|
| mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>'
|
| mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>
|
|
|
| -mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call.
|
| -mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Function without defining call.
|
| mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any type of Iterable.
|
| mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
|
| mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional library name conflict.
|
|
|