| 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 | 201 |
| 202 [ $compiler == none && $runtime == drt ] | 202 [ $compiler == none && $runtime == drt ] |
| 203 async/run_zoned6_test/01: fail # Issue 12756. | 203 async/run_zoned6_test/01: fail # Issue 12756. |
| 204 async/run_zoned9_test/01: fail # Issue 12756. | 204 async/run_zoned9_test/01: fail # Issue 12756. |
| 205 | 205 |
| 206 async/stream_controller_async_test: Pass, Fail # Issue 13608 | 206 async/stream_controller_async_test: Pass, Fail # Issue 13608 |
| 207 | 207 |
| 208 [ $compiler == dartanalyzer ] | 208 [ $compiler == dartanalyzer ] |
| 209 mirrors/typedef_test/none: Fail # Issue 13093 | 209 mirrors/typedef_test/none: Fail # Issue 13093 |
| 210 mirrors/generics_test/none: Fail # Issue 13432 | 210 mirrors/generics_test/none: Fail # Issue 13432 |
| 211 mirrors/generic_bounded_test/none: Fail # Issue 13432 |
| 212 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 |
| 211 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | 213 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| 212 | 214 |
| 213 [ $compiler == dart2analyzer ] | 215 [ $compiler == dart2analyzer ] |
| 214 mirrors/typedef_test/none: Fail # Issue 13093 | 216 mirrors/typedef_test/none: Fail # Issue 13093 |
| 215 mirrors/generics_test/none: Fail # Issue 13432 | 217 mirrors/generics_test/none: Fail # Issue 13432 |
| 218 mirrors/generic_bounded_test/none: Fail # Issue 13432 |
| 219 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 |
| 216 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | 220 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| 217 | 221 |
| 218 [ $compiler == none && $runtime == dartium ] | 222 [ $compiler == none && $runtime == dartium ] |
| 219 async/run_async3_test: Fail # Issue 13719: Please triage this failure. | 223 async/run_async3_test: Fail # Issue 13719: Please triage this failure. |
| 220 async/run_async4_test: Fail # Issue 13719: Please triage this failure. | 224 async/run_async4_test: Fail # Issue 13719: Please triage this failure. |
| 221 async/run_async6_test: Fail # Issue 13719: Please triage this failure. | 225 async/run_async6_test: Fail # Issue 13719: Please triage this failure. |
| 222 async/timer_not_available_test: Fail # Issue 13719: Please triage this failure. | 226 async/timer_not_available_test: Fail # Issue 13719: Please triage this failure. |
| 223 mirrors/closures_test/01: Fail # Issue 13719: Please triage this failure. | 227 mirrors/closures_test/01: Fail # Issue 13719: Please triage this failure. |
| 224 mirrors/hierarchy_test: Fail # Issue 13719: Please triage this failure. | 228 mirrors/hierarchy_test: Fail # Issue 13719: Please triage this failure. |
| 225 mirrors/library_uri_io_test: Fail # Issue 13719: Please triage this failure. | 229 mirrors/library_uri_io_test: Fail # Issue 13719: Please triage this failure. |
| (...skipping 16 matching lines...) Expand all Loading... |
| 242 mirrors/generic_bounded_by_type_parameter_test/02: Crash, Pass | 246 mirrors/generic_bounded_by_type_parameter_test/02: Crash, Pass |
| 243 mirrors/generic_f_bounded_test: RuntimeError | 247 mirrors/generic_f_bounded_test: RuntimeError |
| 244 | 248 |
| 245 [ $compiler == none && $runtime == dartium ] | 249 [ $compiler == none && $runtime == dartium ] |
| 246 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. | 250 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. |
| 247 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 251 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 248 async/timer_isolate_test: Fail # Issue 13719: Please triage this failure. | 252 async/timer_isolate_test: Fail # Issue 13719: Please triage this failure. |
| 249 | 253 |
| 250 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 254 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
| 251 async/run_async4_test: Fail # Issue 13921 | 255 async/run_async4_test: Fail # Issue 13921 |
| OLD | NEW |