| 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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 | 469 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 |
| 470 LibTest/collection/Queue/Queue.from_A01_t01: fail # Issue 400 | 470 LibTest/collection/Queue/Queue.from_A01_t01: fail # Issue 400 |
| 471 LibTest/collection/Queue/Queue.from_A01_t02: fail # Issue 400 | 471 LibTest/collection/Queue/Queue.from_A01_t02: fail # Issue 400 |
| 472 LibTest/core/List/List.from_A01_t01: fail # Issue 400 | 472 LibTest/core/List/List.from_A01_t01: fail # Issue 400 |
| 473 LibTest/core/List/every_A01_t01: fail # Issue 400 | 473 LibTest/core/List/every_A01_t01: fail # Issue 400 |
| 474 LibTest/core/Match/pattern_A01_t01: fail # Issue 400 | 474 LibTest/core/Match/pattern_A01_t01: fail # Issue 400 |
| 475 LibTest/core/Match/str_A01_t01: fail # Issue 400 | 475 LibTest/core/Match/str_A01_t01: fail # Issue 400 |
| 476 LibTest/core/RegExp/allMatches_A01_t01: fail # Issue 400 | 476 LibTest/core/RegExp/allMatches_A01_t01: fail # Issue 400 |
| 477 | 477 |
| 478 [ $compiler == none && $runtime == vm && $unchecked ] | 478 [ $compiler == none && $runtime == vm && $unchecked ] |
| 479 LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issu
e TODO | 479 LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issu
e 402 |
| 480 | 480 |
| 481 [ $compiler == none && $arch == simarm ] | 481 [ $compiler == none && $arch == simarm ] |
| 482 *: Skip | 482 *: Skip |
| 483 | 483 |
| 484 | 484 |
| 485 [ $compiler == none && $arch == arm ] | 485 [ $compiler == none && $arch == arm ] |
| 486 *: Skip | 486 *: Skip |
| 487 | 487 |
| 488 | 488 |
| 489 [ $compiler == none && $arch == simmips ] | 489 [ $compiler == none && $arch == simmips ] |
| 490 *: Skip | 490 *: Skip |
| 491 | 491 |
| 492 | 492 |
| 493 [ $compiler == none && $arch == mips ] | 493 [ $compiler == none && $arch == mips ] |
| 494 *: Skip | 494 *: Skip |
| OLD | NEW |