Chromium Code Reviews| Index: pkg/pkg.status |
| diff --git a/pkg/pkg.status b/pkg/pkg.status |
| index 27549e1d8efc4ef998b81bcd48aacd7a59711218..ccb57ef303623a60111b46e46d701cf07cb903cc 100644 |
| --- a/pkg/pkg.status |
| +++ b/pkg/pkg.status |
| @@ -82,6 +82,12 @@ unittest/test/mock_stepwise_negative_test: Fail |
| [ $compiler == dart2js ] |
| unittest/test/instance_test: Skip |
| +[ $compiler == dart2js && $minified ] |
| +# The unittest package relies on getting the original (non-minified) method |
|
ngeoffray
2013/03/11 09:41:27
I don't know how specified is the name of Invocati
erikcorry
2013/03/13 08:55:45
That's right, that's what we do in the non-minifyi
|
| +# names in InvocationMirrors. You can't get that when minifying. |
| +unittest/test/mock_test: Fail |
| +unittest/test/mock_regexp_negative_test: Fail |
| + |
| [ $compiler == none && $runtime == drt ] |
| dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541. |