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

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

Issue 9692018: Unresolved super-send is not a compile-time error. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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
« dart/frog/leg/resolver.dart ('K') | « dart/frog/leg/ssa/builder.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 == leg && $system == macos ] 5 [ $component == leg && $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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 Language/07_Classes/5_Constructors/1_Generative_Constructors_A11_t03: Fail # Sup er initializers not implemented correctly. 182 Language/07_Classes/5_Constructors/1_Generative_Constructors_A11_t03: Fail # Sup er initializers not implemented correctly.
183 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # SsaBuilder.visitIdentifier on non-this 183 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # SsaBuilder.visitIdentifier on non-this
184 Language/09_Generics/09_Generics_A04_t03: Fail # cannot resolve type N. 184 Language/09_Generics/09_Generics_A04_t03: Fail # cannot resolve type N.
185 Language/10_Expressions/07_Maps_A05_t01: Fail # Constant maps not implemented. 185 Language/10_Expressions/07_Maps_A05_t01: Fail # Constant maps not implemented.
186 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail # Parsing of anony mous function expressions. 186 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail # Parsing of anony mous function expressions.
187 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A02_t04: Fail # super-send to non-function not implemented 187 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A02_t04: Fail # super-send to non-function not implemented
188 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t01: Fail # super-send to non-function not implemented 188 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t01: Fail # super-send to non-function not implemented
189 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t02: Fail # super-send to non-function not implemented 189 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t02: Fail # super-send to non-function not implemented
190 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Fail # super-send to non-function not implemented 190 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Fail # super-send to non-function not implemented
191 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # Parsing o f anonymous function expressions. 191 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # Parsing o f anonymous function expressions.
192 Language/10_Expressions/19_Bitwise_Expressions_A03_t01: Fail # SsaBuilder.visitI dentifier on non-this
193 Language/10_Expressions/19_Bitwise_Expressions_A03_t02: Fail # SsaBuilder.visitI dentifier on non-this
194 Language/10_Expressions/19_Bitwise_Expressions_A03_t03: Fail # SsaBuilder.visitI dentifier on non-this
195 Language/10_Expressions/20_Equality_A03_t01: Fail # SsaBuilder.visitIdentifier o n non-this
196 Language/10_Expressions/21_Relational_Expressions_A03_t01: Fail # SsaBuilder.vis itIdentifier on non-this
197 Language/10_Expressions/22_Shift_A03_t01: Fail # SsaBuilder.visitIdentifier on n on-this
198 Language/10_Expressions/23_Additive_Expressions_A01_t01: Fail # SsaBuilder.visit Identifier on non-this
199 Language/10_Expressions/23_Additive_Expressions_A03_t01: Fail # SsaBuilder.visit Identifier on non-this
200 Language/10_Expressions/24_Multiplicative_Expressions_A01_t01: Fail # SsaBuilder .visitIdentifier on non-this
201 Language/10_Expressions/24_Multiplicative_Expressions_A03_t01: Fail # SsaBuilder .visitIdentifier on non-this
202 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # SsaBuilder.visitIde ntifier on non-this 192 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # SsaBuilder.visitIde ntifier on non-this
203 Language/10_Expressions/25_Unary_Expressions_A08_t01: Fail # SsaBuilder.visitIde ntifier on non-this
204 Language/10_Expressions/27_Assignable_Expressions_A01_t02: Fail # SsaBuilder.vis itIdentifier on non-this 193 Language/10_Expressions/27_Assignable_Expressions_A01_t02: Fail # SsaBuilder.vis itIdentifier on non-this
205 Language/10_Expressions/27_Assignable_Expressions_A05_t01: Fail # SsaBuilder.vis itIdentifier on non-this 194 Language/10_Expressions/27_Assignable_Expressions_A05_t01: Fail # SsaBuilder.vis itIdentifier on non-this
206 Language/10_Expressions/27_Assignable_Expressions_A06_t01: Fail # SsaBuilder.vis itIdentifier on non-this
207 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # Parsing of pseud o-keywords. 195 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # Parsing of pseud o-keywords.
208 Language/11_Statements/12_Break_A03_t09: Fail # Bad implementation of break or f inally. 196 Language/11_Statements/12_Break_A03_t09: Fail # Bad implementation of break or f inally.
209 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone') 197 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone')
210 LibTest/core/Date/toString_A02_t01: Fail # Test is out of date. See co19 issue 8 6. 198 LibTest/core/Date/toString_A02_t01: Fail # Test is out of date. See co19 issue 8 6.
211 LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation. 199 LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation.
212 LibTest/core/FallThroughError/toString_A01_t02: Fail # switch cases are not impl emented 200 LibTest/core/FallThroughError/toString_A01_t02: Fail # switch cases are not impl emented
213 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # switch cases are not implemented 201 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # switch cases are not implemented
214 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # switch cases are not implemented 202 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # switch cases are not implemented
215 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F ail # switch cases are not implemented 203 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F ail # switch cases are not implemented
216 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # switch cases are not implemented 204 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # switch cases are not implemented
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 Language/11_Statements/11_Labels_A01_t03: Fail, OK # @compile-error 580 Language/11_Statements/11_Labels_A01_t03: Fail, OK # @compile-error
593 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error 581 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error
594 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 582 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
595 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 583 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
596 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 584 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
597 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 585 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
598 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 586 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
599 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 587 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
600 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 588 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
601 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 589 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW
« dart/frog/leg/resolver.dart ('K') | « dart/frog/leg/ssa/builder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698