| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 async/stream_periodic4_test: Fail, Pass # floitsch: Marking as flaky while colle
ction debug information. http://dartbug.com/9619 | 5 async/stream_periodic4_test: Fail, Pass # floitsch: Marking as flaky while colle
ction debug information. http://dartbug.com/9619 |
| 6 | 6 |
| 7 # The typed_data library is not supported by dart2js or dart2dart yet. | 7 # The typed_data library is not supported by dart2js or dart2dart yet. |
| 8 [ $compiler == dart2js || $compiler == dart2dart ] | 8 [ $compiler == dart2js || $compiler == dart2dart ] |
| 9 typed_data/*: Fail | 9 typed_data/*: Fail |
| 10 | 10 |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 [ $compiler == dart2js && $browser ] | 50 [ $compiler == dart2js && $browser ] |
| 51 crypto/sha256_test: Slow, Pass | 51 crypto/sha256_test: Slow, Pass |
| 52 crypto/sha1_test: Slow, Pass | 52 crypto/sha1_test: Slow, Pass |
| 53 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 53 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
| 54 # implement timer (currently only in d8
) | 54 # implement timer (currently only in d8
) |
| 55 | 55 |
| 56 [ $compiler == dart2dart ] | 56 [ $compiler == dart2dart ] |
| 57 # Skip until we stabilize language tests. | 57 # Skip until we stabilize language tests. |
| 58 *: Skip | 58 *: Skip |
| 59 | 59 |
| 60 [ $compiler == dartc ] | |
| 61 # lib issue 6322 | |
| 62 crypto/hmac_sha1_test: Fail | |
| 63 crypto/hmac_sha256_test: Fail | |
| 64 | |
| 65 [ $runtime == safari] | 60 [ $runtime == safari] |
| 66 # Bug in JSC: the test only passes when being debugged. | 61 # Bug in JSC: the test only passes when being debugged. |
| 67 crypto/hmac_md5_test: Fail, Pass | 62 crypto/hmac_md5_test: Fail, Pass |
| 68 | 63 |
| 69 [ $runtime == ff ] | 64 [ $runtime == ff ] |
| 70 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 65 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 71 multiple_timer_test: Pass, Fail | 66 multiple_timer_test: Pass, Fail |
| 72 timer_isolate_test: Pass, Fail | 67 timer_isolate_test: Pass, Fail |
| 73 timer_test: Pass, Fail | 68 timer_test: Pass, Fail |
| 74 | 69 |
| (...skipping 23 matching lines...) Expand all Loading... |
| 98 *: Skip | 93 *: Skip |
| 99 | 94 |
| 100 [ $arch == simarm ] | 95 [ $arch == simarm ] |
| 101 *: Skip | 96 *: Skip |
| 102 | 97 |
| 103 [ $arch == mips ] | 98 [ $arch == mips ] |
| 104 *: Skip | 99 *: Skip |
| 105 | 100 |
| 106 [ $arch == simmips ] | 101 [ $arch == simmips ] |
| 107 *: Skip | 102 *: Skip |
| OLD | NEW |