Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Side by Side Diff: dart/tests/co19/co19-leg.status

Issue 9815003: Implement unresolved super-send (but ignoring arguments). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Triaged Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « dart/frog/leg/warnings.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 21 matching lines...) Expand all
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 # Issues with co19 test suite. 40 # Issues with co19 test suite.
41 Language/07_Classes/5_Constructors/3_Constant_Constructors_A04_t04: Fail, OK # c o19 issue 104 41 Language/07_Classes/5_Constructors/3_Constant_Constructors_A04_t04: Fail, OK # c o19 issue 104
42 Language/10_Expressions/01_Constants_A15_t01: Fail, OK # Assumes interpolations can't be constant.
43 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint.
44 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint.
45 Language/10_Expressions/05_Strings_A02_t01: Fail, OK # Issue 1498.
42 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug). 46 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug).
47 Language/10_Expressions/07_Maps_A07_t03: Fail, OK # Constant string literals in maps.
43 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression. 48 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression.
49 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK # cannot resolv e type Isolate
50 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t09: Fail, OK # Assumes super scope comes before library scope.
44 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression. 51 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression.
45 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 52 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
46 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression. 53 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression.
47 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression. 54 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression.
55 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement.
56 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement.
48 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). 57 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
49 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). 58 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
50 Language/11_Statements/09_Try_A02_t04: Fail, OK # Bad test: Unbalanced {. 59 Language/11_Statements/09_Try_A02_t04: Fail, OK # Bad test: Unbalanced {.
51 Language/11_Statements/10_Return_A02_t01: Fail, OK # co19 issue 87. 60 Language/11_Statements/10_Return_A02_t01: Fail, OK # co19 issue 87.
52 Language/11_Statements/11_Labels_A01_t03: Fail, OK # Test doesn't follow spec. 61 Language/11_Statements/11_Labels_A01_t03: Fail, OK # Test doesn't follow spec.
53 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # co19 issue 88. 62 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # co19 issue 88.
54 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # co19 issue 88. 63 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # co19 issue 88.
55 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string. 64 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string.
56 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. 65 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
57 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. 66 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom.
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 113
105 114
106 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie w. 115 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie w.
107 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review. 116 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review.
108 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review. 117 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review.
109 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN? 118 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN?
110 119
111 120
112 Language/05_Variables/05_Variables_A05_t03: Fail # compiler cancelled: internal error: Unexpected operator. 121 Language/05_Variables/05_Variables_A05_t03: Fail # compiler cancelled: internal error: Unexpected operator.
113 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # compiler cancelled: internal error: expected expected optional parameters 122 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # compiler cancelled: internal error: expected expected optional parameters
123 Language/07_Classes/07_Classes_A02_t01: Fail # ConstantHandler with this or supe r not implemented
114 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # compiler canc elled: unexpected token 'call' 124 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # compiler canc elled: unexpected token 'call'
115 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # compiler canc elled: unexpected token 'call' 125 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # compiler canc elled: unexpected token 'call'
116 Language/07_Classes/5_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T 126 Language/07_Classes/5_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T
117 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Fail # compiler cancelle d: cannot find constructor A or ADef 127 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Fail # compiler cancelle d: cannot find constructor A or ADef
118 Language/07_Classes/07_Classes_A02_t01: Fail # ConstantHandler with this or supe r not implemented
119 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # compiler cancelled: internal error: super property store not implemented 128 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # compiler cancelled: internal error: super property store not implemented
120 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail # compiler cancelled: no method named foo in class I 129 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail # compiler cancelled: no method named foo in class I
121 Language/09_Generics/09_Generics_A04_t03: Fail # compiler cancelled: cannot reso lve type N 130 Language/09_Generics/09_Generics_A04_t03: Fail # compiler cancelled: cannot reso lve type N
122 Language/09_Generics/09_Generics_A04_t04: Fail # compiler cancelled: cannot reso lve type T 131 Language/09_Generics/09_Generics_A04_t04: Fail # compiler cancelled: cannot reso lve type T
123 Language/10_Expressions/01_Constants_A10_t01: Fail # compiler cancelled: interna l error: CompileTimeConstantEvaluator not implemented
124 Language/10_Expressions/01_Constants_A11_t01: Fail # compiler cancelled: interna l error: CompileTimeConstantEvaluator not implemented
125 Language/10_Expressions/01_Constants_A12_t01: Fail # compiler cancelled: interna l error: CompileTimeConstantEvaluator not implemented
126 Language/10_Expressions/01_Constants_A13_t01: Fail # compiler cancelled: interna l error: CompileTimeConstantEvaluator not implemented
127 Language/10_Expressions/05_Strings_A02_t01: Fail # compiler cancelled: expected ' or "
128 Language/10_Expressions/07_Maps_A07_t03: Fail # compiler cancelled: expected a c onstant string
129 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail # compiler cancelle d: cannot resolve type Isolate
130 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # compiler cancelled: Unimplemented non-matching static call
131 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # compiler cancelled: Unimplemented non-matching static call
132 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # compiler cancelled: Unimplemented non-matching static call
133 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t04: Fail # compiler cancelled: internal error: super property store not implemented
134 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A04_t01: Fail # compiler cancelled: internal error: unresolved super-send not implemented
135 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A04_t02: Fail # compiler cancelled: internal error: unresolved super-send not implemented
136 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A06_t01: Fail # compiler cancelled: internal error: unresolved super-send not implemented
137 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A06_t02: Fail # compiler cancelled: internal error: unresolved super-send not implemented
138 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Fail # compiler cancelled: internal error: super-send to non-function not implemented
139 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # compiler cancelled: expected ';', but got 'const'
140 Language/10_Expressions/20_Equality_A05_t01: Fail # compiler cancelled: internal error: unresolved super-send not implemented
141 Language/10_Expressions/20_Equality_A07_t01: Fail # compiler cancelled: internal error: unresolved super-send not implemented
142 Language/10_Expressions/20_Equality_A08_t01: Fail # compiler cancelled: internal error: unresolved super-send not implemented
143 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # compiler cancelled: internal error: unresolved super-send not implemented
144 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # compiler cancelled: internal error: super property store not implemented
145 Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # compiler cancelled: internal error: unresolved super-send not implemented
146 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail # compiler cancelle d: expected ';', but got ':'
147 Language/10_Expressions/27_Assignable_Expressions_A01_t02: Fail # compiler cance lled: internal error: super property store not implemented
148 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # compiler cance lled: internal error
149 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail # compiler cance lled: expected ';', but got ':'
150 Language/10_Expressions/27_Assignable_Expressions_A05_t01: Fail # compiler cance lled: internal error: super property read not implemented
151 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # compiler cancell ed: unexpected token ';'
152 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L 132 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L
153 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re solve label L 133 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re solve label L
154 Language/11_Statements/13_Continue_A03_t05: Fail # compiler cancelled: internal error: fall-through not implemented 134 Language/11_Statements/13_Continue_A03_t05: Fail # compiler cancelled: internal error: fall-through not implemented
155 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann ot resolve type MalformedType 135 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann ot resolve type MalformedType
156 Language/13_Types/4_Interface_Types_A05_t04: Fail # compiler cancelled: cannot r esolve type T 136 Language/13_Types/4_Interface_Types_A05_t04: Fail # compiler cancelled: cannot r esolve type T
157 Language/13_Types/4_Interface_Types_A08_t01: Fail # compiler cancelled: cannot r esolve type S 137 Language/13_Types/4_Interface_Types_A08_t01: Fail # compiler cancelled: cannot r esolve type S
158 Language/13_Types/5_Function_Types_A02_t01: Fail # compiler cancelled: unexpecte d token 'call' 138 Language/13_Types/5_Function_Types_A02_t01: Fail # compiler cancelled: unexpecte d token 'call'
159 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # compiler cancelled: cannot reso lve type S 139 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # compiler cancelled: cannot reso lve type S
160 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # compiler cancelled: internal error: fall-through not implemented 140 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # compiler cancelled: internal error: fall-through not implemented
161 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # compiler cancelled: internal error: fall-through not implemented 141 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # compiler cancelled: internal error: fall-through not implemented
162 LibTest/core/String/String_class_A02_t01: Fail # compiler cancelled: Unhandled n on-BMP character: U+10000 142 LibTest/core/String/String_class_A02_t01: Fail # compiler cancelled: Unhandled n on-BMP character: U+10000
163 LibTest/core/String/charCodeAt_A01_t01: Fail # compiler cancelled: Unhandled non -BMP character: U+10000 143 LibTest/core/String/charCodeAt_A01_t01: Fail # compiler cancelled: Unhandled non -BMP character: U+10000
164 LibTest/core/String/charCodes_A01_t01: Fail # compiler cancelled: Unhandled non- BMP character: U+10000 144 LibTest/core/String/charCodes_A01_t01: Fail # compiler cancelled: Unhandled non- BMP character: U+10000
165 145
166 146
167 Language/05_Variables/05_Variables_A03_t09: Fail # Expect.isTrue(false) fails. 147 Language/05_Variables/05_Variables_A03_t09: Fail # Expect.isTrue(false) fails.
168 Language/10_Expressions/03_Numbers_A01_t06: Fail # Expect.equals(expected: <9223 372036854775807>, actual: <9223372036854776000>) fails.
169 Language/10_Expressions/03_Numbers_A01_t09: Fail # Expect.equals(expected: <1234 567899876543210>, actual: <1234567899876543200>) fails.
170 Language/10_Expressions/06_Lists_A07_t01: Fail # Expect.isTrue(false) fails.
171 Language/10_Expressions/07_Maps_A05_t01: Fail # Expect.fail('Exception is expect ed')
172 Language/10_Expressions/07_Maps_A06_t01: Fail # Expect.isTrue(false) fails.
173 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t09: Fail # Expect.equals(expected: <static superclass method>, actual: <library fun ction>) fails.
174 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call$1'
175 Language/10_Expressions/16_Assignment_A05_t06: Fail # Expect.fail('Incorrect met hod was searched: set nonExistingSetter')
176 Language/10_Expressions/20_Equality_A06_t01: Fail # Expect.isTrue(false) fails.
177 Language/10_Expressions/20_Equality_A09_t01: Fail # Expect.isFalse(true) fails.
178 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. 148 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails.
179 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented 149 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented
180 Language/11_Statements/12_Break_A03_t09: Fail # Expect.listEquals(at index 3, ex pected: <4>, actual: <2>) fails 150 Language/11_Statements/12_Break_A03_t09: Fail # Expect.listEquals(at index 3, ex pected: <4>, actual: <2>) fails
181 Language/11_Statements/13_Continue_A03_t01: Fail # Expect.fail('This code should n't be executed') 151 Language/11_Statements/13_Continue_A03_t01: Fail # Expect.fail('This code should n't be executed')
182 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails. 152 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails.
183 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails. 153 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails.
184 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # Expect.isTrue(fa lse) fails. 154 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # Expect.isTrue(fa lse) fails.
185 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # Expect.isTrue(fa lse) fails. 155 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # Expect.isTrue(fa lse) fails.
186 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # Expect.isTrue(fa lse) fails. 156 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # Expect.isTrue(fa lse) fails.
187 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # Expect.isTrue(fa lse) fails. 157 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # Expect.isTrue(fa lse) fails.
(...skipping 24 matching lines...) Expand all
212 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails . 182 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails .
213 LibTest/core/Object/Object_A01_t01: Fail # ConstantHandler with super not implem ented 183 LibTest/core/Object/Object_A01_t01: Fail # ConstantHandler with super not implem ented
214 LibTest/core/Object/toString_A01_t01: Fail # ConstantHandler with super not impl emented 184 LibTest/core/Object/toString_A01_t01: Fail # ConstantHandler with super not impl emented
215 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. 185 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
216 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 186 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
217 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 187 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
218 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 188 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
219 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 189 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
220 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!') 190 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!')
221 Language/13_Types/4_Interface_Types_A10_t04: Fail # visitIdentifier for typedefs not implemented 191 Language/13_Types/4_Interface_Types_A10_t04: Fail # visitIdentifier for typedefs not implemented
222 Language/09_Generics/09_Generics_A01_t10: Fail # TODO(ahe): Please categorize. 192
193
194 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
195 Language/10_Expressions/01_Constants_A11_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
196 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
197 Language/10_Expressions/01_Constants_A13_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
198 Language/10_Expressions/01_Constants_A15_t03: Fail # 'const' keyword is not veri fied in literal maps.
199 Language/10_Expressions/06_Lists_A07_t01: Fail # Canonicalization of lists.
200 Language/10_Expressions/07_Maps_A05_t01: Fail # Constant maps.
201 Language/10_Expressions/07_Maps_A06_t01: Fail # Canonicalization of maps.
202 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # Unimplemented non-matching static call
203 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # Unimplemented non-matching static call
204 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # Unimplemented non-matching static call
205 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call'
206 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t04: Fail # internal error: super property store not implemented
207 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Fail # Should throw ObjectNotClosure, not NoSuchMethodException.
208 Language/10_Expressions/16_Assignment_A05_t06: Fail # Wrong name passed to noSuc hMethod.
209 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # Parser bu g.
210 Language/10_Expressions/20_Equality_A05_t01: Fail # != cannot be called on super
211 Language/10_Expressions/20_Equality_A06_t01: Fail # Canonicalization.
212 Language/10_Expressions/20_Equality_A07_t01: Fail # === cannot be called on supe r
213 Language/10_Expressions/20_Equality_A08_t01: Fail # !== cannot be called on supe r
214 Language/10_Expressions/20_Equality_A09_t01: Fail # Canonicalization.
215 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # ! cannot be called on super
216 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # internal error: sup er property store not implemented
217 Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # NoSuchMethodExcepti on : method not found: '-'
218 Language/10_Expressions/27_Assignable_Expressions_A01_t02: Fail # internal error : super property store not implemented
219 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # internal error in parser.
220 Language/10_Expressions/27_Assignable_Expressions_A05_t01: Fail # internal error : super property read not implemented
221 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract".
223 222
224 223
225 # 224 #
226 # The following tests are all semantic tests that we can rely on dartc 225 # The following tests are all semantic tests that we can rely on dartc
227 # catching for now. 226 # catching for now.
228 # 227 #
229 Language/05_Variables/05_Variables_A01_t04: Fail, OK # @compile-error 228 Language/05_Variables/05_Variables_A01_t04: Fail, OK # @compile-error
230 Language/05_Variables/05_Variables_A01_t05: Fail, OK # @compile-error 229 Language/05_Variables/05_Variables_A01_t05: Fail, OK # @compile-error
231 Language/05_Variables/05_Variables_A01_t08: Fail, OK # @compile-error 230 Language/05_Variables/05_Variables_A01_t08: Fail, OK # @compile-error
232 Language/05_Variables/05_Variables_A03_t01: Fail, OK # @compile-error 231 Language/05_Variables/05_Variables_A03_t01: Fail, OK # @compile-error
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 Language/08_Interfaces/3_Factories_and_Constructors_A10_t03: Fail, OK # @compile -error 416 Language/08_Interfaces/3_Factories_and_Constructors_A10_t03: Fail, OK # @compile -error
418 Language/08_Interfaces/3_Factories_and_Constructors_A10_t04: Fail, OK # @compile -error 417 Language/08_Interfaces/3_Factories_and_Constructors_A10_t04: Fail, OK # @compile -error
419 Language/08_Interfaces/3_Factories_and_Constructors_A10_t05: Fail, OK # @compile -error 418 Language/08_Interfaces/3_Factories_and_Constructors_A10_t05: Fail, OK # @compile -error
420 Language/08_Interfaces/3_Factories_and_Constructors_A10_t06: Fail, OK # @compile -error 419 Language/08_Interfaces/3_Factories_and_Constructors_A10_t06: Fail, OK # @compile -error
421 Language/08_Interfaces/Interfaces_A01_t02: Fail, OK # @compile-error 420 Language/08_Interfaces/Interfaces_A01_t02: Fail, OK # @compile-error
422 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error 421 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error
423 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error 422 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error
424 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error 423 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error
425 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error 424 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error
426 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error 425 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error
427 Language/10_Expressions/01_Constants_A15_t01: Fail, OK # Assumes interpolations can't be constant. 426 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error
428 Language/10_Expressions/01_Constants_A15_t03: Fail, OK # 'const' keyword is not verified in literal maps.
429 Language/10_Expressions/01_Constants_A15_t34: Fail, OK # @compile-error 427 Language/10_Expressions/01_Constants_A15_t34: Fail, OK # @compile-error
430 Language/10_Expressions/02_Null_A04_t01: Fail, OK # @compile-error 428 Language/10_Expressions/02_Null_A04_t01: Fail, OK # @compile-error
431 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail, OK # @c ompile-error 429 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail, OK # @c ompile-error
432 Language/10_Expressions/05_Strings_A02_t20: Fail, OK # @compile-error 430 Language/10_Expressions/05_Strings_A02_t20: Fail, OK # @compile-error
433 Language/10_Expressions/05_Strings_A02_t24: Fail, OK # @compile-error 431 Language/10_Expressions/05_Strings_A02_t24: Fail, OK # @compile-error
434 Language/10_Expressions/06_Lists_A03_t01: Fail, OK # @compile-error 432 Language/10_Expressions/06_Lists_A03_t01: Fail, OK # @compile-error
435 Language/10_Expressions/06_Lists_A04_t01: Fail, OK # @compile-error 433 Language/10_Expressions/06_Lists_A04_t01: Fail, OK # @compile-error
436 Language/10_Expressions/07_Maps_A02_t02: Fail, OK # @compile-error 434 Language/10_Expressions/07_Maps_A02_t02: Fail, OK # @compile-error
437 Language/10_Expressions/07_Maps_A03_t01: Fail, OK # @compile-error 435 Language/10_Expressions/07_Maps_A03_t01: Fail, OK # @compile-error
438 Language/10_Expressions/10_Instance_Creation/1_New_A05_t01: Fail, OK # @compile- error 436 Language/10_Expressions/10_Instance_Creation/1_New_A05_t01: Fail, OK # @compile- error
(...skipping 28 matching lines...) Expand all
467 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error 465 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error
468 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error 466 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error
469 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 467 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
470 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 468 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
471 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 469 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
472 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 470 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
473 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 471 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
474 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 472 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
475 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 473 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
476 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 474 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « dart/frog/leg/warnings.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698