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

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

Issue 10162004: Hack around issue with is checks against type variables. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge. Created 8 years, 8 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 | « lib/compiler/implementation/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 [ $compiler == dart2js && $system == macos && $runtime == d8 ] 5 [ $compiler == dart2js && $system == macos && $runtime == d8 ]
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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 # 129 #
130 [ $compiler == dart2js ] 130 [ $compiler == dart2js ]
131 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # compiler cancelled: internal error: expected expected optional parameters 131 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # compiler cancelled: internal error: expected expected optional parameters
132 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # compiler canc elled: unexpected token 'call' 132 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # compiler canc elled: unexpected token 'call'
133 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # compiler canc elled: unexpected token 'call' 133 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # compiler canc elled: unexpected token 'call'
134 Language/07_Classes/5_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T 134 Language/07_Classes/5_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T
135 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Fail # compiler cancelle d: cannot find constructor A or ADef 135 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Fail # compiler cancelle d: cannot find constructor A or ADef
136 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # compiler cancelled: internal error: super property store not implemented 136 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # compiler cancelled: internal error: super property store not implemented
137 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail # compiler cancelled: no method named foo in class I 137 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail # compiler cancelled: no method named foo in class I
138 Language/09_Generics/09_Generics_A04_t03: Fail # compiler cancelled: cannot reso lve type N 138 Language/09_Generics/09_Generics_A04_t03: Fail # compiler cancelled: cannot reso lve type N
139 Language/09_Generics/09_Generics_A04_t04: Fail # compiler cancelled: cannot reso lve type T
140 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L 139 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L
141 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re solve label L 140 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re solve label L
142 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann ot resolve type MalformedType 141 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann ot resolve type MalformedType
143 Language/13_Types/4_Interface_Types_A05_t04: Fail # compiler cancelled: cannot r esolve type T
144 Language/13_Types/4_Interface_Types_A08_t01: Fail # compiler cancelled: cannot r esolve type S
145 Language/13_Types/5_Function_Types_A02_t01: Fail # compiler cancelled: unexpecte d token 'call' 142 Language/13_Types/5_Function_Types_A02_t01: Fail # compiler cancelled: unexpecte d token 'call'
146 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # compiler cancelled: cannot reso lve type S
147 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Pass # internal error: visitIs for typedefs not implemented 143 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Pass # internal error: visitIs for typedefs not implemented
148 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Pass # internal error: visitIs for typedefs not implemented 144 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Pass # internal error: visitIs for typedefs not implemented
149 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Pass # internal error: visitIs for typedefs not implemented 145 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Pass # internal error: visitIs for typedefs not implemented
150 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Pass # internal error: visitIs for typedefs not implemented 146 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Pass # internal error: visitIs for typedefs not implemented
151 147
152 148
153 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();} 149 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();}
154 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 150 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42
155 Language/03_Overview/1_Scoping_A02_t13: Fail # duplicate definition of x=0 151 Language/03_Overview/1_Scoping_A02_t13: Fail # duplicate definition of x=0
156 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType 152 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error 500 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error
505 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error 501 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error
506 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error 502 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error
507 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error 503 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error
508 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error 504 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error
509 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error 505 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error
510 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error 506 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error
511 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error 507 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error
512 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 508 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
513 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 509 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « lib/compiler/implementation/ssa/builder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698