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

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: 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/ssa/builder.dart ('K') | « 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 104
105 105
106 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie w. 106 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie w.
107 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review. 107 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review.
108 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review. 108 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? 109 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN?
110 110
111 111
112 Language/05_Variables/05_Variables_A05_t03: Fail # compiler cancelled: internal error: Unexpected operator. 112 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 113 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # compiler cancelled: internal error: expected expected optional parameters
114 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' 115 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' 116 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 117 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 118 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 119 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 120 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 121 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 122 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 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 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 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 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 " 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 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 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 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 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 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 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 134 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Fail # TypeError: Cannot call method '$call$0' of undefined
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' 135 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 136 Language/10_Expressions/20_Equality_A05_t01: Fail # error: != cannot be called o n super
141 Language/10_Expressions/20_Equality_A07_t01: Fail # compiler cancelled: internal error: unresolved super-send not implemented 137 Language/10_Expressions/20_Equality_A07_t01: Fail # error: === cannot be called on super
142 Language/10_Expressions/20_Equality_A08_t01: Fail # compiler cancelled: internal error: unresolved super-send not implemented 138 Language/10_Expressions/20_Equality_A08_t01: Fail # error: !== cannot be called on super
143 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # compiler cancelled: internal error: unresolved super-send not implemented 139 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # error: ! cannot be called on super
144 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # compiler cancelled: internal error: super property store not implemented 140 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 141 Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # NoSuchMethodExcepti on : method not found: '-'
146 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail # compiler cancelle d: expected ';', but got ':' 142 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 143 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 144 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 ':' 145 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 146 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 ';' 147 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 148 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 149 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 150 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 151 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann ot resolve type MalformedType
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails . 208 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 209 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 210 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. 211 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' 212 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') 213 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') 214 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') 215 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!') 216 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 217 Language/13_Types/4_Interface_Types_A10_t04: Fail # visitIdentifier for typedefs not implemented
218
219
222 Language/09_Generics/09_Generics_A01_t10: Fail # TODO(ahe): Please categorize. 220 Language/09_Generics/09_Generics_A01_t10: Fail # TODO(ahe): Please categorize.
223 221
224 222
225 # 223 #
226 # The following tests are all semantic tests that we can rely on dartc 224 # The following tests are all semantic tests that we can rely on dartc
227 # catching for now. 225 # catching for now.
228 # 226 #
229 Language/05_Variables/05_Variables_A01_t04: Fail, OK # @compile-error 227 Language/05_Variables/05_Variables_A01_t04: Fail, OK # @compile-error
230 Language/05_Variables/05_Variables_A01_t05: Fail, OK # @compile-error 228 Language/05_Variables/05_Variables_A01_t05: Fail, OK # @compile-error
231 Language/05_Variables/05_Variables_A01_t08: Fail, OK # @compile-error 229 Language/05_Variables/05_Variables_A01_t08: Fail, OK # @compile-error
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
« dart/frog/leg/ssa/builder.dart ('K') | « dart/frog/leg/warnings.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698