| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index 311fce96d195dce077f635447ec6fca57d6d983b..000d71895c5958de22a5055c3224ebc462959e52 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -135,6 +135,17 @@ unittest/test/unittest_test: Pass, Crash # Issue 10935
|
| unittest/test/mock_test: Fail
|
| unittest/test/mock_regexp_negative_test: Fail
|
|
|
| +[ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome || $runtime == drt) ]
|
| +crypto/test/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail?id=2692
|
| +
|
| +[ $compiler == dart2js && $browser ]
|
| +crypto/test/sha256_test: Slow, Pass
|
| +crypto/test/sha1_test: Slow, Pass
|
| +
|
| +[ $runtime == safari]
|
| + # Bug in JSC: the test only passes when being debugged.
|
| +crypto/test/hmac_md5_test: Fail, Pass
|
| +
|
| # The unminified unittest tests test that the real names of Dart types are
|
| # printed. Minified versions of these tests exist that test the behavior when
|
| # minified.
|
|
|