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 [ $runtime == vm ] | 5 [ $runtime == vm ] |
6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http:
//dartbug.com/9597 | 6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http:
//dartbug.com/9597 |
7 | 7 |
8 [ $compiler == none && $runtime == vm && $unchecked ] | 8 [ $compiler == none && $runtime == vm && $unchecked ] |
9 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea
se triage this failure. | 9 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea
se triage this failure. |
10 | 10 |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 LibTest/async/Future/Future.immediateError_A01_t01: Fail # Future constructors h
ave changed # issues 408 | 218 LibTest/async/Future/Future.immediateError_A01_t01: Fail # Future constructors h
ave changed # issues 408 |
219 LibTest/async/Future/asStream_A01_t01: Fail # Future constructors have changed #
issue 408 | 219 LibTest/async/Future/asStream_A01_t01: Fail # Future constructors have changed #
issue 408 |
220 LibTest/async/Future/Future.immediate_A01_t01: Fail # Future constructors have c
hanged # issue 408 | 220 LibTest/async/Future/Future.immediate_A01_t01: Fail # Future constructors have c
hanged # issue 408 |
221 LibTest/async/Future/then_A01_t03: Fail # Future constructors have changed # iss
ue 408 | 221 LibTest/async/Future/then_A01_t03: Fail # Future constructors have changed # iss
ue 408 |
222 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed
# issue 408 | 222 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed
# issue 408 |
223 LibTest/async/Future/forEach_A03_t01: Fail # Future constructors have changed #
issue 408 | 223 LibTest/async/Future/forEach_A03_t01: Fail # Future constructors have changed #
issue 408 |
224 LibTest/async/Future/asStream_A01_t02: Fail # Future constructors have changed #
issue 408 | 224 LibTest/async/Future/asStream_A01_t02: Fail # Future constructors have changed #
issue 408 |
225 LibTest/async/Future/Future.immediateError_A01_t01: Fail # Future constructors h
ave changed # issue 408 | 225 LibTest/async/Future/Future.immediateError_A01_t01: Fail # Future constructors h
ave changed # issue 408 |
226 LibTest/async/Future/asStream_A02_t01: Fail # Future constructors have changed #
issue 408 | 226 LibTest/async/Future/asStream_A02_t01: Fail # Future constructors have changed #
issue 408 |
227 | 227 |
| 228 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A01_t02: Fail, OK # co19 issue 409 |
| 229 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail
, OK # co19 issue 409 |
| 230 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail
, OK # co19 issue 409 |
| 231 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 409 |
| 232 Language/11_Expressions/18_Assignment_A05_t02: Fail, OK # co19 issue 409 |
| 233 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 409 |
| 234 Language/11_Expressions/18_Assignment_A05_t05: Fail, OK # co19 issue 409 |
| 235 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 409 |
| 236 |
| 237 |
228 [ $compiler == none && $runtime == vm && $checked ] | 238 [ $compiler == none && $runtime == vm && $checked ] |
229 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th
is failure. | 239 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th
is failure. |
230 | 240 |
231 | 241 |
232 [ $compiler == none && $runtime == vm ] | 242 [ $compiler == none && $runtime == vm ] |
233 Language/11_Expressions/01_Constants_A16_t01: Fail # Not properly reporting exce
ption in initializer expressions | 243 Language/11_Expressions/01_Constants_A16_t01: Fail # Not properly reporting exce
ption in initializer expressions |
234 Language/11_Expressions/01_Constants_A16_t02: Fail # Not properly reporting exce
ption in initializer expressions | 244 Language/11_Expressions/01_Constants_A16_t02: Fail # Not properly reporting exce
ption in initializer expressions |
235 | 245 |
236 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue
392, potentially constant expression analysis | 246 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue
392, potentially constant expression analysis |
237 | 247 |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
504 [ $compiler == none && $arch == arm ] | 514 [ $compiler == none && $arch == arm ] |
505 *: Skip | 515 *: Skip |
506 | 516 |
507 | 517 |
508 [ $compiler == none && $arch == simmips ] | 518 [ $compiler == none && $arch == simmips ] |
509 *: Skip | 519 *: Skip |
510 | 520 |
511 | 521 |
512 [ $compiler == none && $arch == mips ] | 522 [ $compiler == none && $arch == mips ] |
513 *: Skip | 523 *: Skip |
OLD | NEW |