| 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 [ $compiler == dart2js && $runtime == drt ] | 5 [ $compiler == dart2js && $runtime == drt ] |
| 6 convert/chunked_conversion_utf87_test: Pass, Fail # v8 bug: Issue 12293 | 6 convert/chunked_conversion_utf87_test: Pass, Fail # v8 bug: Issue 12293 |
| 7 typed_data/byte_data_test: Pass, Fail # v8 bug: Issue 12293 | 7 typed_data/byte_data_test: Pass, Fail # v8 bug: Issue 12293 |
| 8 | 8 |
| 9 [ $compiler == dart2js ] | 9 [ $compiler == dart2js ] |
| 10 math/double_pow_test: Fail | 10 math/double_pow_test: Fail |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 [ $runtime == vm ] | 117 [ $runtime == vm ] |
| 118 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 118 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
| 119 # implement timer (currently only in d8
) | 119 # implement timer (currently only in d8
) |
| 120 async/timer_isolate_test: Skip # See Issue 4997 | 120 async/timer_isolate_test: Skip # See Issue 4997 |
| 121 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. | 121 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. |
| 122 | 122 |
| 123 [ $runtime == vm || ($compiler == none && $runtime == drt) ] | 123 [ $runtime == vm || ($compiler == none && $runtime == drt) ] |
| 124 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9001. | 124 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9001. |
| 125 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 | 125 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 |
| 126 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c
overage on dart2js. | 126 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c
overage on dart2js. |
| 127 mirrors/typedef_test/none: Fail # http://dartbug.com/13079 | |
| 128 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. | 127 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. |
| 129 | 128 |
| 130 [ $compiler == none && $runtime == drt ] | 129 [ $compiler == none && $runtime == drt ] |
| 131 async/timer_isolate_test: Skip # See Issue 4997 | 130 async/timer_isolate_test: Skip # See Issue 4997 |
| 132 async/timer_not_available_test: Skip # only meant to test when there is no way t
o | 131 async/timer_not_available_test: Skip # only meant to test when there is no way t
o |
| 133 # implement timer (currently only in d8) | 132 # implement timer (currently only in d8) |
| 134 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. | 133 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. |
| 135 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 | 134 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 |
| 136 async/run_async6_test: Fail # Issue 10910 | 135 async/run_async6_test: Fail # Issue 10910 |
| 137 | 136 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 149 [ $compiler == none && $runtime == drt ] | 148 [ $compiler == none && $runtime == drt ] |
| 150 async/run_zoned6_test/01: fail # Issue 12756. | 149 async/run_zoned6_test/01: fail # Issue 12756. |
| 151 async/run_zoned9_test/01: fail # Issue 12756. | 150 async/run_zoned9_test/01: fail # Issue 12756. |
| 152 | 151 |
| 153 [ $compiler == dartanalyzer ] | 152 [ $compiler == dartanalyzer ] |
| 154 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 | 153 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 |
| 155 mirrors/typedef_test/none: Fail # Issue 13093 | 154 mirrors/typedef_test/none: Fail # Issue 13093 |
| 156 | 155 |
| 157 [ $compiler == dart2analyzer ] | 156 [ $compiler == dart2analyzer ] |
| 158 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 | 157 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 |
| OLD | NEW |