| 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 async/timer_test: Fail, Pass # See Issue 10982 | 183 async/timer_test: Fail, Pass # See Issue 10982 |
| 184 | 184 |
| 185 [ $arch == simmips || $arch == mips ] | 185 [ $arch == simmips || $arch == mips ] |
| 186 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. | 186 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. |
| 187 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow | 187 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow |
| 188 | 188 |
| 189 [ $arch == simarm ] | 189 [ $arch == simarm ] |
| 190 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. | 190 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. |
| 191 convert/utf85_test: Pass, Slow # Issue 12644. | 191 convert/utf85_test: Pass, Slow # Issue 12644. |
| 192 | 192 |
| 193 [ $compiler == none && $runtime == drt ] | 193 [ $compiler == none && ($runtime == vm || $runtime == dartium || $runtime == drt
) ] |
| 194 async/stream_controller_async_test: Pass, Fail # Issue 13608 | 194 async/stream_controller_async_test: Pass, Fail # Issue 13608 |
| 195 | 195 |
| 196 [ $compiler == dartanalyzer ] | 196 [ $compiler == dartanalyzer ] |
| 197 mirrors/typedef_test/none: Fail # Issue 13093 | 197 mirrors/typedef_test/none: Fail # Issue 13093 |
| 198 mirrors/generics_test/none: Fail # Issue 13432 | 198 mirrors/generics_test/none: Fail # Issue 13432 |
| 199 mirrors/generic_bounded_test/none: Fail # Issue 13432 | 199 mirrors/generic_bounded_test/none: Fail # Issue 13432 |
| 200 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 | 200 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 |
| 201 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | 201 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| 202 | 202 |
| 203 [ $compiler == dart2analyzer ] | 203 [ $compiler == dart2analyzer ] |
| 204 mirrors/typedef_test/none: Fail # Issue 13093 | 204 mirrors/typedef_test/none: Fail # Issue 13093 |
| 205 mirrors/generics_test/none: Fail # Issue 13432 | 205 mirrors/generics_test/none: Fail # Issue 13432 |
| 206 mirrors/generic_bounded_test/none: Fail # Issue 13432 | 206 mirrors/generic_bounded_test/none: Fail # Issue 13432 |
| 207 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 | 207 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 |
| 208 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | 208 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| 209 | 209 |
| 210 [ $compiler == none && $runtime == dartium ] | 210 [ $compiler == none && $runtime == dartium ] |
| 211 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. | 211 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. |
| 212 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 212 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| OLD | NEW |