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

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

Issue 9802023: Correctly handle constness for list and map literals inside bodies. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add TODOs. 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/tree/unparser.dart ('k') | tests/language/language-leg.status » ('j') | 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review. 125 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review.
126 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review. 126 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review.
127 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN? 127 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN?
128 128
129 129
130 # 130 #
131 # The following tests are failing. Please add the error message 131 # The following tests are failing. Please add the error message
132 # (either a compiler error or exception message). The error messages 132 # (either a compiler error or exception message). The error messages
133 # may sometime be out of date. 133 # may sometime be out of date.
134 # 134 #
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 135 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' 136 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' 137 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 138 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 139 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 140 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 141 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 142 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 143 Language/09_Generics/09_Generics_A04_t04: Fail # compiler cancelled: cannot reso lve type T
145 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L 144 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L
146 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re solve label L 145 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re solve label L
147 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann ot resolve type MalformedType 146 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann ot resolve type MalformedType
148 Language/13_Types/4_Interface_Types_A05_t04: Fail # compiler cancelled: cannot r esolve type T 147 Language/13_Types/4_Interface_Types_A05_t04: Fail # compiler cancelled: cannot r esolve type T
149 Language/13_Types/4_Interface_Types_A08_t01: Fail # compiler cancelled: cannot r esolve type S 148 Language/13_Types/4_Interface_Types_A08_t01: Fail # compiler cancelled: cannot r esolve type S
150 Language/13_Types/5_Function_Types_A02_t01: Fail # compiler cancelled: unexpecte d token 'call' 149 Language/13_Types/5_Function_Types_A02_t01: Fail # compiler cancelled: unexpecte d token 'call'
151 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # compiler cancelled: cannot reso lve type S 150 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # compiler cancelled: cannot reso lve type S
151 LibTest/core/List/removeLast_A02_t01: Fail # constant list can be modified.
152 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
153 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
154 154
155 155
156 156
157 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();} 157 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();}
158 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 158 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42
159 Language/03_Overview/1_Scoping_A02_t13: Fail # duplicate definition of x=0 159 Language/03_Overview/1_Scoping_A02_t13: Fail # duplicate definition of x=0
160 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType 160 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType
161 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re ad not implemented 161 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re ad not implemented
162 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)= > _ 162 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)= > _
163 Language/03_Overview/2_Privacy_A01_t16: Fail # Expect.equals(expected: <1>, actu al: <54>) fails. 163 Language/03_Overview/2_Privacy_A01_t16: Fail # Expect.equals(expected: <1>, actu al: <54>) fails.
164 Language/05_Variables/05_Variables_A03_t09: Fail # Expect.isTrue(false) fails.
165 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. 164 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails.
166 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented 165 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented
167 Language/11_Statements/12_Break_A03_t09: Fail # Expect.listEquals(at index 3, ex pected: <4>, actual: <2>) fails 166 Language/11_Statements/12_Break_A03_t09: Fail # Expect.listEquals(at index 3, ex pected: <4>, actual: <2>) fails
168 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails. 167 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails.
169 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails. 168 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails.
170 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t02: Fail # opera tor-is with typedef. 169 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t02: Fail # opera tor-is with typedef.
171 Language/12_Libraries_and_Scripts/2_Includes_A02_t03: Fail # Canonicalization.
172 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # Expect.isTrue(fa lse) fails. 170 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # Expect.isTrue(fa lse) fails.
173 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # Expect.isTrue(fa lse) fails. 171 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # Expect.isTrue(fa lse) fails.
174 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # Expect.isTrue(fa lse) fails. 172 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # Expect.isTrue(fa lse) fails.
175 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # Expect.isTrue(fa lse) fails. 173 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # Expect.isTrue(fa lse) fails.
176 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t01: Fail # Expect.isTrue(fa lse) fails. 174 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t01: Fail # Expect.isTrue(fa lse) fails.
177 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t02: Fail # Expect.isTrue(fa lse) fails. 175 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t02: Fail # Expect.isTrue(fa lse) fails.
178 Language/13_Types/4_Interface_Types_A10_t04: Fail # visitIdentifier for typedefs not implemented 176 Language/13_Types/4_Interface_Types_A10_t04: Fail # visitIdentifier for typedefs not implemented
179 Language/13_Types/4_Interface_Types_A12_t09: Fail # Expect.isFalse(true) fails. 177 Language/13_Types/4_Interface_Types_A12_t09: Fail # Expect.isFalse(true) fails.
180 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails. 178 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails.
181 Language/13_Types/4_Interface_Types_A12_t13: Fail # Expect.isFalse(true) fails. 179 Language/13_Types/4_Interface_Types_A12_t13: Fail # Expect.isFalse(true) fails.
(...skipping 17 matching lines...) Expand all
199 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected') 197 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected')
200 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. 198 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
201 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 199 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
202 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 200 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
203 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 201 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
204 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 202 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
205 203
206 204
207 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 205 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
208 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 206 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
209 Language/10_Expressions/01_Constants_A15_t03: Fail # 'const' keyword is not veri fied in literal maps.
210 Language/10_Expressions/01_Constants_A15_t24: Fail # test will change: issue 227 7 207 Language/10_Expressions/01_Constants_A15_t24: Fail # test will change: issue 227 7
211 Language/10_Expressions/06_Lists_A07_t01: Fail # Canonicalization of lists. 208 Language/10_Expressions/06_Lists_A06_t01: Fail # const lists can be modified.
212 Language/10_Expressions/07_Maps_A05_t01: Fail # Constant maps. 209 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization.
213 Language/10_Expressions/07_Maps_A06_t01: Fail # Canonicalization of maps. 210 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization.
214 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # Unimplemented non-matching static call 211 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # Unimplemented non-matching static call
215 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # Unimplemented non-matching static call 212 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # Unimplemented non-matching static call
216 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # Unimplemented non-matching static call 213 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # Unimplemented non-matching static call
217 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call' 214 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call'
218 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t04: Fail # internal error: super property store not implemented 215 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t04: Fail # internal error: super property store not implemented
219 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Fail # Should throw ObjectNotClosure, not NoSuchMethodException. 216 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Fail # Should throw ObjectNotClosure, not NoSuchMethodException.
220 Language/10_Expressions/16_Assignment_A05_t06: Fail # Wrong name passed to noSuc hMethod. 217 Language/10_Expressions/16_Assignment_A05_t06: Fail # Wrong name passed to noSuc hMethod.
221 Language/10_Expressions/20_Equality_A05_t01: Fail # != cannot be called on super 218 Language/10_Expressions/20_Equality_A05_t01: Fail # != cannot be called on super
222 Language/10_Expressions/20_Equality_A06_t01: Fail # Canonicalization. 219 Language/10_Expressions/20_Equality_A06_t01: Fail # Canonicalization.
223 Language/10_Expressions/20_Equality_A07_t01: Fail # === cannot be called on supe r 220 Language/10_Expressions/20_Equality_A07_t01: Fail # === cannot be called on supe r
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 Language/08_Interfaces/Interfaces_A01_t02: Fail, OK # @compile-error 447 Language/08_Interfaces/Interfaces_A01_t02: Fail, OK # @compile-error
451 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error 448 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error
452 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error 449 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error
453 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error 450 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error
454 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error 451 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error
455 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error 452 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error
456 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error 453 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error
457 Language/10_Expressions/01_Constants_A15_t34: Fail, OK # @compile-error 454 Language/10_Expressions/01_Constants_A15_t34: Fail, OK # @compile-error
458 Language/10_Expressions/02_Null_A04_t01: Fail, OK # @compile-error 455 Language/10_Expressions/02_Null_A04_t01: Fail, OK # @compile-error
459 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail, OK # @c ompile-error 456 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail, OK # @c ompile-error
460 Language/10_Expressions/06_Lists_A03_t01: Fail, OK # @compile-error
461 Language/10_Expressions/06_Lists_A04_t01: Fail, OK # @compile-error 457 Language/10_Expressions/06_Lists_A04_t01: Fail, OK # @compile-error
462 Language/10_Expressions/07_Maps_A02_t02: Fail, OK # @compile-error
463 Language/10_Expressions/07_Maps_A03_t01: Fail, OK # @compile-error 458 Language/10_Expressions/07_Maps_A03_t01: Fail, OK # @compile-error
464 Language/10_Expressions/08_Function_Expressions_A01_t03: Fail, OK # @compile-err or 459 Language/10_Expressions/08_Function_Expressions_A01_t03: Fail, OK # @compile-err or
465 Language/10_Expressions/10_Instance_Creation/1_New_A05_t01: Fail, OK # @compile- error 460 Language/10_Expressions/10_Instance_Creation/1_New_A05_t01: Fail, OK # @compile- error
466 Language/10_Expressions/10_Instance_Creation/2_Const_A03_t01: Fail, OK # @compil e-error 461 Language/10_Expressions/10_Instance_Creation/2_Const_A03_t01: Fail, OK # @compil e-error
467 Language/10_Expressions/10_Instance_Creation/2_Const_A04_t02: Fail, OK # @compil e-error 462 Language/10_Expressions/10_Instance_Creation/2_Const_A04_t02: Fail, OK # @compil e-error
468 Language/10_Expressions/10_Instance_Creation/2_Const_A05_t02: Fail, OK # @compil e-error 463 Language/10_Expressions/10_Instance_Creation/2_Const_A05_t02: Fail, OK # @compil e-error
469 Language/10_Expressions/10_Instance_Creation/2_Const_A07_t01: Fail, OK # @compil e-error 464 Language/10_Expressions/10_Instance_Creation/2_Const_A07_t01: Fail, OK # @compil e-error
470 Language/10_Expressions/10_Instance_Creation/2_Const_A10_t01: Fail, OK # @compil e-error 465 Language/10_Expressions/10_Instance_Creation/2_Const_A10_t01: Fail, OK # @compil e-error
471 Language/10_Expressions/10_Instance_Creation_A02_t01: Fail, OK # @compile-error 466 Language/10_Expressions/10_Instance_Creation_A02_t01: Fail, OK # @compile-error
472 Language/10_Expressions/10_Instance_Creation_A02_t02: Fail, OK # @compile-error 467 Language/10_Expressions/10_Instance_Creation_A02_t02: Fail, OK # @compile-error
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error 501 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error
507 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error 502 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error
508 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error 503 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error
509 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error 504 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error
510 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 505 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
511 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 506 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
512 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 507 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
513 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 508 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
514 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 509 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
515 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 510 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « lib/compiler/implementation/tree/unparser.dart ('k') | tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698