| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 | 198 |
| 199 [ $arch == simmips || $arch == mips ] | 199 [ $arch == simmips || $arch == mips ] |
| 200 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. | 200 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. |
| 201 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow | 201 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow |
| 202 | 202 |
| 203 [ $arch == simarm ] | 203 [ $arch == simarm ] |
| 204 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. | 204 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. |
| 205 convert/utf85_test: Pass, Slow # Issue 12644. | 205 convert/utf85_test: Pass, Slow # Issue 12644. |
| 206 | 206 |
| 207 [ $compiler == dartanalyzer ] | 207 [ $compiler == dartanalyzer ] |
| 208 async/stream_controller_test: Fail # Issue 14284 |
| 209 async/stream_event_transformed_test: Fail # Issue 14284 |
| 210 async/stream_controller_async_test: Fail # Issue 14284 |
| 211 async/stream_first_where_test: Fail # Issue 14284 |
| 212 async/stream_from_iterable_test: Fail # Issue 14284 |
| 213 async/stream_join_test: Fail # Issue 14284 |
| 214 async/stream_last_where_test: Fail # Issue 14284 |
| 215 async/stream_single_test: Fail # Issue 14284 |
| 216 async/stream_single_to_multi_subscriber_test: Fail # Issue 14284 |
| 217 async/stream_transformer_from_handlers_test: Fail # Issue 14284 |
| 218 async/stream_transformer_test: Fail # Issue 14284 |
| 219 async/stream_transform_test: Fail # Issue 14284 |
| 208 mirrors/typedef_test/none: Fail # Issue 13093 | 220 mirrors/typedef_test/none: Fail # Issue 13093 |
| 209 mirrors/generics_test/none: Fail # Issue 13432 | 221 mirrors/generics_test/none: Fail # Issue 13432 |
| 210 mirrors/generic_bounded_test/none: Fail # Issue 13432 | 222 mirrors/generic_bounded_test/none: Fail # Issue 13432 |
| 211 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 | 223 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 |
| 212 mirrors/generic_mixin_test/none: Fail # Issue 13432 | 224 mirrors/generic_mixin_test/none: Fail # Issue 13432 |
| 213 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | 225 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| 214 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 | 226 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 |
| 215 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest | 227 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest |
| 216 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 | 228 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 |
| 229 mirrors/redirecting_factory_test/none: Fail # Issue 14285 |
| 217 | 230 |
| 218 [ $compiler == dart2analyzer ] | 231 [ $compiler == dart2analyzer ] |
| 219 mirrors/typedef_test/none: Fail # Issue 13093 | 232 mirrors/typedef_test/none: Fail # Issue 13093 |
| 220 mirrors/generics_test/none: Fail # Issue 13432 | 233 mirrors/generics_test/none: Fail # Issue 13432 |
| 221 mirrors/generic_bounded_test/none: Fail # Issue 13432 | 234 mirrors/generic_bounded_test/none: Fail # Issue 13432 |
| 222 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 | 235 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 |
| 223 mirrors/generic_mixin_test/none: Fail # Issue 13432 | 236 mirrors/generic_mixin_test/none: Fail # Issue 13432 |
| 224 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | 237 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| 225 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 | 238 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 |
| 226 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest | 239 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest |
| 227 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 | 240 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 |
| 228 | 241 |
| 229 [ $compiler == none && $runtime == dartium ] | 242 [ $compiler == none && $runtime == dartium ] |
| 230 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 243 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. |
| 231 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 244 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 232 | 245 |
| 233 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] | 246 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] |
| 234 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 | 247 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 |
| OLD | NEW |