| 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 | 214 |
| 215 LibTest/core/int/operator_division_A01_t01: Fail # truncate/ceil/floor/round ret
urns ints, issue 389 | 215 LibTest/core/int/operator_division_A01_t01: Fail # truncate/ceil/floor/round ret
urns ints, issue 389 |
| 216 | 216 |
| 217 Language/11_Expressions/06_Lists_A06_t01: Fail # Issue 397 | 217 Language/11_Expressions/06_Lists_A06_t01: Fail # Issue 397 |
| 218 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397 | 218 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397 |
| 219 LibTest/core/List/addLast_A01_t01: Fail # Issue 397 | 219 LibTest/core/List/addLast_A01_t01: Fail # Issue 397 |
| 220 LibTest/core/List/addLast_A01_t03: Fail # Issue 397 | 220 LibTest/core/List/addLast_A01_t03: Fail # Issue 397 |
| 221 LibTest/core/List/addLast_A02_t01: Fail # Issue 397 | 221 LibTest/core/List/addLast_A02_t01: Fail # Issue 397 |
| 222 LibTest/core/List/filter_A03_t01: Fail # Issue 397 | 222 LibTest/core/List/filter_A03_t01: Fail # Issue 397 |
| 223 | 223 |
| 224 LibTest/collection/Queue/Queue.from_A01_t01: fail # Issue 400 |
| 225 LibTest/core/List/List.from_A01_t01: fail # Issue 400 |
| 226 LibTest/core/List/getRange_A01_t01: fail # Issue 400 |
| 227 LibTest/core/List/getRange_A02_t01: fail # Issue 400 |
| 228 LibTest/core/List/getRange_A04_t01: fail # Issue 400 |
| 229 LibTest/core/List/getRange_A05_t01: fail # Issue 400 |
| 230 LibTest/core/List/operator_subscript_A01_t02: fail # Issue 400 |
| 231 LibTest/core/Match/pattern_A01_t01: fail # Issue 400 |
| 232 LibTest/core/Match/str_A01_t01: fail # Issue 400 |
| 233 LibTest/core/RegExp/allMatches_A01_t01: fail # Issue 400 |
| 234 LibTest/core/Set/intersection_A01_t02: fail # Issue 400 |
| 235 LibTest/core/String/String_class_A01_t01: fail # Issue 400 |
| 236 LibTest/core/String/concat_A01_t01: fail # Issue 400 |
| 237 LibTest/core/String/concat_A02_t01: fail # Issue 400 |
| 238 LibTest/core/String/hashCode_A01_t01: fail # Issue 400 |
| 224 LibTest/core/List/operator_subscript_A01_t02: Fail # getRange now takes end-argu
ment and returns Iterable. Issue 399 | 239 LibTest/core/List/operator_subscript_A01_t02: Fail # getRange now takes end-argu
ment and returns Iterable. Issue 399 |
| 225 | 240 |
| 226 [ $runtime == drt && $compiler == none ] | 241 [ $runtime == drt && $compiler == none ] |
| 227 *: Skip | 242 *: Skip |
| OLD | NEW |