| Index: packages/crypto/.status
|
| diff --git a/packages/crypto/.status b/packages/crypto/.status
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..059fb4738339b10d6e3fb19214dfebfb842e03a0
|
| --- /dev/null
|
| +++ b/packages/crypto/.status
|
| @@ -0,0 +1,14 @@
|
| +# Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
|
| +# for details. All rights reserved. Use of this source code is governed by a
|
| +# BSD-style license that can be found in the LICENSE file.
|
| +
|
| +# Skip non-test files ending with "_test".
|
| +packages/*: Skip
|
| +*/packages/*: Skip
|
| +*/*/packages/*: Skip
|
| +*/*/*/packages/*: Skip
|
| +*/*/*/*packages/*: Skip
|
| +*/*/*/*/*packages/*: Skip
|
| +
|
| +test/sha1_test.dart: Pass, Slow
|
| +test/sha256_test.dart: Pass, Slow
|
|
|