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 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365 # co19 iss
ue 365 (iterator changes) | 7 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365 # co19 iss
ue 365 (iterator changes) |
8 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365 # co19 issue 365 (itera
tor changes) | 8 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365 # co19 issue 365 (itera
tor changes) |
9 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365 # co19 issue 365 (i
terator changes) | 9 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365 # co19 issue 365 (i
terator changes) |
10 | 10 |
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
486 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t03: Fa
il # IllegalJSRegExpException has been removed. co19 issue 375. | 486 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t03: Fa
il # IllegalJSRegExpException has been removed. co19 issue 375. |
487 LibTest/core/IllegalJSRegExpException/toString_A01_t01: Fail # IllegalJSRegExpEx
ception has been removed. co19 issue 375. | 487 LibTest/core/IllegalJSRegExpException/toString_A01_t01: Fail # IllegalJSRegExpEx
ception has been removed. co19 issue 375. |
488 LibTest/core/IllegalJSRegExpException/IllegalJSRegExpException_A01_t01: Fail # I
llegalJSRegExpException has been removed. co19 issue 375. | 488 LibTest/core/IllegalJSRegExpException/IllegalJSRegExpException_A01_t01: Fail # I
llegalJSRegExpException has been removed. co19 issue 375. |
489 | 489 |
490 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). | 490 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). |
491 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). | 491 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). |
492 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). | 492 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). |
493 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). | 493 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). |
494 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). | 494 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). |
495 | 495 |
| 496 LibTest/core/StringBuffer/addAll_A01_t02: Fail # StringBuffer renamed add to wri
te. co19 issue 388. |
| 497 LibTest/core/StringBuffer/addAll_A03_t01: Fail # StringBuffer renamed add to wri
te. co19 issue 388. |
| 498 LibTest/core/StringBuffer/add_A01_t02: Fail # StringBuffer renamed add to write.
co19 issue 388. |
| 499 LibTest/core/StringBuffer/add_A01_t01: Fail # StringBuffer renamed add to write.
co19 issue 388. |
| 500 LibTest/core/StringBuffer/addAll_A01_t01: Fail # StringBuffer renamed add to wri
te. co19 issue 388. |
| 501 LibTest/core/StringBuffer/toString_A01_t01: Fail # StringBuffer renamed add to w
rite. co19 issue 388. |
| 502 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t02: Fail # StringBuff
er renamed add to write. co19 issue 388. |
| 503 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A04_t01: Fail # StringBuff
er renamed add to write. co19 issue 388. |
| 504 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t01: Fail #
StringBuffer renamed add to write. co19 issue 388. |
| 505 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
StringBuffer renamed add to write. co19 issue 388. |
| 506 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A07_t01: Fail #
StringBuffer renamed add to write. co19 issue 388. |
| 507 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t02: Fail #
StringBuffer renamed add to write. co19 issue 388. |
| 508 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A09_t01: Fail #
StringBuffer renamed add to write. co19 issue 388. |
| 509 Language/11_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation
_A02_t01: Fail # StringBuffer renamed add to write. co19 issue 388. |
| 510 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: Fail
# StringBuffer renamed add to write. co19 issue 388. |
| 511 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: Fail #
StringBuffer renamed add to write. co19 issue 388. |
| 512 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail #
StringBuffer renamed add to write. co19 issue 388. |
| 513 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t01: Fail # String
Buffer renamed add to write. co19 issue 388. |
| 514 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: Fail # String
Buffer renamed add to write. co19 issue 388. |
| 515 |
496 [ $runtime == drt && $compiler == none ] | 516 [ $runtime == drt && $compiler == none ] |
497 *: Skip | 517 *: Skip |
OLD | NEW |