| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 [ $compiler == none && ($runtime == vm || $runtime == dartium || $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 # test issue 14016 |
| 204 mirrors/typevariable_mirror_metadata_test: fail |
| 205 |
| 203 [ $compiler == dart2analyzer ] | 206 [ $compiler == dart2analyzer ] |
| 204 mirrors/typedef_test/none: Fail # Issue 13093 | 207 mirrors/typedef_test/none: Fail # Issue 13093 |
| 205 mirrors/generics_test/none: Fail # Issue 13432 | 208 mirrors/generics_test/none: Fail # Issue 13432 |
| 206 mirrors/generic_bounded_test/none: Fail # Issue 13432 | 209 mirrors/generic_bounded_test/none: Fail # Issue 13432 |
| 207 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 | 210 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 |
| 208 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | 211 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| 209 | 212 |
| 210 [ $compiler == none && $runtime == dartium ] | 213 [ $compiler == none && $runtime == dartium ] |
| 211 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. | 214 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. | 215 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| OLD | NEW |