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

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, 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
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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN? 129 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN?
130 130
131 131
132 # 132 #
133 # The following tests are failing. Please add the error message 133 # The following tests are failing. Please add the error message
134 # (either a compiler error or exception message). The error messages 134 # (either a compiler error or exception message). The error messages
135 # may sometime be out of date. 135 # may sometime be out of date.
136 # 136 #
137 Language/05_Variables/05_Variables_A05_t03: Fail # compiler cancelled: internal error: Unexpected operator. 137 Language/05_Variables/05_Variables_A05_t03: Fail # compiler cancelled: internal error: Unexpected operator.
138 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # compiler cancelled: internal error: expected expected optional parameters 138 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # compiler cancelled: internal error: expected expected optional parameters
139 Language/07_Classes/07_Classes_A02_t01: Fail # ConstantHandler with this or supe r not implemented
140 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_A01_t01: Fail # compiler canc elled: unexpected token 'call'
141 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # compiler canc elled: unexpected token 'call' 140 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # compiler canc elled: unexpected token 'call'
142 Language/07_Classes/5_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T 141 Language/07_Classes/5_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T
143 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Fail # compiler cancelle d: cannot find constructor A or ADef 142 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Fail # compiler cancelle d: cannot find constructor A or ADef
144 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # compiler cancelled: internal error: super property store not implemented 143 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # compiler cancelled: internal error: super property store not implemented
145 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail # compiler cancelled: no method named foo in class I 144 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail # compiler cancelled: no method named foo in class I
146 Language/09_Generics/09_Generics_A04_t03: Fail # compiler cancelled: cannot reso lve type N 145 Language/09_Generics/09_Generics_A04_t03: Fail # compiler cancelled: cannot reso lve type N
147 Language/09_Generics/09_Generics_A04_t04: Fail # compiler cancelled: cannot reso lve type T 146 Language/09_Generics/09_Generics_A04_t04: Fail # compiler cancelled: cannot reso lve type T
148 Language/10_Expressions/01_Constants_A15_t23: Fail # leg allows x == x for arbit rary compile-time objects. 147 Language/10_Expressions/01_Constants_A15_t23: Fail # leg allows x == x for arbit rary compile-time objects.
149 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L 148 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
194 Language/13_Types/5_Function_Types_A01_t08: Fail # Expect.isTrue(false) fails. 193 Language/13_Types/5_Function_Types_A01_t08: Fail # Expect.isTrue(false) fails.
195 Language/13_Types/5_Function_Types_A01_t09: Fail # Expect.isTrue(false) fails. 194 Language/13_Types/5_Function_Types_A01_t09: Fail # Expect.isTrue(false) fails.
196 Language/13_Types/5_Function_Types_A01_t11: Fail # Expect.isTrue(false) fails. 195 Language/13_Types/5_Function_Types_A01_t11: Fail # Expect.isTrue(false) fails.
197 Language/13_Types/5_Function_Types_A01_t12: Fail # Expect.isTrue(false) fails. 196 Language/13_Types/5_Function_Types_A01_t12: Fail # Expect.isTrue(false) fails.
198 Language/13_Types/5_Function_Types_A01_t13: Fail # Expect.isTrue(false) fails. 197 Language/13_Types/5_Function_Types_A01_t13: Fail # Expect.isTrue(false) fails.
199 Language/13_Types/5_Function_Types_A01_t14: Fail # Expect.isTrue(false) fails. 198 Language/13_Types/5_Function_Types_A01_t14: Fail # Expect.isTrue(false) fails.
200 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone') 199 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone')
201 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/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.
202 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.) 201 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.)
203 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected') 202 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected')
204 LibTest/core/Object/Object_A01_t01: Fail # ConstantHandler with super not implem ented
205 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails .
206 LibTest/core/Object/toString_A01_t01: Fail # ConstantHandler with super not impl emented
207 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. 203 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
208 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 204 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
209 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 205 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
210 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 206 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
211 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 207 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
212 208
213 209
214 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 210 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
215 Language/10_Expressions/01_Constants_A11_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 211 Language/10_Expressions/01_Constants_A11_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
216 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 212 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t01: Fail, OK # @compile-error 392 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t01: Fail, OK # @compile-error
397 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t02: Fail, OK # @compile-error 393 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t02: Fail, OK # @compile-error
398 Language/07_Classes/5_Constructors/1_Generative_Constructors_A09_t01: Fail, OK # @compile-error 394 Language/07_Classes/5_Constructors/1_Generative_Constructors_A09_t01: Fail, OK # @compile-error
399 Language/07_Classes/5_Constructors/2_Factories_A02_t01: Fail, OK # @compile-erro r 395 Language/07_Classes/5_Constructors/2_Factories_A02_t01: Fail, OK # @compile-erro r
400 Language/07_Classes/5_Constructors/2_Factories_A05_t01: Fail, OK # @compile-erro r 396 Language/07_Classes/5_Constructors/2_Factories_A05_t01: Fail, OK # @compile-erro r
401 Language/07_Classes/5_Constructors/2_Factories_A05_t03: Fail, OK # @compile-erro r 397 Language/07_Classes/5_Constructors/2_Factories_A05_t03: Fail, OK # @compile-erro r
402 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t03: Fail, OK # @ compile-error 398 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t03: Fail, OK # @ compile-error
403 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail, OK # @ compile-error 399 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail, OK # @ compile-error
404 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail, OK # @ compile-error 400 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail, OK # @ compile-error
405 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail, OK # @ compile-error 401 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail, OK # @ compile-error
402 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t02: Fail, OK # @ compile-error
406 Language/07_Classes/7_Static_Variables_A06_t01: Fail, OK # @compile-error 403 Language/07_Classes/7_Static_Variables_A06_t01: Fail, OK # @compile-error
407 Language/07_Classes/7_Static_Variables_A06_t02: Fail, OK # @compile-error 404 Language/07_Classes/7_Static_Variables_A06_t02: Fail, OK # @compile-error
408 Language/07_Classes/9_Superinterfaces_A04_t01: Fail, OK # @compile-error 405 Language/07_Classes/9_Superinterfaces_A04_t01: Fail, OK # @compile-error
409 Language/08_Interfaces/1_Methods/1_Operators_A02_t01: Fail, OK # @compile-error 406 Language/08_Interfaces/1_Methods/1_Operators_A02_t01: Fail, OK # @compile-error
410 Language/08_Interfaces/1_Methods_A01_t01: Fail, OK # @compile-error 407 Language/08_Interfaces/1_Methods_A01_t01: Fail, OK # @compile-error
411 Language/08_Interfaces/1_Methods_A03_t01: Fail, OK # @compile-error 408 Language/08_Interfaces/1_Methods_A03_t01: Fail, OK # @compile-error
412 Language/08_Interfaces/1_Methods_A03_t02: Fail, OK # @compile-error 409 Language/08_Interfaces/1_Methods_A03_t02: Fail, OK # @compile-error
413 Language/08_Interfaces/1_Methods_A03_t03: Fail, OK # @compile-error 410 Language/08_Interfaces/1_Methods_A03_t03: Fail, OK # @compile-error
414 Language/08_Interfaces/1_Methods_A03_t04: Fail, OK # @compile-error 411 Language/08_Interfaces/1_Methods_A03_t04: Fail, OK # @compile-error
415 Language/08_Interfaces/1_Methods_A04_t01: Fail, OK # @compile-error 412 Language/08_Interfaces/1_Methods_A04_t01: Fail, OK # @compile-error
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error 510 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error
514 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error 511 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error
515 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error 512 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error
516 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error 513 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error
517 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 514 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
518 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 515 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
519 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 516 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
520 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 517 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
521 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 518 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
522 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 519 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698