| 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 [ $compiler == dartc ] | 5 [ $compiler == dartc ] |
| 6 Language/03_Overview/1_Scoping_A02_t28: Fail # TODO(dartc-team): Please triage t
his failure. | 6 Language/03_Overview/1_Scoping_A02_t28: Fail # TODO(dartc-team): Please triage t
his failure. |
| 7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # TOD
O(dartc-team): Please triage this failure. | 7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # TOD
O(dartc-team): Please triage this failure. |
| 8 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD
O(dartc-team): Please triage this failure. | 8 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD
O(dartc-team): Please triage this failure. |
| 9 Language/07_Classes/07_Classes_A07_t10: Fail # TODO(dartc-team): Please triage t
his failure. | 9 Language/07_Classes/07_Classes_A07_t10: Fail # TODO(dartc-team): Please triage t
his failure. |
| 10 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(dartc-team): P
lease triage this failure. | 10 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(dartc-team): P
lease triage this failure. |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 LibTest/core/Date/timeZoneOffset_A01_t01: Fail # Renamed Date to DateTime (issue
373, 374) | 163 LibTest/core/Date/timeZoneOffset_A01_t01: Fail # Renamed Date to DateTime (issue
373, 374) |
| 164 LibTest/core/Date/toLocal_A01_t01: Fail # Renamed Date to DateTime (issue 373, 3
74) | 164 LibTest/core/Date/toLocal_A01_t01: Fail # Renamed Date to DateTime (issue 373, 3
74) |
| 165 LibTest/core/Date/toString_A01_t01: Fail # Renamed Date to DateTime (issue 373,
374) | 165 LibTest/core/Date/toString_A01_t01: Fail # Renamed Date to DateTime (issue 373,
374) |
| 166 LibTest/core/Date/toString_A02_t01: Fail # Renamed Date to DateTime (issue 373,
374) | 166 LibTest/core/Date/toString_A02_t01: Fail # Renamed Date to DateTime (issue 373,
374) |
| 167 LibTest/core/Date/toUtc_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374
) | 167 LibTest/core/Date/toUtc_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374
) |
| 168 LibTest/core/Date/weekday_A01_t01: Fail # Renamed Date to DateTime (issue 373, 3
74) | 168 LibTest/core/Date/weekday_A01_t01: Fail # Renamed Date to DateTime (issue 373, 3
74) |
| 169 LibTest/core/Date/year_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) | 169 LibTest/core/Date/year_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) |
| 170 | 170 |
| 171 LibTest/core/int/operator_division_A01_t01: Fail # truncate/ceil/floor/round ret
urns ints, issue 389 | 171 LibTest/core/int/operator_division_A01_t01: Fail # truncate/ceil/floor/round ret
urns ints, issue 389 |
| 172 | 172 |
| 173 Language/11_Expressions/06_Lists_A06_t01: Fail # Issue 397 |
| 174 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397 |
| 175 LibTest/core/List/addLast_A01_t01: Fail # Issue 397 |
| 176 LibTest/core/List/addLast_A01_t03: Fail # Issue 397 |
| 177 LibTest/core/List/addLast_A02_t01: Fail # Issue 397 |
| 178 LibTest/core/List/filter_A03_t01: Fail # Issue 397 |
| 179 |
| 173 [ $runtime == drt && $compiler == none ] | 180 [ $runtime == drt && $compiler == none ] |
| 174 *: Skip | 181 *: Skip |
| OLD | NEW |