Index: pkg/pkg.status |
diff --git a/pkg/pkg.status b/pkg/pkg.status |
index 36160f6fbbe59c1fe6f3904ae637c54b8515cdf6..2c8545ce49c24dab201424755cb70fbc6d620865 100644 |
--- a/pkg/pkg.status |
+++ b/pkg/pkg.status |
@@ -318,3 +318,47 @@ watcher/test/*/mac_os_test: Skip |
[ $runtime == vm && $system == macos ] |
watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 |
+ |
+# Status for checked_mirrors: these mimic the same status of the vm mirror tests |
+# under tests/lib/lib.status. See pkg/checked-mirrors/test/copy_tests.sh for |
+# details. |
+ |
+[ $compiler == dart2js || $compiler == dart2dart ] |
+checked_mirrors/*: Skip # Only intended to be used with the vm |
+ |
+[ $runtime == vm ] |
+checked_mirrors/test/from_sdk/native_class_test: Skip # only for the browser |
+ |
+[ $compiler == none ] |
+checked_mirrors/test/from_sdk/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://dartbug.com/12464 |
+checked_mirrors/test/from_sdk/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test coverage on dart2js. |
+checked_mirrors/test/from_sdk/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ensure test coverage on dart2js. |
+checked_mirrors/test/from_sdk/typedef_test/01: Fail, OK # Incorrect dart2js behavior. |
+checked_mirrors/test/from_sdk/generic_local_function_test: RuntimeError # Issue 14913 |
+checked_mirrors/test/from_sdk/symbol_validation_test: RuntimeError # Issue 13596 |
+checked_mirrors/test/from_sdk/synthetic_accessor_properties_test/none: RuntimeError # Issue 14632 |
+checked_mirrors/test/from_sdk/toplevel_members_test/01: RuntimeError # Issue 14632 |
+ |
+[ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] |
+checked_mirrors/test/from_sdk/immutable_collections_test: Fail # Issue 11857, Issue 14321 |
+checked_mirrors/test/from_sdk/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. |
+checked_mirrors/test/from_sdk/local_isolate_test: Skip # http://dartbug.com/12188 |
+ |
+[ $compiler == none && $runtime == dartium ] |
+checked_mirrors/test/from_sdk/find_in_context_test: Fail # Issue 13719: Needs VM flag |
+checked_mirrors/test/from_sdk/find_in_context_private_test: Fail # Issue 13719: Needs VM flag |
+checked_mirrors/test/from_sdk/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag |
+ |
+[ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
+checked_mirrors/test/from_sdk/generic_f_bounded_mixin_application_test: CompileTimeError # Issue 14116 |
+checked_mirrors/test/from_sdk/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>' |
+checked_mirrors/test/from_sdk/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> |
+checked_mirrors/test/from_sdk/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call. |
+checked_mirrors/test/from_sdk/find_in_context_fake_function_test: StaticWarning, OK # Implements Function without defining call. |
+checked_mirrors/test/from_sdk/immutable_collections_test: StaticWarning, OK # Expect failure for any type of Iterable. |
+checked_mirrors/test/from_sdk/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. |
+checked_mirrors/test/from_sdk/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional library name conflict. |
+checked_mirrors/test/from_sdk/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. |
+ |
+[ $compiler == dart2analyzer ] |
+checked_mirrors/test/from_sdk/invoke_named_test: StaticWarning # Issue 14522 |