| 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 | 5 |
| 6 # The scalarlist library is not supported by dart2js or dart2dart yet. | 6 # The scalarlist library is not supported by dart2js or dart2dart yet. |
| 7 [ $compiler == dart2js || $compiler == dart2dart ] | 7 [ $compiler == dart2js || $compiler == dart2dart ] |
| 8 scalarlist/*: Skip | 8 scalarlist/*: Skip |
| 9 | 9 |
| 10 [ $compiler == dart2js ] | 10 [ $compiler == dart2js ] |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 [ $compiler == dartc ] | 37 [ $compiler == dartc ] |
| 38 # lib issue 6322 | 38 # lib issue 6322 |
| 39 crypto/hmac_sha1_test: Fail | 39 crypto/hmac_sha1_test: Fail |
| 40 crypto/hmac_sha256_test: Fail | 40 crypto/hmac_sha256_test: Fail |
| 41 | 41 |
| 42 [ $runtime == safari] | 42 [ $runtime == safari] |
| 43 # Bug in JSC: the test only passes when being debugged. | 43 # Bug in JSC: the test only passes when being debugged. |
| 44 crypto/hmac_md5_test: Fail, Pass | 44 crypto/hmac_md5_test: Fail, Pass |
| 45 | 45 |
| 46 | 46 |
| 47 [ $runtime == vm ] | 47 [ $runtime == vm || ($compiler == none && $runtime == drt) ] |
| 48 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9001. | 48 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9001. |
| 49 async/run_async4_test: Pass, Fail # http://dartbug.com/9013 |
| 49 | 50 |
| 50 [ $compiler == none && $runtime == drt ] | 51 [ $compiler == none && $runtime == drt ] |
| 51 async/deferred/deferred_api_test: Fail # http://dartbug.com/2264 | 52 async/deferred/deferred_api_test: Fail # http://dartbug.com/2264 |
| 52 | 53 |
| 53 [ $arch == arm ] | 54 [ $arch == arm ] |
| 54 *: Skip | 55 *: Skip |
| 55 | 56 |
| 56 [ $arch == simarm ] | 57 [ $arch == simarm ] |
| 57 *: Skip | 58 *: Skip |
| 58 | 59 |
| 59 [ $arch == mips ] | 60 [ $arch == mips ] |
| 60 *: Skip | 61 *: Skip |
| 61 | 62 |
| 62 [ $arch == simmips ] | 63 [ $arch == simmips ] |
| 63 *: Skip | 64 *: Skip |
| OLD | NEW |