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

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

Issue 9866027: Error out on compile-time constants if equality is tested on bad types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments 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 | « frog/leg/operations.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 ] 5 [ $compiler == 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 Language/05_Variables/05_Variables_A05_t03: Fail # compiler cancelled: internal error: Unexpected operator. 135 Language/05_Variables/05_Variables_A05_t03: Fail # compiler cancelled: internal error: Unexpected operator.
136 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # compiler cancelled: internal error: expected expected optional parameters 136 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # compiler cancelled: internal error: expected expected optional parameters
137 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # compiler canc elled: unexpected token 'call' 137 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # compiler canc elled: unexpected token 'call'
138 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # compiler canc elled: unexpected token 'call' 138 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # compiler canc elled: unexpected token 'call'
139 Language/07_Classes/5_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T 139 Language/07_Classes/5_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T
140 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Fail # compiler cancelle d: cannot find constructor A or ADef 140 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Fail # compiler cancelle d: cannot find constructor A or ADef
141 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # compiler cancelled: internal error: super property store not implemented 141 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # compiler cancelled: internal error: super property store not implemented
142 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail # compiler cancelled: no method named foo in class I 142 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail # compiler cancelled: no method named foo in class I
143 Language/09_Generics/09_Generics_A04_t03: Fail # compiler cancelled: cannot reso lve type N 143 Language/09_Generics/09_Generics_A04_t03: Fail # compiler cancelled: cannot reso lve type N
144 Language/09_Generics/09_Generics_A04_t04: Fail # compiler cancelled: cannot reso lve type T 144 Language/09_Generics/09_Generics_A04_t04: Fail # compiler cancelled: cannot reso lve type T
145 Language/10_Expressions/01_Constants_A15_t23: Fail # leg allows x == x for arbit rary compile-time objects.
146 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L 145 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L
147 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re solve label L 146 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re solve label L
148 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann ot resolve type MalformedType 147 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann ot resolve type MalformedType
149 Language/13_Types/4_Interface_Types_A05_t04: Fail # compiler cancelled: cannot r esolve type T 148 Language/13_Types/4_Interface_Types_A05_t04: Fail # compiler cancelled: cannot r esolve type T
150 Language/13_Types/4_Interface_Types_A08_t01: Fail # compiler cancelled: cannot r esolve type S 149 Language/13_Types/4_Interface_Types_A08_t01: Fail # compiler cancelled: cannot r esolve type S
151 Language/13_Types/5_Function_Types_A02_t01: Fail # compiler cancelled: unexpecte d token 'call' 150 Language/13_Types/5_Function_Types_A02_t01: Fail # compiler cancelled: unexpecte d token 'call'
152 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # compiler cancelled: cannot reso lve type S 151 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # compiler cancelled: cannot reso lve type S
153 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # compiler cancelled: internal error: fall-through not implemented 152 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # compiler cancelled: internal error: fall-through not implemented
154 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # compiler cancelled: internal error: fall-through not implemented 153 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # compiler cancelled: internal error: fall-through not implemented
155 154
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error 506 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error
508 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error 507 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error
509 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error 508 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error
510 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error 509 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error
511 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 510 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
512 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 511 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
513 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 512 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
514 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 513 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
515 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 514 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
516 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 515 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « frog/leg/operations.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698