| 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 typeddata library is not supported by dart2js or dart2dart yet. | 7 # The typeddata library is not supported by dart2js or dart2dart yet. |
| 8 [ $compiler == dart2js || $compiler == dart2dart ] | 8 [ $compiler == dart2js || $compiler == dart2dart ] |
| 9 typeddata/*: Fail | 9 typeddata/*: Fail |
| 10 | 10 |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 async/timer_isolate_test: Skip # See Issue 4997 | 85 async/timer_isolate_test: Skip # See Issue 4997 |
| 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. |
| 96 mirrors/library_uri_package_test: Fail # Returns non-package uri. |
| 95 | 97 |
| 96 [ $arch == arm ] | 98 [ $arch == arm ] |
| 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 |