| 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 |
| 5 [ $compiler == dart2js ] | 7 [ $compiler == dart2js ] |
| 6 math/*: Skip | 8 math/*: Skip |
| 7 mirrors/*: Skip | 9 mirrors/*: Skip |
| 8 | 10 |
| 9 [ $compiler == dart2js && $checked ] | 11 [ $compiler == dart2js && $checked ] |
| 10 async/stream_event_transform_test: Fail # Issue 7733. | 12 async/stream_event_transform_test: Fail # Issue 7733. |
| 11 async/stream_transform_test: Fail # Issue 7733. | 13 async/stream_transform_test: Fail # Issue 7733. |
| 12 async/stream_from_iterable_test: Fail # Issue 7733. | 14 async/stream_from_iterable_test: Fail # Issue 7733. |
| 13 async/slow_consumer3_test: Fail # Issue 7733. | 15 async/slow_consumer3_test: Fail # Issue 7733. |
| 14 | 16 |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 *: Skip | 52 *: Skip |
| 51 | 53 |
| 52 [ $arch == simarm ] | 54 [ $arch == simarm ] |
| 53 *: Skip | 55 *: Skip |
| 54 | 56 |
| 55 [ $arch == mips ] | 57 [ $arch == mips ] |
| 56 *: Skip | 58 *: Skip |
| 57 | 59 |
| 58 [ $arch == simmips ] | 60 [ $arch == simmips ] |
| 59 *: Skip | 61 *: Skip |
| OLD | NEW |