| 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 | 191 |
| 192 async/timer_isolate_test: Skip # See Issue 4997 | 192 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) | 193 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) |
| 194 | 194 |
| 195 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] | 195 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] |
| 196 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. | 196 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 | 197 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 |
| 198 async/schedule_microtask6_test: Fail # Issue 10910 | 198 async/schedule_microtask6_test: Fail # Issue 10910 |
| 199 async/schedule_microtask4_test: Fail # Issue 13921 | 199 async/schedule_microtask4_test: Fail # Issue 13921 |
| 200 | 200 |
| 201 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) && $system ==
macos] | |
| 202 mirrors/constructor_kinds_test: Pass, Fail # Issue 13999 | |
| 203 | |
| 204 [ $compiler == none && $runtime == drt && $system == windows ] | 201 [ $compiler == none && $runtime == drt && $system == windows ] |
| 205 async/multiple_timer_test: Fail, Pass # See Issue 10982 | 202 async/multiple_timer_test: Fail, Pass # See Issue 10982 |
| 206 async/timer_test: Fail, Pass # See Issue 10982 | 203 async/timer_test: Fail, Pass # See Issue 10982 |
| 207 | 204 |
| 208 [ $arch == simmips || $arch == mips ] | 205 [ $arch == simmips || $arch == mips ] |
| 209 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. | 206 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. |
| 210 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow | 207 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow |
| 211 | 208 |
| 212 [ $arch == simarm ] | 209 [ $arch == simarm ] |
| 213 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. | 210 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. |
| (...skipping 21 matching lines...) Expand all Loading... |
| 235 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | 232 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 |
| 238 | 235 |
| 239 [ $compiler == none && $runtime == dartium ] | 236 [ $compiler == none && $runtime == dartium ] |
| 240 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 237 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. | 238 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 242 | 239 |
| 243 [ ($compiler != none && $runtime != none) || ($compiler == none && $runtime != d
artium) ] | 240 [ ($compiler != none && $runtime != none) || ($compiler == none && $runtime != d
artium) ] |
| 244 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 | 241 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 |
| OLD | NEW |