| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index ab05ce4f6911347c05e41f897f46ac0e9cbc2249..76ebfaf72467cf43c4ab416a346d28db81c6771b 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -248,6 +248,7 @@ mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
|
| mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test coverage on dart2js.
|
| mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ensure test coverage on dart2js.
|
| mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
|
| +mirrors/deferred_mirrors_metadata_test: Fail # Issue 17521
|
|
|
| mirrors/generic_local_function_test: RuntimeError # Issue 14913
|
| mirrors/symbol_validation_test: RuntimeError # Issue 13596
|
| @@ -313,5 +314,7 @@ mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
|
| mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional library name conflict.
|
| mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
|
|
|
| +mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522
|
| +
|
| [ $compiler == dart2js && $runtime == d8 && $system == windows ]
|
| mirrors/*deferred*: Skip # Issue 17458
|
|
|