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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 LibTest/core/List/add_A02_t01: fail # Issue 400 | 245 LibTest/core/List/add_A02_t01: fail # Issue 400 |
246 LibTest/core/List/clear_A02_t01: fail # Issue 400 | 246 LibTest/core/List/clear_A02_t01: fail # Issue 400 |
247 LibTest/core/List/insertRange_A02_t01: fail # Issue 400 | 247 LibTest/core/List/insertRange_A02_t01: fail # Issue 400 |
248 LibTest/core/List/length_A04_t01: fail # Issue 400 | 248 LibTest/core/List/length_A04_t01: fail # Issue 400 |
249 LibTest/core/List/removeLast_A02_t01: fail # Issue 400 | 249 LibTest/core/List/removeLast_A02_t01: fail # Issue 400 |
250 LibTest/core/List/removeRange_A02_t01: fail # Issue 400 | 250 LibTest/core/List/removeRange_A02_t01: fail # Issue 400 |
251 LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400 | 251 LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400 |
252 LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400 | 252 LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400 |
253 LibTest/core/List/operator_subscript_A01_t02: Fail # getRange now takes end-argu
ment and returns Iterable. Issue 399 | 253 LibTest/core/List/operator_subscript_A01_t02: Fail # getRange now takes end-argu
ment and returns Iterable. Issue 399 |
254 | 254 |
| 255 LibTest/async/Completer/completeError_A01_t01: Fail # No AsyncError anymore. Iss
ue 407 |
| 256 LibTest/async/Completer/completeError_A03_t02: Fail # No AsyncError anymore. Iss
ue 407 |
| 257 LibTest/async/Completer/complete_A02_t02: Fail # No AsyncError anymore. Issue 40
7 |
| 258 LibTest/async/Future/catchError_A01_t01: Fail # No AsyncError anymore. Issue 407 |
| 259 LibTest/async/Future/catchError_A01_t02: Fail # No AsyncError anymore. Issue 407 |
| 260 LibTest/async/Future/catchError_A02_t01: Fail # No AsyncError anymore. Issue 407 |
| 261 LibTest/async/Future/Future.delayed_A02_t01: Fail # No AsyncError anymore. Issue
407 |
| 262 |
255 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A01_t02: Fail, OK # co19 issue 405 | 263 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A01_t02: Fail, OK # co19 issue 405 |
256 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail
, OK # co19 issue 405 | 264 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail
, OK # co19 issue 405 |
257 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail
, OK # co19 issue 405 | 265 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail
, OK # co19 issue 405 |
258 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail
, OK # co19 issue 405 | 266 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail
, OK # co19 issue 405 |
259 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 405 | 267 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 405 |
260 Language/11_Expressions/17_Getter_Invocation_A02_t02: Fail, OK # co19 issue 405 | 268 Language/11_Expressions/17_Getter_Invocation_A02_t02: Fail, OK # co19 issue 405 |
261 | 269 |
262 | 270 |
263 [ $runtime == drt && $compiler == none ] | 271 [ $runtime == drt && $compiler == none ] |
264 *: Skip | 272 *: Skip |
OLD | NEW |