Chromium Code Reviews| Index: pkg/pkg.status |
| =================================================================== |
| --- pkg/pkg.status (revision 21853) |
| +++ pkg/pkg.status (working copy) |
| @@ -35,6 +35,9 @@ |
| [ $runtime == d8 || $runtime == jsshell ] |
|
Siggi Cherem (dart-lang)
2013/04/23 00:55:09
before you had removed the dart2js here, maybe mer
gram
2013/04/23 19:42:47
I meant to remove the first one, as d8 will imply
|
| unittest/test/unittest_test: Pass, Fail # http://dartbug.com/10109 |
| +[ $compiler == dart2js && $runtime == d8 ] |
| +unittest/test/unittest_test: Pass, Fail # http://dartbug.com/10109 |
| + |
| [$compiler == dart2dart] |
| *: Skip |