| 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 | |
| 7 # The typed_data library is not supported by dart2js or dart2dart yet. | 5 # The typed_data library is not supported by dart2js or dart2dart yet. |
| 8 [ $compiler == dart2js || $compiler == dart2dart ] | 6 [ $compiler == dart2js || $compiler == dart2dart ] |
| 9 typed_data/*: Fail | 7 typed_data/*: Fail |
| 10 | 8 |
| 11 | 9 |
| 12 # The typed_data library is not supported by dart2js or dart2dart yet. | 10 # The typed_data library is not supported by dart2js or dart2dart yet. |
| 13 [ $compiler == dart2js || $compiler == dart2dart ] | 11 [ $compiler == dart2js || $compiler == dart2dart ] |
| 14 typed_data/*: Skip | 12 typed_data/*: Skip |
| 15 | 13 |
| 16 | 14 |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. | 93 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. |
| 96 | 94 |
| 97 [ $arch == simarm ] | 95 [ $arch == simarm ] |
| 98 *: Skip | 96 *: Skip |
| 99 | 97 |
| 100 [ $arch == mips ] | 98 [ $arch == mips ] |
| 101 *: Skip | 99 *: Skip |
| 102 | 100 |
| 103 [ $arch == simmips ] | 101 [ $arch == simmips ] |
| 104 *: Skip | 102 *: Skip |
| OLD | NEW |