Chromium Code Reviews| 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 | |
| 6 [ $runtime == vm ] | 5 [ $runtime == vm ] |
| 7 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 |
| 8 | 7 |
| 8 # issue xxx - using removed deprecated methods. | |
|
floitsch
2013/04/11 15:17:50
ditto.
Anders Johnsen
2013/04/12 09:31:14
Done.
| |
| 9 LibTest/core/List/List.fixedLength_A01_t01: fail | |
| 10 LibTest/core/List/addAll_A02_t01: fail | |
| 11 LibTest/core/List/add_A02_t01: fail | |
| 12 LibTest/core/List/clear_A02_t01: fail | |
| 13 LibTest/core/List/insertRange_A02_t01: fail | |
| 14 LibTest/core/List/length_A04_t01: fail | |
| 15 LibTest/core/List/removeLast_A02_t01: fail | |
| 16 LibTest/core/List/removeRange_A02_t01: fail | |
| 17 LibTest/core/Set/isSubsetOf_A01_t01: fail | |
| 18 LibTest/core/Set/isSubsetOf_A01_t02: fail | |
| 19 | |
| 20 [ $runtime == vm && $checked ] | |
| 21 # issue xxx - using removed deprecated methods. | |
| 22 LibTest/collection/Queue/Queue.from_A01_t01: fail | |
| 23 LibTest/collection/Queue/Queue.from_A01_t02: fail | |
| 24 LibTest/core/List/List.from_A01_t01: fail | |
| 25 LibTest/core/List/every_A01_t01: fail | |
| 26 LibTest/core/Match/pattern_A01_t01: fail | |
| 27 LibTest/core/Match/str_A01_t01: fail | |
| 28 LibTest/core/RegExp/allMatches_A01_t01: fail | |
| 9 | 29 |
| 10 [ $compiler == none && $runtime == vm && $unchecked ] | 30 [ $compiler == none && $runtime == vm && $unchecked ] |
| 11 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure. | 31 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure. |
| 12 | 32 |
| 13 | 33 |
| 14 [ $compiler == none && $runtime == vm && $checked ] | 34 [ $compiler == none && $runtime == vm && $checked ] |
| 15 LibTest/core/AssertionError/line_A01_t02: Fail # TODO(vm-team): Please triage th is failure. | 35 LibTest/core/AssertionError/line_A01_t02: Fail # TODO(vm-team): Please triage th is failure. |
| 16 LibTest/core/Set/intersection_A03_t01: Fail # TODO(vm-team): Please triage this failure. | 36 LibTest/core/Set/intersection_A03_t01: Fail # TODO(vm-team): Please triage this failure. |
| 17 LibTest/core/TypeError/line_A01_t01: Fail # TODO(vm-team): Please triage this fa ilure. | 37 LibTest/core/TypeError/line_A01_t01: Fail # TODO(vm-team): Please triage this fa ilure. |
| 18 | 38 |
| (...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 432 [ $compiler == none && $arch == arm ] | 452 [ $compiler == none && $arch == arm ] |
| 433 *: Skip | 453 *: Skip |
| 434 | 454 |
| 435 | 455 |
| 436 [ $compiler == none && $arch == simmips ] | 456 [ $compiler == none && $arch == simmips ] |
| 437 *: Skip | 457 *: Skip |
| 438 | 458 |
| 439 | 459 |
| 440 [ $compiler == none && $arch == mips ] | 460 [ $compiler == none && $arch == mips ] |
| 441 *: Skip | 461 *: Skip |
| OLD | NEW |