| Index: dart/pkg/pkg.status
|
| diff --git a/dart/pkg/pkg.status b/dart/pkg/pkg.status
|
| index c4b6f349a5af3e47e763c08406f8fbcdf322b21a..195a42fd624860e97e50c3c07337b08d491a3663 100644
|
| --- a/dart/pkg/pkg.status
|
| +++ b/dart/pkg/pkg.status
|
| @@ -123,7 +123,8 @@ intl/test/date_time_format_uninitialized_test: Pass, Fail # http://dartbug.com/9
|
|
|
| [ $compiler == dart2js && $minified ]
|
| # The unittest package relies on getting the original (non-minified) method
|
| -# names in InvocationMirrors. You can't get that when minifying.
|
| +# names in Invocation. You can't get that when minifying.
|
| +# TODO(ahe/erikcorry): But soon you can, now that we use Symbol.
|
| unittest/test/mock_test: Fail
|
| unittest/test/mock_regexp_negative_test: Fail
|
|
|
|
|