| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 23eeec44c3f11338ba1454fbcdcaef4b2fef06fc..6e1ce027bee45870a8595ccd5a93fe8e1123406b 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -188,3 +188,6 @@ mirrors/parameter_metadata_test: Fail # Issue 13510
|
| mirrors/method_mirror_returntype_test: Fail # Issue 13510
|
| mirrors/function_type_mirror_test: Fail # Issue 13510
|
| mirrors/typevariable_mirror_metadata_test: Fail # Issue 13510
|
| +
|
| +[ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ]
|
| +mirrors/redirection_type_shuffling_test/01: Fail # Override multitest annotation. The analyzer is not expected to know a reflect call will fail.
|
|
|