| 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 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time
r. http://dartbug.com/9002 | 9 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time
r. http://dartbug.com/9002 |
| 10 async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler
in isolates. http://dartbug.com/9012 | 10 async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler
in isolates. http://dartbug.com/9012 |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 | 210 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 |
| 211 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest | 211 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest |
| 212 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 | 212 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 |
| 213 mirrors/redirecting_factory_test/none: Fail # Issue 14285 | 213 mirrors/redirecting_factory_test/none: Fail # Issue 14285 |
| 214 mirrors/type_variable_owner_test/none: Fail # Issue 14356 | 214 mirrors/type_variable_owner_test/none: Fail # Issue 14356 |
| 215 | 215 |
| 216 [ $compiler == dart2analyzer ] | 216 [ $compiler == dart2analyzer ] |
| 217 mirrors/typedef_test/none: Fail # Issue 13093 | 217 mirrors/typedef_test/none: Fail # Issue 13093 |
| 218 mirrors/generics_test/none: Fail # Issue 13432 | 218 mirrors/generics_test/none: Fail # Issue 13432 |
| 219 mirrors/generic_bounded_test/none: Fail # Issue 13432 | 219 mirrors/generic_bounded_test/none: Fail # Issue 13432 |
| 220 mirrors/generic_f_bounded_test/none: Fail # Issue 13432 |
| 220 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 | 221 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 |
| 221 mirrors/generic_mixin_test/none: Fail # Issue 13432 | 222 mirrors/generic_mixin_test/none: Fail # Issue 13432 |
| 222 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | 223 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| 223 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 | 224 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 |
| 224 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest | 225 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest |
| 226 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 |
| 227 mirrors/redirecting_factory_test/none: Fail # Issue 14285 |
| 225 mirrors/type_variable_owner_test/none: Fail # Issue 14356 | 228 mirrors/type_variable_owner_test/none: Fail # Issue 14356 |
| 226 | 229 |
| 227 [ $compiler == none && $runtime == dartium ] | 230 [ $compiler == none && $runtime == dartium ] |
| 228 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 231 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. |
| 229 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 232 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 230 | 233 |
| 231 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] | 234 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] |
| 232 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 | 235 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 |
| 233 | 236 |
| OLD | NEW |