| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index 151f7cacd759f3b675135bd64c0924e1cd2001e5..af0fe276a520276a916a9ea539948381cb9c39d1 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -41,7 +41,6 @@ intl/test/date_time_format_http_request_test: Skip # Timeout.
|
| [ $runtime == ie9 ]
|
| intl/test/date_time_format_http_request_test: Fail # Issue 8983
|
| mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9.
|
| -custom_element: Fail # No Mutation Observers on IE9.
|
|
|
| [ $runtime == safari ]
|
| fixnum/test/int_64_test: Pass, Fail # Bug in JSC.
|
| @@ -74,10 +73,12 @@ unittest/test/unittest_test: Pass, Crash # Issue 10935
|
| observe/test/observe_test: Fail # Issue 11970
|
| observe/test/path_observer_test: Fail # Issue 11970
|
| mdv/test/binding_syntax_test: Fail # Issue 11970
|
| -
|
| serialization/test/serialization_test: Fail # Issue 6490
|
| serialization/test/no_library_test: Fail # Issue 6490
|
|
|
| +# This test cannot run under CSP because it is injecting a JavaScript polyfill
|
| +mutation_observer: Skip
|
| +
|
| [ $compiler == dart2js && $minified ]
|
| # The unminified unittest tests test that the real names of Dart types are
|
| # printed. Minified versions of these tests exist that test the behavior when
|
|
|