| 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: Pass, Fail # Issue http://dartbug.com/9367 | |
| 6 | |
| 7 # The typeddata library is not supported by dart2js or dart2dart yet. | 5 # The typeddata library is not supported by dart2js or dart2dart yet. |
| 8 [ $compiler == dart2js || $compiler == dart2dart ] | 6 [ $compiler == dart2js || $compiler == dart2dart ] |
| 9 typeddata/*: Fail | 7 typeddata/*: Fail |
| 10 | 8 |
| 11 | 9 |
| 12 # The typeddata library is not supported by dart2js or dart2dart yet. | 10 # The typeddata library is not supported by dart2js or dart2dart yet. |
| 13 [ $compiler == dart2js || $compiler == dart2dart ] | 11 [ $compiler == dart2js || $compiler == dart2dart ] |
| 14 typeddata/*: Skip | 12 typeddata/*: Skip |
| 15 | 13 |
| 16 | 14 |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 *: Skip | 97 *: Skip |
| 100 | 98 |
| 101 [ $arch == simarm ] | 99 [ $arch == simarm ] |
| 102 *: Skip | 100 *: Skip |
| 103 | 101 |
| 104 [ $arch == mips ] | 102 [ $arch == mips ] |
| 105 *: Skip | 103 *: Skip |
| 106 | 104 |
| 107 [ $arch == simmips ] | 105 [ $arch == simmips ] |
| 108 *: Skip | 106 *: Skip |
| OLD | NEW |