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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
270 LibTest/async/Future/catchError_A02_t01: Fail # No AsyncError anymore. Issue 407 | 270 LibTest/async/Future/catchError_A02_t01: Fail # No AsyncError anymore. Issue 407 |
271 LibTest/async/Future/Future.delayed_A02_t01: Fail # No AsyncError anymore. Issue 407 | 271 LibTest/async/Future/Future.delayed_A02_t01: Fail # No AsyncError anymore. Issue 407 |
272 | 272 |
273 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 405 | 273 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 405 |
274 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK # co19 issue 405 | 274 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK # co19 issue 405 |
275 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 405 | 275 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 405 |
276 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail , OK # co19 issue 405 | 276 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail , OK # co19 issue 405 |
277 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 405 | 277 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 405 |
278 Language/11_Expressions/17_Getter_Invocation_A02_t02: Fail, OK # co19 issue 405 | 278 Language/11_Expressions/17_Getter_Invocation_A02_t02: Fail, OK # co19 issue 405 |
279 | 279 |
280 LibTest/core/FallThroughError/toString_A01_t01: Fail # FallThroughError is no lo nger const. Issue TODO | |
281 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # FallThroughError is no longer const. Issue TODO | |
Lasse Reichstein Nielsen
2013/07/03 13:06:13
And do this too.
floitsch
2013/07/03 14:50:20
Done.
| |
280 | 282 |
281 [ $runtime == drt && $compiler == none ] | 283 [ $runtime == drt && $compiler == none ] |
282 *: Skip | 284 *: Skip |
OLD | NEW |