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