Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 [ $component == dart2js && $system == macos ] | 5 [ $component == dart2js && $system == macos ] |
| 6 LibTest/core/Math/acos_A01_t01: Fail, OK | 6 LibTest/core/Math/acos_A01_t01: Fail, OK |
| 7 LibTest/core/Math/asin_A01_t01: Fail, OK | 7 LibTest/core/Math/asin_A01_t01: Fail, OK |
| 8 LibTest/core/Math/atan_A01_t01: Fail, OK | 8 LibTest/core/Math/atan_A01_t01: Fail, OK |
| 9 | 9 |
| 10 | 10 |
| (...skipping 19 matching lines...) Expand all Loading... | |
| 30 | 30 |
| 31 | 31 |
| 32 [ $component == legium ] | 32 [ $component == legium ] |
| 33 *: Skip | 33 *: Skip |
| 34 | 34 |
| 35 | 35 |
| 36 [ $component == dart2js ] | 36 [ $component == dart2js ] |
| 37 Language/10_Expressions/01_Constants_A17_t03: Skip # Cycle reference. Times out. | 37 Language/10_Expressions/01_Constants_A17_t03: Skip # Cycle reference. Times out. |
| 38 | 38 |
| 39 | 39 |
| 40 # | |
| 40 # Issues with co19 test suite. | 41 # Issues with co19 test suite. |
| 42 # | |
| 43 # If you add anything here, either file a bug against the Dart | |
| 44 # langauge specification, co19 test suite, or add a comment that ahe | |
|
ngeoffray
2012/03/23 17:05:45
langauge -> language
ngeoffray
2012/03/23 17:05:45
ahe -> ahe@
| |
| 45 # can understand so he can file a bug later. | |
| 46 # | |
| 41 Language/10_Expressions/01_Constants_A15_t01: Fail, OK # Assumes interpolations can't be constant. | 47 Language/10_Expressions/01_Constants_A15_t01: Fail, OK # Assumes interpolations can't be constant. |
| 42 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. | 48 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. |
| 43 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. | 49 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. |
| 44 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug). | 50 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug). |
| 45 Language/10_Expressions/07_Maps_A07_t03: Fail, OK # Constant string literals in maps. | 51 Language/10_Expressions/07_Maps_A07_t03: Fail, OK # Constant string literals in maps. |
| 46 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression. | 52 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression. |
| 47 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK # cannot resolv e type Isolate | 53 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK # cannot resolv e type Isolate |
| 48 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t09: Fail, OK # Assumes super scope comes before library scope. | 54 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t09: Fail, OK # Assumes super scope comes before library scope. |
| 49 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression. | 55 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression. |
| 50 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. | 56 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. |
| 51 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression. | 57 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression. |
| 52 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression. | 58 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression. |
| 53 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement. | 59 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement. |
| 54 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement. | 60 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement. |
| 55 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). | 61 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). |
| 56 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). | 62 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). |
| 63 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail, OK # D art issue 2259. | |
| 64 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail, OK # D art issue 2259. | |
| 65 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail, OK # D art issue 2259. | |
| 66 Language/12_Libraries_and_Scripts/3_Scripts_A01_t16: Fail, OK # Dart issue 2259. | |
| 57 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string. | 67 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string. |
| 58 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. | 68 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. |
| 59 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. | 69 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. |
| 60 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. | 70 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. |
| 61 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 92. | 71 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 92. |
| 62 LibTest/core/Match/groups_A01_t01: Fail, OK # co19 issue 92. | 72 LibTest/core/Match/groups_A01_t01: Fail, OK # co19 issue 92. |
| 63 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 92. | 73 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 92. |
| 64 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable. | 74 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable. |
| 65 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab le. | 75 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab le. |
| 66 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review. | 76 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 67 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow( x, y)). | 77 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow( x, y)). |
| 68 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. | 78 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. |
| 69 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. | 79 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. |
| 70 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review. | 80 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 71 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review. | 81 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 72 LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01: Fail, OK # co19 issue 92. | 82 LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01: Fail, OK # co19 issue 92. |
| 73 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail, OK # co19 i ssue 92. | 83 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail, OK # co19 i ssue 92. |
| 74 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i ssue 92. | 84 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i ssue 92. |
| 75 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail, OK # co19 i ssue 92. | 85 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail, OK # co19 i ssue 92. |
| 76 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail, OK # co19 issue 92. | 86 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail, OK # co19 issue 92. |
| 77 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8. | 87 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8. |
| 78 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail, OK # co19 issue 92. | 88 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail, OK # co19 issue 92. |
| 79 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i ssue 92. | 89 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i ssue 92. |
| 80 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 92. | 90 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 92. |
| 81 LibTest/core/RegExp/RegExp_A01_t03: Fail, OK # Expects exception from const cons tructor. | 91 LibTest/core/RegExp/RegExp_A01_t03: Fail, OK # Expects exception from const cons tructor. |
| 82 LibTest/core/RegExp/RegExp_A01_t04: Fail, OK # Expects exception from const cons tructor. | 92 LibTest/core/RegExp/RegExp_A01_t04: Fail, OK # Expects exception from const cons tructor. |
| 83 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return an Iterable. | 93 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return an Iterable. |
| 84 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n ot Match.pattern. | 94 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n ot Match.pattern. |
| 95 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl ed non-BMP character: U+10000 | |
| 96 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 | |
| 97 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 | |
|
Lasse Reichstein Nielsen
2012/03/23 14:07:56
Should these be grouped with co19 errors. It's rea
ahe
2012/03/23 14:17:20
So is big int :-)
I'm keeping them here because w
| |
| 85 LibTest/core/String/hashCode_A01_t01: Fail, OK # Bad test closurizes hashCode. | 98 LibTest/core/String/hashCode_A01_t01: Fail, OK # Bad test closurizes hashCode. |
| 86 LibTest/core/double/toInt_A01_t01: Fail, OK # Requires big int. | 99 LibTest/core/double/toInt_A01_t01: Fail, OK # Requires big int. |
| 87 LibTest/core/double/toInt_A01_t02: Fail, OK # Requires big int. | 100 LibTest/core/double/toInt_A01_t02: Fail, OK # Requires big int. |
| 88 LibTest/core/double/toInt_A01_t05: Fail, OK # Requires big int. | 101 LibTest/core/double/toInt_A01_t05: Fail, OK # Requires big int. |
| 89 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. | 102 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. |
| 90 LibTest/core/double/toStringAsExponential_A01_t01: Fail, OK # Unimplemented test stub. | 103 LibTest/core/double/toStringAsExponential_A01_t01: Fail, OK # Unimplemented test stub. |
| 91 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, OK # Unimplemented test s tub. | 104 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, OK # Unimplemented test s tub. |
| 92 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. | 105 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. |
| 93 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion. | 106 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion. |
| 94 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API. | 107 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API. |
| 95 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API. | 108 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API. |
| 96 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int. | 109 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int. |
| 97 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int. | 110 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int. |
| 98 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double. | 111 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double. |
| 99 LibTest/core/int/operator_truncating_division_A01_t01: Fail, OK # Requires big i nt. | 112 LibTest/core/int/operator_truncating_division_A01_t01: Fail, OK # Requires big i nt. |
| 100 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d ouble. | 113 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d ouble. |
| 101 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. | 114 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. |
| 102 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. | 115 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. |
| 103 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. | 116 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. |
| 104 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. | 117 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. |
| 105 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes. | 118 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes. |
| 106 | 119 |
| 107 | 120 |
| 121 # | |
| 122 # The following tests may be broken, but require further review. | |
| 123 # | |
| 108 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie w. | 124 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie w. |
| 109 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review. | 125 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 110 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review. | 126 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review. |
| 111 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN? | 127 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN? |
| 112 | 128 |
| 113 | 129 |
| 130 # | |
| 131 # The following tests are failing. Please add the error message | |
| 132 # (either a compiler error or exception message). The error messages | |
| 133 # may sometime be out of date. | |
| 134 # | |
| 114 Language/05_Variables/05_Variables_A05_t03: Fail # compiler cancelled: internal error: Unexpected operator. | 135 Language/05_Variables/05_Variables_A05_t03: Fail # compiler cancelled: internal error: Unexpected operator. |
| 115 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # compiler cancelled: internal error: expected expected optional parameters | 136 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # compiler cancelled: internal error: expected expected optional parameters |
| 116 Language/07_Classes/07_Classes_A02_t01: Fail # ConstantHandler with this or supe r not implemented | 137 Language/07_Classes/07_Classes_A02_t01: Fail # ConstantHandler with this or supe r not implemented |
| 117 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # compiler canc elled: unexpected token 'call' | 138 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # compiler canc elled: unexpected token 'call' |
| 118 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # compiler canc elled: unexpected token 'call' | 139 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # compiler canc elled: unexpected token 'call' |
| 119 Language/07_Classes/5_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T | 140 Language/07_Classes/5_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T |
| 120 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Fail # compiler cancelle d: cannot find constructor A or ADef | 141 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Fail # compiler cancelle d: cannot find constructor A or ADef |
| 121 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # compiler cancelled: internal error: super property store not implemented | 142 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # compiler cancelled: internal error: super property store not implemented |
| 122 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail # compiler cancelled: no method named foo in class I | 143 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail # compiler cancelled: no method named foo in class I |
| 123 Language/09_Generics/09_Generics_A04_t03: Fail # compiler cancelled: cannot reso lve type N | 144 Language/09_Generics/09_Generics_A04_t03: Fail # compiler cancelled: cannot reso lve type N |
| 124 Language/09_Generics/09_Generics_A04_t04: Fail # compiler cancelled: cannot reso lve type T | 145 Language/09_Generics/09_Generics_A04_t04: Fail # compiler cancelled: cannot reso lve type T |
| 125 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L | 146 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L |
| 126 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re solve label L | 147 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re solve label L |
| 127 Language/11_Statements/13_Continue_A03_t05: Fail # compiler cancelled: internal error: fall-through not implemented | 148 Language/11_Statements/13_Continue_A03_t05: Fail # compiler cancelled: internal error: fall-through not implemented |
| 128 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann ot resolve type MalformedType | 149 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann ot resolve type MalformedType |
| 129 Language/13_Types/4_Interface_Types_A05_t04: Fail # compiler cancelled: cannot r esolve type T | 150 Language/13_Types/4_Interface_Types_A05_t04: Fail # compiler cancelled: cannot r esolve type T |
| 130 Language/13_Types/4_Interface_Types_A08_t01: Fail # compiler cancelled: cannot r esolve type S | 151 Language/13_Types/4_Interface_Types_A08_t01: Fail # compiler cancelled: cannot r esolve type S |
| 131 Language/13_Types/5_Function_Types_A02_t01: Fail # compiler cancelled: unexpecte d token 'call' | 152 Language/13_Types/5_Function_Types_A02_t01: Fail # compiler cancelled: unexpecte d token 'call' |
| 132 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # compiler cancelled: cannot reso lve type S | 153 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # compiler cancelled: cannot reso lve type S |
| 133 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # compiler cancelled: internal error: fall-through not implemented | 154 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # compiler cancelled: internal error: fall-through not implemented |
| 134 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # compiler cancelled: internal error: fall-through not implemented | 155 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # compiler cancelled: internal error: fall-through not implemented |
| 135 LibTest/core/String/String_class_A02_t01: Fail # compiler cancelled: Unhandled n on-BMP character: U+10000 | |
| 136 LibTest/core/String/charCodeAt_A01_t01: Fail # compiler cancelled: Unhandled non -BMP character: U+10000 | |
| 137 LibTest/core/String/charCodes_A01_t01: Fail # compiler cancelled: Unhandled non- BMP character: U+10000 | |
| 138 | 156 |
| 139 | 157 |
| 158 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();} | |
| 159 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 | |
| 160 Language/03_Overview/1_Scoping_A02_t13: Fail # duplicate definition of x=0 | |
| 161 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType | |
| 162 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re ad not implemented | |
| 163 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)= > _ | |
| 164 Language/03_Overview/2_Privacy_A01_t16: Fail # Expect.equals(expected: <1>, actu al: <54>) fails. | |
| 140 Language/05_Variables/05_Variables_A03_t09: Fail # Expect.isTrue(false) fails. | 165 Language/05_Variables/05_Variables_A03_t09: Fail # Expect.isTrue(false) fails. |
| 141 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. | 166 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. |
| 142 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented | 167 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented |
| 143 Language/11_Statements/12_Break_A03_t09: Fail # Expect.listEquals(at index 3, ex pected: <4>, actual: <2>) fails | 168 Language/11_Statements/12_Break_A03_t09: Fail # Expect.listEquals(at index 3, ex pected: <4>, actual: <2>) fails |
| 144 Language/11_Statements/13_Continue_A03_t01: Fail # Expect.fail('This code should n't be executed') | 169 Language/11_Statements/13_Continue_A03_t01: Fail # Expect.fail('This code should n't be executed') |
| 145 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails. | 170 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails. |
| 146 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails. | 171 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails. |
| 172 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t02: Fail # Expec t.isTrue(false) fails. | |
| 173 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t01: Fail # illeg al script tag: resource | |
| 174 Language/12_Libraries_and_Scripts/2_Includes_A02_t03: Fail # Expect.isTrue(false ) fails. | |
| 175 Language/12_Libraries_and_Scripts/3_Scripts_A03_t03: Fail # No error if main has parameters. | |
| 147 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # Expect.isTrue(fa lse) fails. | 176 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # Expect.isTrue(fa lse) fails. |
| 148 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # Expect.isTrue(fa lse) fails. | 177 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # Expect.isTrue(fa lse) fails. |
| 149 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # Expect.isTrue(fa lse) fails. | 178 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # Expect.isTrue(fa lse) fails. |
| 150 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # Expect.isTrue(fa lse) fails. | 179 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # Expect.isTrue(fa lse) fails. |
| 151 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t01: Fail # Expect.isTrue(fa lse) fails. | 180 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t01: Fail # Expect.isTrue(fa lse) fails. |
| 152 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t02: Fail # Expect.isTrue(fa lse) fails. | 181 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t02: Fail # Expect.isTrue(fa lse) fails. |
| 182 Language/13_Types/4_Interface_Types_A10_t04: Fail # visitIdentifier for typedefs not implemented | |
| 153 Language/13_Types/4_Interface_Types_A12_t09: Fail # Expect.isFalse(true) fails. | 183 Language/13_Types/4_Interface_Types_A12_t09: Fail # Expect.isFalse(true) fails. |
| 154 Language/13_Types/4_Interface_Types_A12_t10: Fail # Expect.isFalse(true) fails. | 184 Language/13_Types/4_Interface_Types_A12_t10: Fail # Expect.isFalse(true) fails. |
| 155 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails. | 185 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails. |
| 156 Language/13_Types/4_Interface_Types_A12_t13: Fail # Expect.isFalse(true) fails. | 186 Language/13_Types/4_Interface_Types_A12_t13: Fail # Expect.isFalse(true) fails. |
| 157 Language/13_Types/4_Interface_Types_A12_t14: Fail # Expect.isFalse(true) fails. | 187 Language/13_Types/4_Interface_Types_A12_t14: Fail # Expect.isFalse(true) fails. |
| 158 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails. | 188 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails. |
| 159 Language/13_Types/5_Function_Types_A01_t01: Fail # Expect.isTrue(false) fails. | 189 Language/13_Types/5_Function_Types_A01_t01: Fail # Expect.isTrue(false) fails. |
| 160 Language/13_Types/5_Function_Types_A01_t02: Fail # Expect.isTrue(false) fails. | 190 Language/13_Types/5_Function_Types_A01_t02: Fail # Expect.isTrue(false) fails. |
| 161 Language/13_Types/5_Function_Types_A01_t03: Fail # Expect.isTrue(false) fails. | 191 Language/13_Types/5_Function_Types_A01_t03: Fail # Expect.isTrue(false) fails. |
| 162 Language/13_Types/5_Function_Types_A01_t05: Fail # Expect.isTrue(false) fails. | 192 Language/13_Types/5_Function_Types_A01_t05: Fail # Expect.isTrue(false) fails. |
| 163 Language/13_Types/5_Function_Types_A01_t06: Fail # Expect.isTrue(false) fails. | 193 Language/13_Types/5_Function_Types_A01_t06: Fail # Expect.isTrue(false) fails. |
| 164 Language/13_Types/5_Function_Types_A01_t07: Fail # Expect.isTrue(false) fails. | 194 Language/13_Types/5_Function_Types_A01_t07: Fail # Expect.isTrue(false) fails. |
| 165 Language/13_Types/5_Function_Types_A01_t08: Fail # Expect.isTrue(false) fails. | 195 Language/13_Types/5_Function_Types_A01_t08: Fail # Expect.isTrue(false) fails. |
| 166 Language/13_Types/5_Function_Types_A01_t09: Fail # Expect.isTrue(false) fails. | 196 Language/13_Types/5_Function_Types_A01_t09: Fail # Expect.isTrue(false) fails. |
| 167 Language/13_Types/5_Function_Types_A01_t11: Fail # Expect.isTrue(false) fails. | 197 Language/13_Types/5_Function_Types_A01_t11: Fail # Expect.isTrue(false) fails. |
| 168 Language/13_Types/5_Function_Types_A01_t12: Fail # Expect.isTrue(false) fails. | 198 Language/13_Types/5_Function_Types_A01_t12: Fail # Expect.isTrue(false) fails. |
| 169 Language/13_Types/5_Function_Types_A01_t13: Fail # Expect.isTrue(false) fails. | 199 Language/13_Types/5_Function_Types_A01_t13: Fail # Expect.isTrue(false) fails. |
| 170 Language/13_Types/5_Function_Types_A01_t14: Fail # Expect.isTrue(false) fails. | 200 Language/13_Types/5_Function_Types_A01_t14: Fail # Expect.isTrue(false) fails. |
| 171 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone') | 201 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone') |
| 172 LibTest/core/Date/toString_A02_t01: Fail # Expect.equals(expected: <1-01-01 00:0 0:00.000>, actual: <0001-01-01 00:00:00.000>) fails. | 202 LibTest/core/Date/toString_A02_t01: Fail # Expect.equals(expected: <1-01-01 00:0 0:00.000>, actual: <0001-01-01 00:00:00.000>) fails. |
| 173 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.) | 203 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.) |
| 174 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected') | 204 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected') |
| 205 LibTest/core/Object/Object_A01_t01: Fail # ConstantHandler with super not implem ented | |
| 175 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails . | 206 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails . |
| 176 LibTest/core/Object/Object_A01_t01: Fail # ConstantHandler with super not implem ented | |
| 177 LibTest/core/Object/toString_A01_t01: Fail # ConstantHandler with super not impl emented | 207 LibTest/core/Object/toString_A01_t01: Fail # ConstantHandler with super not impl emented |
| 178 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. | 208 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. |
| 179 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' | 209 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' |
| 180 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') | 210 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') |
| 181 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') | 211 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') |
| 182 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') | 212 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') |
| 183 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!') | 213 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!') |
| 184 Language/13_Types/4_Interface_Types_A10_t04: Fail # visitIdentifier for typedefs not implemented | |
| 185 | 214 |
| 186 | 215 |
| 187 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented | 216 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented |
| 188 Language/10_Expressions/01_Constants_A11_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented | 217 Language/10_Expressions/01_Constants_A11_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented |
| 189 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented | 218 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented |
| 190 Language/10_Expressions/01_Constants_A13_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented | 219 Language/10_Expressions/01_Constants_A13_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented |
| 191 Language/10_Expressions/01_Constants_A15_t03: Fail # 'const' keyword is not veri fied in literal maps. | 220 Language/10_Expressions/01_Constants_A15_t03: Fail # 'const' keyword is not veri fied in literal maps. |
| 192 Language/10_Expressions/06_Lists_A07_t01: Fail # Canonicalization of lists. | 221 Language/10_Expressions/06_Lists_A07_t01: Fail # Canonicalization of lists. |
| 193 Language/10_Expressions/07_Maps_A05_t01: Fail # Constant maps. | 222 Language/10_Expressions/07_Maps_A05_t01: Fail # Constant maps. |
| 194 Language/10_Expressions/07_Maps_A06_t01: Fail # Canonicalization of maps. | 223 Language/10_Expressions/07_Maps_A06_t01: Fail # Canonicalization of maps. |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 490 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error | 519 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error |
| 491 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error | 520 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error |
| 492 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error | 521 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error |
| 493 Language/12_Libraries_and_Scripts/3_Scripts_A01_t10: Fail, OK # @compile-error | 522 Language/12_Libraries_and_Scripts/3_Scripts_A01_t10: Fail, OK # @compile-error |
| 494 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error | 523 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error |
| 495 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or | 524 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or |
| 496 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or | 525 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or |
| 497 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or | 526 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or |
| 498 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or | 527 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or |
| 499 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error | 528 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error |
| 500 | |
| 501 | |
| 502 # | |
| 503 # New failures | |
| 504 # | |
| 505 Language/03_Overview/1_Scoping_A02_t07: Fail # TODO(ahe): New failure at r164. P lease triage. | |
| 506 Language/03_Overview/1_Scoping_A02_t12: Fail # TODO(ahe): New failure at r164. P lease triage. | |
| 507 Language/03_Overview/1_Scoping_A02_t13: Fail # TODO(ahe): New failure at r164. P lease triage. | |
| 508 Language/03_Overview/2_Privacy_A01_t06: Fail # TODO(ahe): New failure at r164. P lease triage. | |
| 509 Language/03_Overview/2_Privacy_A01_t11: Fail # TODO(ahe): New failure at r164. P lease triage. | |
| 510 Language/03_Overview/2_Privacy_A01_t14: Fail # TODO(ahe): New failure at r164. P lease triage. | |
| 511 Language/03_Overview/2_Privacy_A01_t16: Fail # TODO(ahe): New failure at r164. P lease triage. | |
| 512 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail # TODO( ahe): New failure at r164. Please triage. | |
| 513 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail # TODO( ahe): New failure at r164. Please triage. | |
| 514 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail # TODO( ahe): New failure at r164. Please triage. | |
| 515 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t02: Fail # TODO( ahe): New failure at r164. Please triage. | |
| 516 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t01: Fail # TODO( ahe): New failure at r164. Please triage. | |
| 517 Language/12_Libraries_and_Scripts/2_Includes_A02_t03: Fail # TODO(ahe): New fail ure at r164. Please triage. | |
| 518 Language/12_Libraries_and_Scripts/3_Scripts_A01_t16: Fail # TODO(ahe): New failu re at r164. Please triage. | |
| 519 Language/12_Libraries_and_Scripts/3_Scripts_A03_t03: Fail # TODO(ahe): New failu re at r164. Please triage. | |
| OLD | NEW |