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 | 5 async/slow_consumer_test: Skip # Issue 8647 |
6 | 6 |
7 [ $compiler == dart2js ] | 7 [ $compiler == dart2js ] |
8 math/*: Skip | 8 math/*: Skip |
9 mirrors/*: Skip | 9 mirrors/*: Skip |
10 | 10 |
(...skipping 23 matching lines...) Expand all Loading... |
34 [ $runtime == safari] | 34 [ $runtime == safari] |
35 # Bug in JSC: the test only passes when being debugged. | 35 # Bug in JSC: the test only passes when being debugged. |
36 crypto/hmac_md5_test: Fail, Pass | 36 crypto/hmac_md5_test: Fail, Pass |
37 | 37 |
38 [ $runtime == vm && $arch == x64 ] | 38 [ $runtime == vm && $arch == x64 ] |
39 async/slow_consumer2_test: Fail # Issue 7726 | 39 async/slow_consumer2_test: Fail # Issue 7726 |
40 | 40 |
41 [ $compiler == none && $runtime == drt ] | 41 [ $compiler == none && $runtime == drt ] |
42 async/deferred/deferred_api_test: Fail # http://dartbug.com/2264 | 42 async/deferred/deferred_api_test: Fail # http://dartbug.com/2264 |
43 | 43 |
| 44 [ $runtime == d8 ] |
| 45 async/stream_state_nonzero_timer_test: Fail # d8 doesn't handle nonzero timers. |
| 46 |
44 [ $arch == arm ] | 47 [ $arch == arm ] |
45 *: Skip | 48 *: Skip |
46 | 49 |
47 [ $arch == simarm ] | 50 [ $arch == simarm ] |
48 *: Skip | 51 *: Skip |
49 | 52 |
50 [ $arch == mips ] | 53 [ $arch == mips ] |
51 *: Skip | 54 *: Skip |
52 | 55 |
53 [ $arch == simmips ] | 56 [ $arch == simmips ] |
54 *: Skip | 57 *: Skip |
OLD | NEW |