| 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 [ $runtime == dartium || $runtime == drt ] | 5 [ $runtime == dartium || $runtime == drt ] |
| 6 async/zone_run_guarded_test: Skip # Issue 14146 | 6 async/zone_run_guarded_test: Skip # Issue 14146 |
| 7 async/zone_run_test: Skip # Issue 14146 | 7 async/zone_run_test: Skip # Issue 14146 |
| 8 async/run_zoned9_test: Skip # Issue 14146 | 8 async/run_zoned9_test: Skip # Issue 14146 |
| 9 | 9 |
| 10 [ $csp ] | 10 [ $csp ] |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. | 174 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. |
| 175 | 175 |
| 176 [ $compiler == none ] | 176 [ $compiler == none ] |
| 177 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http:
//dartbug.com/9001. | 177 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http:
//dartbug.com/9001. |
| 178 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 | 178 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 |
| 179 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. | 179 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. |
| 180 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. | 180 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. |
| 181 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. | 181 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. |
| 182 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. | 182 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. |
| 183 | 183 |
| 184 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000 |
| 184 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 | 185 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 |
| 185 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000 | |
| 186 mirrors/generic_interface_test/01: RuntimeError # Issue 14113 | 186 mirrors/generic_interface_test/01: RuntimeError # Issue 14113 |
| 187 mirrors/generic_mixin_test/01: RuntimeError # Issue 14114 |
| 188 mirrors/generic_mixin_test/02: RuntimeError # Issue 14113 |
| 187 mirrors/immutable_collections_test: RuntimeError # Issue 14027 | 189 mirrors/immutable_collections_test: RuntimeError # Issue 14027 |
| 188 mirrors/symbol_validation_test: RuntimeError # Issue 13596 | 190 mirrors/symbol_validation_test: RuntimeError # Issue 13596 |
| 189 mirrors/generic_mixin_test/01: RuntimeError # Issue 14114 | 191 mirrors/typevariable_mirror_metadata_test/none: RuntimeError # Issue 12282 |
| 190 mirrors/generic_mixin_test/02: RuntimeError # Issue 14113 | |
| 191 | 192 |
| 192 async/timer_isolate_test: Skip # See Issue 4997 | 193 async/timer_isolate_test: Skip # See Issue 4997 |
| 193 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) | 194 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) |
| 194 | 195 |
| 195 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] | 196 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] |
| 196 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. | 197 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. |
| 197 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 | 198 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 |
| 198 async/schedule_microtask6_test: Fail # Issue 10910 | 199 async/schedule_microtask6_test: Fail # Issue 10910 |
| 199 async/schedule_microtask4_test: Fail # Issue 13921 | 200 async/schedule_microtask4_test: Fail # Issue 13921 |
| 200 | 201 |
| 201 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) && $system ==
macos] | 202 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) && $system ==
macos] |
| 202 mirrors/constructor_kinds_test: Pass, Fail # Issue 13999 | 203 mirrors/constructor_kinds_test: Pass, Fail # Issue 13999 |
| 203 | 204 |
| 204 [ $compiler == none && $runtime == drt && $system == windows ] | 205 [ $compiler == none && $runtime == drt && $system == windows ] |
| 205 async/multiple_timer_test: Fail, Pass # See Issue 10982 | 206 async/multiple_timer_test: Fail, Pass # See Issue 10982 |
| 206 async/timer_test: Fail, Pass # See Issue 10982 | 207 async/timer_test: Fail, Pass # See Issue 10982 |
| 207 | 208 |
| 208 [ $arch == simmips || $arch == mips ] | 209 [ $arch == simmips || $arch == mips ] |
| 209 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. | 210 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. |
| 210 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow | 211 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow |
| 211 | 212 |
| 212 [ $arch == simarm ] | 213 [ $arch == simarm ] |
| 213 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. | 214 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. |
| 214 convert/utf85_test: Pass, Slow # Issue 12644. | 215 convert/utf85_test: Pass, Slow # Issue 12644. |
| 215 | 216 |
| 216 [ $compiler == dartanalyzer ] | 217 [ $compiler == dartanalyzer ] |
| 217 mirrors/typedef_test/none: Fail # Issue 13093 | 218 |
| 218 mirrors/generics_test/none: Fail # Issue 13432 | 219 mirrors/generics_test/none: Fail # Issue 13432 |
| 219 mirrors/generic_bounded_test/none: Fail # Issue 13432 | 220 mirrors/generic_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 |
| 222 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 |
| 223 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest |
| 221 mirrors/generic_mixin_test/none: Fail # Issue 13432 | 224 mirrors/generic_mixin_test/none: Fail # Issue 13432 |
| 222 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | 225 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| 223 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 | 226 mirrors/typedef_test/none: Fail # Issue 13093 |
| 224 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest | 227 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 14016 - Covering br
oken VM behavior until Issue 13701 fixed. |
| 225 | |
| 226 # test issue 14016 | |
| 227 mirrors/typevariable_mirror_metadata_test: fail | |
| 228 | 228 |
| 229 [ $compiler == dart2analyzer ] | 229 [ $compiler == dart2analyzer ] |
| 230 mirrors/typedef_test/none: Fail # Issue 13093 | |
| 231 mirrors/generics_test/none: Fail # Issue 13432 | 230 mirrors/generics_test/none: Fail # Issue 13432 |
| 232 mirrors/generic_bounded_test/none: Fail # Issue 13432 | 231 mirrors/generic_bounded_test/none: Fail # Issue 13432 |
| 233 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 | 232 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 |
| 234 mirrors/generic_mixin_test/none: Fail # Issue 13432 | |
| 235 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | |
| 236 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 | 233 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 |
| 237 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest | 234 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest |
| 235 mirrors/generic_mixin_test/none: Fail # Issue 13432 |
| 236 mirrors/generic_mixin_applications_test: Fail # Issue 13432 |
| 237 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| 238 mirrors/typedef_test/none: Fail # Issue 13093 |
| 239 mirrors/typedef_metadata_test: Fail # Issue 13093 |
| 240 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 14016 - Covering br
oken VM behavior until Issue 13701 fixed. |
| 238 | 241 |
| 239 [ $compiler == none && $runtime == dartium ] | 242 [ $compiler == none && $runtime == dartium ] |
| 240 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. |
| 241 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. |
| 242 | 245 |
| 243 [ $runtime != none && $runtime != drt && $runtime != dartium ] | 246 [ $runtime != none && $runtime != drt && $runtime != dartium ] |
| 244 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 | 247 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 |
| OLD | NEW |