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

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

Issue 9753007: Implement super-send to non-function. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments 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/ssa/codegen.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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 Language/10_Expressions/01_Constants_A10_t01: Fail # compiler cancelled: interna l error: CompileTimeConstantEvaluator not implemented 121 Language/10_Expressions/01_Constants_A10_t01: Fail # compiler cancelled: interna l error: CompileTimeConstantEvaluator not implemented
122 Language/10_Expressions/01_Constants_A11_t01: Fail # compiler cancelled: interna l error: CompileTimeConstantEvaluator not implemented 122 Language/10_Expressions/01_Constants_A11_t01: Fail # compiler cancelled: interna l error: CompileTimeConstantEvaluator not implemented
123 Language/10_Expressions/01_Constants_A12_t01: Fail # compiler cancelled: interna l error: CompileTimeConstantEvaluator not implemented 123 Language/10_Expressions/01_Constants_A12_t01: Fail # compiler cancelled: interna l error: CompileTimeConstantEvaluator not implemented
124 Language/10_Expressions/01_Constants_A13_t01: Fail # compiler cancelled: interna l error: CompileTimeConstantEvaluator not implemented 124 Language/10_Expressions/01_Constants_A13_t01: Fail # compiler cancelled: interna l error: CompileTimeConstantEvaluator not implemented
125 Language/10_Expressions/05_Strings_A02_t01: Fail # compiler cancelled: expected ' or " 125 Language/10_Expressions/05_Strings_A02_t01: Fail # compiler cancelled: expected ' or "
126 Language/10_Expressions/07_Maps_A07_t03: Fail # compiler cancelled: expected a c onstant string 126 Language/10_Expressions/07_Maps_A07_t03: Fail # compiler cancelled: expected a c onstant string
127 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail # compiler cancelle d: cannot resolve type Isolate 127 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail # compiler cancelle d: cannot resolve type Isolate
128 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # compiler cancelled: Unimplemented non-matching static call 128 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # compiler cancelled: Unimplemented non-matching static call
129 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # compiler cancelled: Unimplemented non-matching static call 129 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # compiler cancelled: Unimplemented non-matching static call
130 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # compiler cancelled: Unimplemented non-matching static call 130 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # compiler cancelled: Unimplemented non-matching static call
131 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A02_t04: Fail # compiler cancelled: internal error: super-send to non-function not implemented
132 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t01: Fail # compiler cancelled: internal error: super-send to non-function not implemented
133 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t02: Fail # compiler cancelled: internal error: super-send to non-function not implemented
134 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t03: Fail # compiler cancelled: internal error: super-send to non-function not implemented
135 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t04: Fail # compiler cancelled: internal error: super property store not implemented 131 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t04: Fail # compiler cancelled: internal error: super property store not implemented
136 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A04_t01: Fail # compiler cancelled: internal error: unresolved super-send not implemented 132 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A04_t01: Fail # compiler cancelled: internal error: unresolved super-send not implemented
137 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A04_t02: Fail # compiler cancelled: internal error: unresolved super-send not implemented 133 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A04_t02: Fail # compiler cancelled: internal error: unresolved super-send not implemented
138 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A06_t01: Fail # compiler cancelled: internal error: unresolved super-send not implemented 134 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A06_t01: Fail # compiler cancelled: internal error: unresolved super-send not implemented
139 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A06_t02: Fail # compiler cancelled: internal error: unresolved super-send not implemented 135 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A06_t02: Fail # compiler cancelled: internal error: unresolved super-send not implemented
140 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Fail # compiler cancelled: internal error: super-send to non-function not implemented 136 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Fail # compiler cancelled: internal error: super-send to non-function not implemented
141 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # compiler cancelled: expected ';', but got 'const' 137 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # compiler cancelled: expected ';', but got 'const'
142 Language/10_Expressions/20_Equality_A05_t01: Fail # compiler cancelled: internal error: unresolved super-send not implemented 138 Language/10_Expressions/20_Equality_A05_t01: Fail # compiler cancelled: internal error: unresolved super-send not implemented
143 Language/10_Expressions/20_Equality_A07_t01: Fail # compiler cancelled: internal error: unresolved super-send not implemented 139 Language/10_Expressions/20_Equality_A07_t01: Fail # compiler cancelled: internal error: unresolved super-send not implemented
144 Language/10_Expressions/20_Equality_A08_t01: Fail # compiler cancelled: internal error: unresolved super-send not implemented 140 Language/10_Expressions/20_Equality_A08_t01: Fail # compiler cancelled: internal error: unresolved super-send not implemented
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error 478 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error
483 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error 479 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error
484 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 480 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
485 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 481 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
486 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 482 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
487 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 483 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
488 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 484 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
489 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 485 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
490 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 486 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
491 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 487 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « dart/frog/leg/ssa/codegen.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698