Chromium Code Reviews| Index: pkg/pkg.status |
| diff --git a/pkg/pkg.status b/pkg/pkg.status |
| index 9f94f236c4c94ae4826299dd7622451df02514ab..2983e33061f4050cea92e7b1ef5b23dcfb742e28 100644 |
| --- a/pkg/pkg.status |
| +++ b/pkg/pkg.status |
| @@ -9,6 +9,9 @@ |
| # arithmetic natively, i.e., the VM. |
| fixnum/test/int_64_vm_test: Skip |
| +# Skip non-test files ending with "_test". |
| +scheduled_test/lib/*: Skip |
|
ricow1
2013/03/18 11:34:53
I don't get this, why do we call it _test if it is
nweiz
2013/03/18 18:37:55
It's a library for writing tests.
|
| + |
| [$compiler == dart2dart] |
| *: Skip |