| 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 | 180 |
| 181 async/timer_isolate_test: Skip # See Issue 4997 | 181 async/timer_isolate_test: Skip # See Issue 4997 |
| 182 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) | 182 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) |
| 183 | 183 |
| 184 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] | 184 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] |
| 185 mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321 | 185 mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321 |
| 186 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. | 186 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. |
| 187 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 | 187 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 |
| 188 async/schedule_microtask6_test: Fail # Issue 10910 | 188 async/schedule_microtask6_test: Fail # Issue 10910 |
| 189 async/schedule_microtask4_test: Fail # Issue 13921 | 189 async/schedule_microtask4_test: Fail # Issue 13921 |
| 190 platform/isolate_test: Skip # Issue 14444 |
| 190 | 191 |
| 191 [ $compiler == none && $runtime == drt && $system == windows ] | 192 [ $compiler == none && $runtime == drt && $system == windows ] |
| 192 async/multiple_timer_test: Fail, Pass # See Issue 10982 | 193 async/multiple_timer_test: Fail, Pass # See Issue 10982 |
| 193 async/timer_test: Fail, Pass # See Issue 10982 | 194 async/timer_test: Fail, Pass # See Issue 10982 |
| 194 | 195 |
| 195 [ $arch == simmips || $arch == mips ] | 196 [ $arch == simmips || $arch == mips ] |
| 196 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. | 197 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. |
| 197 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow | 198 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow |
| 198 | 199 |
| 199 [ $arch == simarm ] | 200 [ $arch == simarm ] |
| (...skipping 25 matching lines...) Expand all Loading... |
| 225 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest | 226 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest |
| 226 mirrors/type_variable_owner_test/none: Fail # Issue 14356 | 227 mirrors/type_variable_owner_test/none: Fail # Issue 14356 |
| 227 | 228 |
| 228 [ $compiler == none && $runtime == dartium ] | 229 [ $compiler == none && $runtime == dartium ] |
| 229 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 230 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. |
| 230 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 231 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 231 | 232 |
| 232 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] | 233 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] |
| 233 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 | 234 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 |
| 234 | 235 |
| OLD | NEW |