| 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 == dart2js && $runtime == jsshell ] | 5 [ $compiler == dart2js && $runtime == jsshell ] |
| 6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t
his crash. | 6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t
his crash. |
| 7 | 7 |
| 8 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 8 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
| 9 LibTest/core/Map/Map_class_A01_t04: Slow, Pass | 9 LibTest/core/Map/Map_class_A01_t04: Slow, Pass |
| 10 | 10 |
| (...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com
piler cancelled: cannot resolve type T | 611 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com
piler cancelled: cannot resolve type T |
| 612 | 612 |
| 613 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){
f();} | 613 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){
f();} |
| 614 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible
FuncType | 614 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible
FuncType |
| 615 | 615 |
| 616 Language/11_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime
ConstantEvaluator not implemented | 616 Language/11_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime
ConstantEvaluator not implemented |
| 617 Language/11_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super | 617 Language/11_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super |
| 618 Language/11_Expressions/30_Identifier_Reference_A02_t01: Fail # Pseudo keyword "
abstract". | 618 Language/11_Expressions/30_Identifier_Reference_A02_t01: Fail # Pseudo keyword "
abstract". |
| 619 | 619 |
| 620 Language/12_Statements/06_For_A01_t11: Fail # http://dartbug.com/9824 | 620 Language/12_Statements/06_For_A01_t11: Fail # http://dartbug.com/9824 |
| 621 Language/14_Types/6_Type_dynamic_A03_t01: Fail # Renamed Date to DateTime (issue
373, 374) | 621 |
| 622 |
| 623 # BUG(11331): Renamed Date to DateTime (issue 373, 374) but this only has an |
| 624 # impact on V8, because of the way method calls are evaluated. Needs more |
| 625 # investigation. |
| 626 [ $compiler == dart2js && $runtime == d8 ] |
| 627 Language/14_Types/6_Type_dynamic_A03_t01: Fail |
| 622 | 628 |
| 623 | 629 |
| 624 [ $compiler == dart2js && $jscl ] | 630 [ $compiler == dart2js && $jscl ] |
| 625 LibTest/core/Date/Date.fromString_A03_t01: Pass # Issue co19 - 121 (currently pa
ssing due to co19 issues 373 and 374) | 631 LibTest/core/Date/Date.fromString_A03_t01: Pass # Issue co19 - 121 (currently pa
ssing due to co19 issues 373 and 374) |
| 626 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/
: Unterminated group' | 632 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/
: Unterminated group' |
| 627 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E
xpect.fail('Some exception expected') | 633 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E
xpect.fail('Some exception expected') |
| 628 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Expect.fail('Some exception expected') | 634 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Expect.fail('Some exception expected') |
| 629 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Expect.fail('Some exception expected') | 635 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Expect.fail('Some exception expected') |
| 630 | 636 |
| 631 Language/11_Expressions/06_Lists_A07_t02: Fail # generic type information is los
t during canonicalization. | 637 Language/11_Expressions/06_Lists_A07_t02: Fail # generic type information is los
t during canonicalization. |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 740 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 | 746 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 |
| 741 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 | 747 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 |
| 742 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 | 748 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 |
| 743 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 | 749 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 |
| 744 | 750 |
| 745 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). | 751 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| 746 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). | 752 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). |
| 747 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). | 753 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). |
| 748 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). | 754 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| 749 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). | 755 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| OLD | NEW |