| 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 | 5 async/stream_periodic4_test: Fail, Pass # floitsch: Marking as flaky while colle
ction debug information. http://dartbug.com/9619 |
| 6 | 6 |
| 7 # The typed_data library is not supported by dart2js or dart2dart yet. | 7 # The typed_data library is not supported by dart2js or dart2dart yet. |
| 8 [ $compiler == dart2js || $compiler == dart2dart ] | 8 [ $compiler == dart2js || $compiler == dart2dart ] |
| 9 typed_data/*: Fail | 9 typed_data/*: Fail |
| 10 | 10 |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 | 86 |
| 87 [ $runtime == vm || ($compiler == none && $runtime == drt) ] | 87 [ $runtime == vm || ($compiler == none && $runtime == drt) ] |
| 88 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9001. | 88 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9001. |
| 89 async/run_async4_test: Pass, Fail # http://dartbug.com/9013 | 89 async/run_async4_test: Pass, Fail # http://dartbug.com/9013 |
| 90 | 90 |
| 91 [ $compiler == none && $runtime == drt ] | 91 [ $compiler == none && $runtime == drt ] |
| 92 async/timer_isolate_test: Skip # See Issue 4997 | 92 async/timer_isolate_test: Skip # See Issue 4997 |
| 93 async/timer_not_available_test: Skip # only meant to test when there is no way t
o | 93 async/timer_not_available_test: Skip # only meant to test when there is no way t
o |
| 94 # implement timer (currently only in d8) | 94 # implement timer (currently only in d8) |
| 95 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. | 95 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. |
| 96 mirrors/library_uri_package_test: Fail # Returns non-package uri. | |
| 97 | 96 |
| 98 [ $arch == arm ] | 97 [ $arch == arm ] |
| 99 *: Skip | 98 *: Skip |
| 100 | 99 |
| 101 [ $arch == simarm ] | 100 [ $arch == simarm ] |
| 102 *: Skip | 101 *: Skip |
| 103 | 102 |
| 104 [ $arch == mips ] | 103 [ $arch == mips ] |
| 105 *: Skip | 104 *: Skip |
| 106 | 105 |
| 107 [ $arch == simmips ] | 106 [ $arch == simmips ] |
| 108 *: Skip | 107 *: Skip |
| OLD | NEW |