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

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

Issue 9753001: super and this in compile-time constants. (Closed) Base URL: /home/flo/programming/dart2/../dart/dart@master
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
« no previous file with comments | « samples/tests/samples/samples-leg.status ('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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
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. 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/07_Classes_A02_t01: Fail # ConstantHandler with this or supe r not implemented
138 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'
139 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'
140 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
141 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
142 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
143 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
144 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
145 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
146 Language/10_Expressions/01_Constants_A15_t23: Fail # leg allows x == x for arbit rary compile-time objects. 145 Language/10_Expressions/01_Constants_A15_t23: Fail # leg allows x == x for arbit rary compile-time objects.
147 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L 146 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 Language/13_Types/5_Function_Types_A01_t08: Fail # Expect.isTrue(false) fails. 191 Language/13_Types/5_Function_Types_A01_t08: Fail # Expect.isTrue(false) fails.
193 Language/13_Types/5_Function_Types_A01_t09: Fail # Expect.isTrue(false) fails. 192 Language/13_Types/5_Function_Types_A01_t09: Fail # Expect.isTrue(false) fails.
194 Language/13_Types/5_Function_Types_A01_t11: Fail # Expect.isTrue(false) fails. 193 Language/13_Types/5_Function_Types_A01_t11: Fail # Expect.isTrue(false) fails.
195 Language/13_Types/5_Function_Types_A01_t12: Fail # Expect.isTrue(false) fails. 194 Language/13_Types/5_Function_Types_A01_t12: Fail # Expect.isTrue(false) fails.
196 Language/13_Types/5_Function_Types_A01_t13: Fail # Expect.isTrue(false) fails. 195 Language/13_Types/5_Function_Types_A01_t13: Fail # Expect.isTrue(false) fails.
197 Language/13_Types/5_Function_Types_A01_t14: Fail # Expect.isTrue(false) fails. 196 Language/13_Types/5_Function_Types_A01_t14: Fail # Expect.isTrue(false) fails.
198 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone') 197 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone')
199 LibTest/core/Date/toString_A02_t01: Fail # Expect.equals(expected: <1-01-01 00:0 0:00.000>, actual: <0001-01-01 00:00:00.000>) fails. 198 LibTest/core/Date/toString_A02_t01: Fail # Expect.equals(expected: <1-01-01 00:0 0:00.000>, actual: <0001-01-01 00:00:00.000>) fails.
200 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.) 199 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.)
201 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected') 200 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected')
202 LibTest/core/Object/Object_A01_t01: Fail # ConstantHandler with super not implem ented
203 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails .
204 LibTest/core/Object/toString_A01_t01: Fail # ConstantHandler with super not impl emented
205 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. 201 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
206 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_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
207 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 203 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
208 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_t05: Fa il # Expect.fail('Some exception expected')
209 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 205 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
210 206
211 207
212 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 208 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
213 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 209 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
214 Language/10_Expressions/01_Constants_A15_t03: Fail # 'const' keyword is not veri fied in literal maps. 210 Language/10_Expressions/01_Constants_A15_t03: Fail # 'const' keyword is not veri fied in literal maps.
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t01: Fail, OK # @compile-error 389 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t01: Fail, OK # @compile-error
394 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t02: Fail, OK # @compile-error 390 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t02: Fail, OK # @compile-error
395 Language/07_Classes/5_Constructors/1_Generative_Constructors_A09_t01: Fail, OK # @compile-error 391 Language/07_Classes/5_Constructors/1_Generative_Constructors_A09_t01: Fail, OK # @compile-error
396 Language/07_Classes/5_Constructors/2_Factories_A02_t01: Fail, OK # @compile-erro r 392 Language/07_Classes/5_Constructors/2_Factories_A02_t01: Fail, OK # @compile-erro r
397 Language/07_Classes/5_Constructors/2_Factories_A05_t01: Fail, OK # @compile-erro r 393 Language/07_Classes/5_Constructors/2_Factories_A05_t01: Fail, OK # @compile-erro r
398 Language/07_Classes/5_Constructors/2_Factories_A05_t03: Fail, OK # @compile-erro r 394 Language/07_Classes/5_Constructors/2_Factories_A05_t03: Fail, OK # @compile-erro r
399 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t03: Fail, OK # @ compile-error 395 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t03: Fail, OK # @ compile-error
400 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail, OK # @ compile-error 396 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail, OK # @ compile-error
401 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail, OK # @ compile-error 397 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail, OK # @ compile-error
402 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail, OK # @ compile-error 398 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail, OK # @ compile-error
399 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t02: Fail, OK # @ compile-error
403 Language/07_Classes/7_Static_Variables_A06_t01: Fail, OK # @compile-error 400 Language/07_Classes/7_Static_Variables_A06_t01: Fail, OK # @compile-error
404 Language/07_Classes/7_Static_Variables_A06_t02: Fail, OK # @compile-error 401 Language/07_Classes/7_Static_Variables_A06_t02: Fail, OK # @compile-error
405 Language/07_Classes/9_Superinterfaces_A04_t01: Fail, OK # @compile-error 402 Language/07_Classes/9_Superinterfaces_A04_t01: Fail, OK # @compile-error
406 Language/08_Interfaces/1_Methods/1_Operators_A02_t01: Fail, OK # @compile-error 403 Language/08_Interfaces/1_Methods/1_Operators_A02_t01: Fail, OK # @compile-error
407 Language/08_Interfaces/1_Methods_A01_t01: Fail, OK # @compile-error 404 Language/08_Interfaces/1_Methods_A01_t01: Fail, OK # @compile-error
408 Language/08_Interfaces/1_Methods_A03_t01: Fail, OK # @compile-error 405 Language/08_Interfaces/1_Methods_A03_t01: Fail, OK # @compile-error
409 Language/08_Interfaces/1_Methods_A03_t02: Fail, OK # @compile-error 406 Language/08_Interfaces/1_Methods_A03_t02: Fail, OK # @compile-error
410 Language/08_Interfaces/1_Methods_A03_t03: Fail, OK # @compile-error 407 Language/08_Interfaces/1_Methods_A03_t03: Fail, OK # @compile-error
411 Language/08_Interfaces/1_Methods_A03_t04: Fail, OK # @compile-error 408 Language/08_Interfaces/1_Methods_A03_t04: Fail, OK # @compile-error
412 Language/08_Interfaces/1_Methods_A04_t01: Fail, OK # @compile-error 409 Language/08_Interfaces/1_Methods_A04_t01: Fail, OK # @compile-error
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error 507 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error
511 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error 508 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error
512 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error 509 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error
513 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error 510 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error
514 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 511 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
515 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_t01: Fail, OK # @compile-err or
516 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_t02: Fail, OK # @compile-err or
517 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_t03: Fail, OK # @compile-err or
518 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 515 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
519 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 516 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « samples/tests/samples/samples-leg.status ('k') | tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698