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

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: Remove work-around for VM bug. 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 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/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
(...skipping 46 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 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!') 208 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!')
213 209
214 210
215 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 211 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
216 Language/10_Expressions/01_Constants_A11_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 212 Language/10_Expressions/01_Constants_A11_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t01: Fail, OK # @compile-error 393 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t01: Fail, OK # @compile-error
398 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t02: Fail, OK # @compile-error 394 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t02: Fail, OK # @compile-error
399 Language/07_Classes/5_Constructors/1_Generative_Constructors_A09_t01: Fail, OK # @compile-error 395 Language/07_Classes/5_Constructors/1_Generative_Constructors_A09_t01: Fail, OK # @compile-error
400 Language/07_Classes/5_Constructors/2_Factories_A02_t01: Fail, OK # @compile-erro r 396 Language/07_Classes/5_Constructors/2_Factories_A02_t01: Fail, OK # @compile-erro r
401 Language/07_Classes/5_Constructors/2_Factories_A05_t01: Fail, OK # @compile-erro r 397 Language/07_Classes/5_Constructors/2_Factories_A05_t01: Fail, OK # @compile-erro r
402 Language/07_Classes/5_Constructors/2_Factories_A05_t03: Fail, OK # @compile-erro r 398 Language/07_Classes/5_Constructors/2_Factories_A05_t03: Fail, OK # @compile-erro r
403 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t03: Fail, OK # @ compile-error 399 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t03: Fail, OK # @ compile-error
404 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail, OK # @ compile-error 400 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail, OK # @ compile-error
405 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail, OK # @ compile-error 401 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail, OK # @ compile-error
406 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail, OK # @ compile-error 402 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail, OK # @ compile-error
403 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t02: Fail, OK # @ compile-error
407 Language/07_Classes/7_Static_Variables_A06_t01: Fail, OK # @compile-error 404 Language/07_Classes/7_Static_Variables_A06_t01: Fail, OK # @compile-error
408 Language/07_Classes/7_Static_Variables_A06_t02: Fail, OK # @compile-error 405 Language/07_Classes/7_Static_Variables_A06_t02: Fail, OK # @compile-error
409 Language/07_Classes/9_Superinterfaces_A04_t01: Fail, OK # @compile-error 406 Language/07_Classes/9_Superinterfaces_A04_t01: Fail, OK # @compile-error
410 Language/08_Interfaces/1_Methods/1_Operators_A02_t01: Fail, OK # @compile-error 407 Language/08_Interfaces/1_Methods/1_Operators_A02_t01: Fail, OK # @compile-error
411 Language/08_Interfaces/1_Methods_A01_t01: Fail, OK # @compile-error 408 Language/08_Interfaces/1_Methods_A01_t01: Fail, OK # @compile-error
412 Language/08_Interfaces/1_Methods_A03_t01: Fail, OK # @compile-error 409 Language/08_Interfaces/1_Methods_A03_t01: Fail, OK # @compile-error
413 Language/08_Interfaces/1_Methods_A03_t02: Fail, OK # @compile-error 410 Language/08_Interfaces/1_Methods_A03_t02: Fail, OK # @compile-error
414 Language/08_Interfaces/1_Methods_A03_t03: Fail, OK # @compile-error 411 Language/08_Interfaces/1_Methods_A03_t03: Fail, OK # @compile-error
415 Language/08_Interfaces/1_Methods_A03_t04: Fail, OK # @compile-error 412 Language/08_Interfaces/1_Methods_A03_t04: Fail, OK # @compile-error
416 Language/08_Interfaces/1_Methods_A04_t01: Fail, OK # @compile-error 413 Language/08_Interfaces/1_Methods_A04_t01: Fail, OK # @compile-error
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error 515 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error
519 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error 516 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error
520 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error 517 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error
521 Language/12_Libraries_and_Scripts/3_Scripts_A01_t10: Fail, OK # @compile-error 518 Language/12_Libraries_and_Scripts/3_Scripts_A01_t10: Fail, OK # @compile-error
522 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 519 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
523 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 520 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
524 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 521 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
525 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 522 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
526 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 523 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
527 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 524 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698