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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
422 LibTest/core/List/addAll_A02_t01: fail # Issue 400 | 422 LibTest/core/List/addAll_A02_t01: fail # Issue 400 |
423 LibTest/core/List/add_A02_t01: fail # Issue 400 | 423 LibTest/core/List/add_A02_t01: fail # Issue 400 |
424 LibTest/core/List/clear_A02_t01: fail # Issue 400 | 424 LibTest/core/List/clear_A02_t01: fail # Issue 400 |
425 LibTest/core/List/insertRange_A02_t01: fail # Issue 400 | 425 LibTest/core/List/insertRange_A02_t01: fail # Issue 400 |
426 LibTest/core/List/length_A04_t01: fail # Issue 400 | 426 LibTest/core/List/length_A04_t01: fail # Issue 400 |
427 LibTest/core/List/removeLast_A02_t01: fail # Issue 400 | 427 LibTest/core/List/removeLast_A02_t01: fail # Issue 400 |
428 LibTest/core/List/removeRange_A02_t01: fail # Issue 400 | 428 LibTest/core/List/removeRange_A02_t01: fail # Issue 400 |
429 LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400 | 429 LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400 |
430 LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400 | 430 LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400 |
431 | 431 |
| 432 LibTest/core/Iterable/any_A01_t04: Fail # setRange now takes end-argument. Issue
402 |
| 433 LibTest/core/List/setRange_A01_t02: Fail # setRange now takes end-argument. Issu
e 402 |
| 434 LibTest/core/List/setRange_A02_t01: Fail # setRange now takes end-argument. Issu
e 402 |
| 435 LibTest/core/List/setRange_A02_t02: Fail # setRange now takes end-argument. Issu
e 402 |
| 436 LibTest/core/List/setRange_A03_t01: Fail # setRange throws StateError if there a
ren't enough elements in the iterable. Issue 402 |
| 437 LibTest/core/List/setRange_A03_t02: Fail # setRange throws StateError if there a
ren't enough elements in the iterable. Issue 402 |
| 438 |
432 [ $compiler == none && $runtime == vm && $checked ] | 439 [ $compiler == none && $runtime == vm && $checked ] |
433 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 | 440 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 |
434 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 | 441 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 |
435 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 | 442 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 |
436 LibTest/collection/Queue/Queue.from_A01_t01: fail # Issue 400 | 443 LibTest/collection/Queue/Queue.from_A01_t01: fail # Issue 400 |
437 LibTest/collection/Queue/Queue.from_A01_t02: fail # Issue 400 | 444 LibTest/collection/Queue/Queue.from_A01_t02: fail # Issue 400 |
438 LibTest/core/List/List.from_A01_t01: fail # Issue 400 | 445 LibTest/core/List/List.from_A01_t01: fail # Issue 400 |
439 LibTest/core/List/every_A01_t01: fail # Issue 400 | 446 LibTest/core/List/every_A01_t01: fail # Issue 400 |
440 LibTest/core/Match/pattern_A01_t01: fail # Issue 400 | 447 LibTest/core/Match/pattern_A01_t01: fail # Issue 400 |
441 LibTest/core/Match/str_A01_t01: fail # Issue 400 | 448 LibTest/core/Match/str_A01_t01: fail # Issue 400 |
442 LibTest/core/RegExp/allMatches_A01_t01: fail # Issue 400 | 449 LibTest/core/RegExp/allMatches_A01_t01: fail # Issue 400 |
443 | 450 |
| 451 [ $compiler == none && $runtime == vm && $unchecked ] |
| 452 LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issu
e TODO |
444 | 453 |
445 [ $compiler == none && $arch == simarm ] | 454 [ $compiler == none && $arch == simarm ] |
446 *: Skip | 455 *: Skip |
447 | 456 |
448 | 457 |
449 [ $compiler == none && $arch == arm ] | 458 [ $compiler == none && $arch == arm ] |
450 *: Skip | 459 *: Skip |
451 | 460 |
452 | 461 |
453 [ $compiler == none && $arch == simmips ] | 462 [ $compiler == none && $arch == simmips ] |
454 *: Skip | 463 *: Skip |
455 | 464 |
456 | 465 |
457 [ $compiler == none && $arch == mips ] | 466 [ $compiler == none && $arch == mips ] |
458 *: Skip | 467 *: Skip |
OLD | NEW |