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 [ $compiler == dartc ] | 5 [ $compiler == dartc ] |
| 6 | 6 |
| 7 # co19 issue 365 (iterator changes) | 7 # co19 issue 365 (iterator changes) |
| 8 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365 | 8 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365 |
| 9 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365 | 9 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365 |
| 10 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365 | 10 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365 |
| (...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 496 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # Strings class has been removed. co19 issue 380 | 496 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # Strings class has been removed. co19 issue 380 |
| 497 LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 i ssue 380 | 497 LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 i ssue 380 |
| 498 LibTest/core/Strings/join_A02_t01: Fail # Strings class has been removed. co19 i ssue 380 | 498 LibTest/core/Strings/join_A02_t01: Fail # Strings class has been removed. co19 i ssue 380 |
| 499 LibTest/core/Strings/join_A03_t01: Fail # Strings class has been removed. co19 i ssue 380 | 499 LibTest/core/Strings/join_A03_t01: Fail # Strings class has been removed. co19 i ssue 380 |
| 500 LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i ssue 380 | 500 LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i ssue 380 |
| 501 LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. c o19 issue 380 | 501 LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. c o19 issue 380 |
| 502 LibTest/core/Strings/concatAll_A02_t01: Fail # Strings class has been removed. c o19 issue 380 | 502 LibTest/core/Strings/concatAll_A02_t01: Fail # Strings class has been removed. c o19 issue 380 |
| 503 LibTest/core/Strings/concatAll_A03_t01: Fail # Strings class has been removed. c o19 issue 380 | 503 LibTest/core/Strings/concatAll_A03_t01: Fail # Strings class has been removed. c o19 issue 380 |
| 504 LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. c o19 issue 380 | 504 LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. c o19 issue 380 |
| 505 | 505 |
| 506 # Deprecated string members removed (issue 382). | |
| 507 LibTest/core/String/charCodeAt_A01_t01: Fail | |
|
floitsch
2013/02/25 11:59:48
Put issue numbers next to the failing tests.
Don't
| |
| 508 LibTest/core/String/charCodeAt_A02_t01: Fail | |
| 509 LibTest/core/String/charCodeAt_A03_t01: Fail | |
| 510 LibTest/core/String/charCodes_A01_t01: Fail | |
| 511 LibTest/core/String/splitChars_A01_t01: Fail | |
| 512 | |
| 506 [ $runtime == drt && ($compiler == none || $compiler == frog) ] | 513 [ $runtime == drt && ($compiler == none || $compiler == frog) ] |
| 507 *: Skip | 514 *: Skip |
| OLD | NEW |