| 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 LibTest/core/RegExp/RegExp_A01_t03: Fail # IllegalJSRegExpException has been rem
oved. co19 issue 375. |
| 507 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il # IllegalJSRegExpException has been removed. co19 issue 375. |
| 508 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t03: Fa
il # IllegalJSRegExpException has been removed. co19 issue 375. |
| 509 LibTest/core/IllegalJSRegExpException/toString_A01_t01: Fail # IllegalJSRegExpEx
ception has been removed. co19 issue 375. |
| 510 LibTest/core/IllegalJSRegExpException/IllegalJSRegExpException_A01_t01: Fail # I
llegalJSRegExpException has been removed. co19 issue 375. |
| 511 |
| 506 # Deprecated string members removed (issue 382). | 512 # Deprecated string members removed (issue 382). |
| 507 LibTest/core/String/charCodeAt_A01_t01: Fail | 513 LibTest/core/String/charCodeAt_A01_t01: Fail |
| 508 LibTest/core/String/charCodeAt_A02_t01: Fail | 514 LibTest/core/String/charCodeAt_A02_t01: Fail |
| 509 LibTest/core/String/charCodeAt_A03_t01: Fail | 515 LibTest/core/String/charCodeAt_A03_t01: Fail |
| 510 LibTest/core/String/charCodes_A01_t01: Fail | 516 LibTest/core/String/charCodes_A01_t01: Fail |
| 511 LibTest/core/String/splitChars_A01_t01: Fail | 517 LibTest/core/String/splitChars_A01_t01: Fail |
| 512 | 518 |
| 513 [ $runtime == drt && ($compiler == none || $compiler == frog) ] | 519 [ $runtime == drt && ($compiler == none || $compiler == frog) ] |
| 514 *: Skip | 520 *: Skip |
| OLD | NEW |