| 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 [ $csp ] | 5 [ $csp ] |
| 6 mirrors/delegate_test: RuntimeError # Issue 13864 | 6 mirrors/delegate_test: RuntimeError # Issue 13864 |
| 7 | 7 |
| 8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 math/double_pow_test: RuntimeError | 9 math/double_pow_test: RuntimeError |
| 10 math/low_test: RuntimeError | 10 math/low_test: RuntimeError |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 | 150 |
| 151 [ $runtime == vm || ($compiler == none && $runtime == drt) ] | 151 [ $runtime == vm || ($compiler == none && $runtime == drt) ] |
| 152 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9001. | 152 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9001. |
| 153 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 | 153 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 |
| 154 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c
overage on dart2js. | 154 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c
overage on dart2js. |
| 155 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. | 155 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. |
| 156 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. | 156 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. |
| 157 | 157 |
| 158 mirrors/constructor_kinds_test: RuntimeError # Issue 13798 | 158 mirrors/constructor_kinds_test: RuntimeError # Issue 13798 |
| 159 mirrors/generics_substitution_test: RuntimeError # Issue 13808 | 159 mirrors/generics_substitution_test: RuntimeError # Issue 13808 |
| 160 mirrors/initializing_formals_test/01: RuntimeError # Issue 11281 | |
| 161 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 | 160 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 |
| 162 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282 | 161 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282 |
| 163 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282 | 162 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282 |
| 164 | 163 |
| 165 [ $compiler == none && $runtime == drt ] | 164 [ $compiler == none && $runtime == drt ] |
| 166 async/timer_isolate_test: Skip # See Issue 4997 | 165 async/timer_isolate_test: Skip # See Issue 4997 |
| 167 async/timer_not_available_test: Skip # only meant to test when there is no way t
o | 166 async/timer_not_available_test: Skip # only meant to test when there is no way t
o |
| 168 # implement timer (currently only in d8) | 167 # implement timer (currently only in d8) |
| 169 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. | 168 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. |
| 170 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 | 169 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 async/timer_not_available_test: Fail # Issue 13719: Please triage this failure. | 204 async/timer_not_available_test: Fail # Issue 13719: Please triage this failure. |
| 206 mirrors/closures_test/01: Fail # Issue 13719: Please triage this failure. | 205 mirrors/closures_test/01: Fail # Issue 13719: Please triage this failure. |
| 207 mirrors/hierarchy_test: Fail # Issue 13719: Please triage this failure. | 206 mirrors/hierarchy_test: Fail # Issue 13719: Please triage this failure. |
| 208 mirrors/library_uri_io_test: Fail # Issue 13719: Please triage this failure. | 207 mirrors/library_uri_io_test: Fail # Issue 13719: Please triage this failure. |
| 209 mirrors/local_isolate_test: Fail # Issue 13719: Please triage this failure. | 208 mirrors/local_isolate_test: Fail # Issue 13719: Please triage this failure. |
| 210 mirrors/mixin_test/01: Fail # Issue 13719: Please triage this failure. | 209 mirrors/mixin_test/01: Fail # Issue 13719: Please triage this failure. |
| 211 mirrors/typedef_test/01: Fail # Issue 13719: Please triage this failure. | 210 mirrors/typedef_test/01: Fail # Issue 13719: Please triage this failure. |
| 212 | 211 |
| 213 mirrors/constructor_kinds_test: RuntimeError # Issue 13798 | 212 mirrors/constructor_kinds_test: RuntimeError # Issue 13798 |
| 214 mirrors/generics_substitution_test: RuntimeError # Issue 13808 | 213 mirrors/generics_substitution_test: RuntimeError # Issue 13808 |
| 215 mirrors/initializing_formals_test/01: RuntimeError # Issue 11281 | |
| 216 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 | 214 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 |
| 217 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282 | 215 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282 |
| 218 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282 | 216 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282 |
| 219 | 217 |
| 220 [ $compiler == none && $runtime == dartium ] | 218 [ $compiler == none && $runtime == dartium ] |
| 221 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. | 219 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. |
| 222 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 220 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 223 async/timer_isolate_test: Fail # Issue 13719: Please triage this failure. | 221 async/timer_isolate_test: Fail # Issue 13719: Please triage this failure. |
| OLD | NEW |