| 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_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 | 10 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 [ $compiler == none && $runtime == drt && $mode == debug ] | 202 [ $compiler == none && $runtime == drt && $mode == debug ] |
| 203 mirrors/hierarchy_invariants_test: Pass, Slow # Issue 14449 | 203 mirrors/hierarchy_invariants_test: Pass, Slow # Issue 14449 |
| 204 | 204 |
| 205 [ $compiler == none && $runtime == drt && $system == windows ] | 205 [ $compiler == none && $runtime == drt && $system == windows ] |
| 206 async/multiple_timer_test: Fail, Pass # See Issue 10982 | 206 async/multiple_timer_test: Fail, Pass # See Issue 10982 |
| 207 async/timer_test: Fail, Pass # See Issue 10982 | 207 async/timer_test: Fail, Pass # See Issue 10982 |
| 208 | 208 |
| 209 [ $arch == simmips || $arch == mips ] | 209 [ $arch == simmips || $arch == mips ] |
| 210 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. | 210 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. |
| 211 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow | 211 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow |
| 212 typed_data/uint32x4_list_test: Pass, Crash # Issue 14644 | |
| 213 | 212 |
| 214 [ $arch == simarm ] | 213 [ $arch == simarm ] |
| 215 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. | 214 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. |
| 216 convert/utf85_test: Pass, Slow # Issue 12644. | 215 convert/utf85_test: Pass, Slow # Issue 12644. |
| 217 | 216 |
| 218 [ $compiler == none && $runtime == dartium ] | 217 [ $compiler == none && $runtime == dartium ] |
| 219 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 218 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. |
| 220 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 219 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 221 | 220 |
| 222 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 221 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 mirrors/operator_test: StaticWarning, OK # API being removed. | 296 mirrors/operator_test: StaticWarning, OK # API being removed. |
| 298 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. | 297 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. |
| 299 mirrors/parameter_test/01: StaticWarning, OK # API being removed. | 298 mirrors/parameter_test/01: StaticWarning, OK # API being removed. |
| 300 mirrors/parameter_test/none: StaticWarning, OK # API being removed. | 299 mirrors/parameter_test/none: StaticWarning, OK # API being removed. |
| 301 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. | 300 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. |
| 302 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. | 301 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. |
| 303 mirrors/regress_14304_test: StaticWarning, OK # API being removed. | 302 mirrors/regress_14304_test: StaticWarning, OK # API being removed. |
| 304 mirrors/return_type_test: StaticWarning, OK # API being removed. | 303 mirrors/return_type_test: StaticWarning, OK # API being removed. |
| 305 mirrors/static_test: StaticWarning, OK # API being removed. | 304 mirrors/static_test: StaticWarning, OK # API being removed. |
| 306 mirrors/to_string_test: StaticWarning, OK # API being removed. | 305 mirrors/to_string_test: StaticWarning, OK # API being removed. |
| OLD | NEW |