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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
477 LibTest/core/List/insertRange_A03_t01: Fail # insertRange is removed. Issue 403 | 477 LibTest/core/List/insertRange_A03_t01: Fail # insertRange is removed. Issue 403 |
478 LibTest/core/List/insertRange_A04_t01: Fail # insertRange is removed. Issue 403 | 478 LibTest/core/List/insertRange_A04_t01: Fail # insertRange is removed. Issue 403 |
479 LibTest/core/List/insertRange_A05_t01: Fail # insertRange is removed. Issue 403 | 479 LibTest/core/List/insertRange_A05_t01: Fail # insertRange is removed. Issue 403 |
480 LibTest/core/List/insertRange_A06_t01: Fail # insertRange is removed. Issue 403 | 480 LibTest/core/List/insertRange_A06_t01: Fail # insertRange is removed. Issue 403 |
481 LibTest/core/List/every_A01_t01: Fail # insertRange is removed. Issue 403 | 481 LibTest/core/List/every_A01_t01: Fail # insertRange is removed. Issue 403 |
482 | 482 |
483 LibTest/async/Completer/completeError_A01_t01: Fail # No AsyncError anymore. Iss
ue 407 | 483 LibTest/async/Completer/completeError_A01_t01: Fail # No AsyncError anymore. Iss
ue 407 |
484 LibTest/async/Future/Future.immediateError_A01_t01: Fail # No AsyncError anymore
. Issue 407 | 484 LibTest/async/Future/Future.immediateError_A01_t01: Fail # No AsyncError anymore
. Issue 407 |
485 LibTest/async/Future/catchError_A02_t01: Fail # No AsyncError anymore. Issue 407 | 485 LibTest/async/Future/catchError_A02_t01: Fail # No AsyncError anymore. Issue 407 |
486 | 486 |
| 487 LibTest/async/Completer/complete_A01_t03: Fail # Completer is now asynchronous.
Issue TODO |
| 488 LibTest/async/Completer/complete_A01_t04: Fail # Completer is now asynchronous.
Issue TODO |
| 489 LibTest/async/Future/then_A01_t01: Fail # Completer is now asynchronous. Issue T
ODO |
| 490 LibTest/async/Future/then_A01_t04: Fail # Completer is now asynchronous. Issue T
ODO |
| 491 |
487 [ $compiler == none && $runtime == vm && $checked ] | 492 [ $compiler == none && $runtime == vm && $checked ] |
488 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 | 493 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 |
489 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 | 494 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 |
490 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 | 495 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 |
491 LibTest/collection/Queue/Queue.from_A01_t01: fail # Issue 400 | 496 LibTest/collection/Queue/Queue.from_A01_t01: fail # Issue 400 |
492 LibTest/collection/Queue/Queue.from_A01_t02: fail # Issue 400 | 497 LibTest/collection/Queue/Queue.from_A01_t02: fail # Issue 400 |
493 LibTest/core/List/List.from_A01_t01: fail # Issue 400 | 498 LibTest/core/List/List.from_A01_t01: fail # Issue 400 |
494 LibTest/core/List/every_A01_t01: fail # Issue 400 | 499 LibTest/core/List/every_A01_t01: fail # Issue 400 |
495 LibTest/core/Match/pattern_A01_t01: fail # Issue 400 | 500 LibTest/core/Match/pattern_A01_t01: fail # Issue 400 |
496 LibTest/core/Match/str_A01_t01: fail # Issue 400 | 501 LibTest/core/Match/str_A01_t01: fail # Issue 400 |
(...skipping 14 matching lines...) Expand all Loading... |
511 [ $compiler == none && $arch == arm ] | 516 [ $compiler == none && $arch == arm ] |
512 *: Skip | 517 *: Skip |
513 | 518 |
514 | 519 |
515 [ $compiler == none && $arch == simmips ] | 520 [ $compiler == none && $arch == simmips ] |
516 *: Skip | 521 *: Skip |
517 | 522 |
518 | 523 |
519 [ $compiler == none && $arch == mips ] | 524 [ $compiler == none && $arch == mips ] |
520 *: Skip | 525 *: Skip |
OLD | NEW |