Chromium Code Reviews| Index: pkg/pkg.status |
| =================================================================== |
| --- pkg/pkg.status (revision 23319) |
| +++ pkg/pkg.status (working copy) |
| @@ -119,6 +119,9 @@ |
| [ $compiler == dart2js ] |
| unittest/test/instance_test: Skip |
| +[ $compiler == dart2js && $csp ] |
| +unittest/test/unittest_test: Pass, Crash # Issue 10935 |
|
ahe
2013/05/29 08:21:12
I don't think this is related to csp.
I see it al
|
| + |
| [ $compiler == dart2js && $minified ] |
| # The unittest package relies on getting the original (non-minified) method |
| # names in Invocation. You can't get that when minifying. |