| Index: dart/pkg/pkg.status
|
| diff --git a/dart/pkg/pkg.status b/dart/pkg/pkg.status
|
| index 5b5c18feecd1e9dcf7024eae9dabd914cb3f4e36..f39db983b01211bd171a29f63493f51faed1e05c 100644
|
| --- a/dart/pkg/pkg.status
|
| +++ b/dart/pkg/pkg.status
|
| @@ -59,8 +59,6 @@ intl/test/find_default_locale_standalone_test: Fail # Issue 8110
|
| intl/test/message_extraction/message_extraction_test: Fail # Issue 9167
|
|
|
| [ $compiler == dart2js ]
|
| -serialization/test/serialization_test: Fail # Issue 6490
|
| -serialization/test/no_library_test: Fail # Issue 6490
|
| analyzer_experimental/test/generated/ast_test: Fail
|
| unittest/test/instance_test: Fail # http://dartbug.com/11191
|
|
|
| @@ -79,6 +77,9 @@ unittest/test/mock_stepwise_negative_test: fail
|
| [ $compiler == dart2js && $csp ]
|
| unittest/test/unittest_test: Pass, Crash # Issue 10935
|
|
|
| +serialization/test/serialization_test: Fail # Issue 6490
|
| +serialization/test/no_library_test: Fail # Issue 6490
|
| +
|
| [ $compiler == dart2js && $minified ]
|
| # The unittest package relies on getting the original (non-minified) method
|
| # names in Invocation. You can't get that when minifying.
|
| @@ -86,6 +87,9 @@ unittest/test/unittest_test: Pass, Crash # Issue 10935
|
| unittest/test/mock_test: Fail
|
| unittest/test/mock_regexp_negative_test: Fail
|
|
|
| +serialization/test/serialization_test: Fail # Issue 6490
|
| +serialization/test/no_library_test: Fail # Issue 6490
|
| +
|
| # 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
|
| # minified.
|
|
|