| 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 math/double_pow_test: RuntimeError | 9 math/double_pow_test: RuntimeError |
| 10 math/low_test: RuntimeError | 10 math/low_test: RuntimeError |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 | 190 |
| 191 [ $arch == simmips || $arch == mips ] | 191 [ $arch == simmips || $arch == mips ] |
| 192 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. | 192 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. |
| 193 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow | 193 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow |
| 194 | 194 |
| 195 [ $arch == simarm ] | 195 [ $arch == simarm ] |
| 196 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. | 196 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. |
| 197 convert/utf85_test: Pass, Slow # Issue 12644. | 197 convert/utf85_test: Pass, Slow # Issue 12644. |
| 198 | 198 |
| 199 [ $compiler == none && $runtime == drt ] | 199 [ $compiler == none && $runtime == drt ] |
| 200 async/run_zoned6_test/01: fail # Issue 12756. | |
| 201 async/run_zoned9_test/01: fail # Issue 12756. | |
| 202 | |
| 203 async/stream_controller_async_test: Pass, Fail # Issue 13608 | 200 async/stream_controller_async_test: Pass, Fail # Issue 13608 |
| 204 | 201 |
| 205 [ $compiler == dartanalyzer ] | 202 [ $compiler == dartanalyzer ] |
| 206 mirrors/typedef_test/none: Fail # Issue 13093 | 203 mirrors/typedef_test/none: Fail # Issue 13093 |
| 207 mirrors/generics_test/none: Fail # Issue 13432 | 204 mirrors/generics_test/none: Fail # Issue 13432 |
| 208 mirrors/generic_bounded_test/none: Fail # Issue 13432 | 205 mirrors/generic_bounded_test/none: Fail # Issue 13432 |
| 209 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 | 206 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 |
| 210 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | 207 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| 211 | 208 |
| 212 [ $compiler == dart2analyzer ] | 209 [ $compiler == dart2analyzer ] |
| 213 mirrors/typedef_test/none: Fail # Issue 13093 | 210 mirrors/typedef_test/none: Fail # Issue 13093 |
| 214 mirrors/generics_test/none: Fail # Issue 13432 | 211 mirrors/generics_test/none: Fail # Issue 13432 |
| 215 mirrors/generic_bounded_test/none: Fail # Issue 13432 | 212 mirrors/generic_bounded_test/none: Fail # Issue 13432 |
| 216 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 | 213 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 |
| 217 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | 214 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| 218 | 215 |
| 219 [ $compiler == none && $runtime == dartium ] | 216 [ $compiler == none && $runtime == dartium ] |
| 220 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. | 217 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. |
| 221 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 218 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| OLD | NEW |