| 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 # 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. |
| 6 [ $compiler == dart2js || $compiler == dart2dart ] | 6 [ $compiler == dart2js || $compiler == dart2dart ] |
| 7 typed_data/*: Fail | 7 typed_data/*: Fail |
| 8 | 8 |
| 9 | 9 |
| 10 # 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. |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 # TODO(efortuna): Investigate. | 78 # TODO(efortuna): Investigate. |
| 79 async/timer_test: Fail, Pass | 79 async/timer_test: Fail, Pass |
| 80 | 80 |
| 81 [ $runtime == vm ] | 81 [ $runtime == vm ] |
| 82 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 82 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
| 83 # implement timer (currently only in d8
) | 83 # implement timer (currently only in d8
) |
| 84 async/timer_isolate_test: Skip # See Issue 4997 | 84 async/timer_isolate_test: Skip # See Issue 4997 |
| 85 | 85 |
| 86 [ $runtime == vm || ($compiler == none && $runtime == drt) ] | 86 [ $runtime == vm || ($compiler == none && $runtime == drt) ] |
| 87 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9001. | 87 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9001. |
| 88 mirrors/metadata_test: Fail # http://dartbug.com/10906 |
| 88 | 89 |
| 89 [ $compiler == none && $runtime == drt ] | 90 [ $compiler == none && $runtime == drt ] |
| 90 async/timer_isolate_test: Skip # See Issue 4997 | 91 async/timer_isolate_test: Skip # See Issue 4997 |
| 91 async/timer_not_available_test: Skip # only meant to test when there is no way t
o | 92 async/timer_not_available_test: Skip # only meant to test when there is no way t
o |
| 92 # implement timer (currently only in d8) | 93 # implement timer (currently only in d8) |
| 93 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. | 94 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. |
| 94 async/run_async6_test: Fail # Issue 10910 | 95 async/run_async6_test: Fail # Issue 10910 |
| 95 | 96 |
| 96 [ $arch == simarm ] | 97 [ $arch == simarm ] |
| 97 *: Skip | 98 *: Skip |
| 98 | 99 |
| 99 [ $arch == mips ] | 100 [ $arch == mips ] |
| 100 *: Skip | 101 *: Skip |
| 101 | 102 |
| 102 [ $arch == simmips ] | 103 [ $arch == simmips ] |
| 103 *: Skip | 104 *: Skip |
| OLD | NEW |