| 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/slow_consumer_test: Skip # Issue 8647 | |
| 6 | |
| 7 [ $compiler == dart2js ] | 5 [ $compiler == dart2js ] |
| 8 math/*: Skip | 6 math/*: Skip |
| 9 mirrors/*: Skip | 7 mirrors/*: Skip |
| 10 | 8 |
| 11 [ $compiler == dart2js && $checked ] | 9 [ $compiler == dart2js && $checked ] |
| 12 async/stream_event_transform_test: Fail # Issue 7733. | 10 async/stream_event_transform_test: Fail # Issue 7733. |
| 13 | 11 |
| 14 [ $compiler == dart2js && $jscl ] | 12 [ $compiler == dart2js && $jscl ] |
| 15 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. | 13 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. |
| 16 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772
8. | 14 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772
8. |
| (...skipping 12 matching lines...) Expand all Loading... |
| 29 | 27 |
| 30 [ $compiler == dartc ] | 28 [ $compiler == dartc ] |
| 31 # lib issue 6322 | 29 # lib issue 6322 |
| 32 crypto/hmac_sha1_test: Fail | 30 crypto/hmac_sha1_test: Fail |
| 33 crypto/hmac_sha256_test: Fail | 31 crypto/hmac_sha256_test: Fail |
| 34 | 32 |
| 35 [ $runtime == safari] | 33 [ $runtime == safari] |
| 36 # Bug in JSC: the test only passes when being debugged. | 34 # Bug in JSC: the test only passes when being debugged. |
| 37 crypto/hmac_md5_test: Fail, Pass | 35 crypto/hmac_md5_test: Fail, Pass |
| 38 | 36 |
| 39 [ $runtime == vm && $arch == x64 ] | |
| 40 async/slow_consumer2_test: Fail # Issue 7726 | |
| 41 | |
| 42 [ $compiler == none && $runtime == drt ] | 37 [ $compiler == none && $runtime == drt ] |
| 43 async/deferred/deferred_api_test: Fail # http://dartbug.com/2264 | 38 async/deferred/deferred_api_test: Fail # http://dartbug.com/2264 |
| 44 | 39 |
| 45 [ $arch == arm ] | 40 [ $arch == arm ] |
| 46 *: Skip | 41 *: Skip |
| 47 | 42 |
| 48 [ $arch == simarm ] | 43 [ $arch == simarm ] |
| 49 *: Skip | 44 *: Skip |
| 50 | 45 |
| 51 [ $arch == mips ] | 46 [ $arch == mips ] |
| 52 *: Skip | 47 *: Skip |
| 53 | 48 |
| 54 [ $arch == simmips ] | 49 [ $arch == simmips ] |
| 55 *: Skip | 50 *: Skip |
| OLD | NEW |