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

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

Issue 9429047: Implement operator-is for interfaces' supertypes and String's supertypes. Also, improve stack trace… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: rebased Created 8 years, 10 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 | « dart/frog/leg/ssa/codegen.dart ('k') | dart/tests/corelib/src/IsOperatorBasicTypesTest.dart » ('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 prefix co19 5 prefix co19
6 6
7 [ $component == leg ] 7 [ $component == leg ]
8 # These classes have been removed, co19 issue 79. 8 # These classes have been removed, co19 issue 79.
9 LibTest/core/Dispatcher/*: Fail, OK 9 LibTest/core/Dispatcher/*: Fail, OK
10 LibTest/core/List/every_A03_t01: Fail, OK 10 LibTest/core/List/every_A03_t01: Fail, OK
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/02_5_Meaning_of_Names _A02_t01: Fail # SsaBuilder.visitIdentifier on non-this 154 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/02_5_Meaning_of_Names _A02_t01: Fail # SsaBuilder.visitIdentifier on non-this
155 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A02_t01: Fail # Cannot find value 155 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A02_t01: Fail # Cannot find value
156 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A03_t01: Fail # Cannot find value 156 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A03_t01: Fail # Cannot find value
157 Language/06_Functions/06_Functions_A01_t02: Fail # non-empty instruction stack 157 Language/06_Functions/06_Functions_A01_t02: Fail # non-empty instruction stack
158 Language/06_Functions/06_Functions_A01_t04: Fail # switch cases are not implemen ted 158 Language/06_Functions/06_Functions_A01_t04: Fail # switch cases are not implemen ted
159 Language/06_Functions/06_Functions_A02_t01: Fail # Cannot find value 159 Language/06_Functions/06_Functions_A02_t01: Fail # Cannot find value
160 Language/06_Functions/06_Functions_A03_t01: Fail # Cannot find value 160 Language/06_Functions/06_Functions_A03_t01: Fail # Cannot find value
161 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # CompileTimeConstantHandler non-primitive list-entries not implemented 161 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # CompileTimeConstantHandler non-primitive list-entries not implemented
162 Language/07_Classes/7_Static_Variables_A04_t01: Fail # SsaBuilder.visitContinueS tatement not implemented 162 Language/07_Classes/7_Static_Variables_A04_t01: Fail # SsaBuilder.visitContinueS tatement not implemented
163 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # SsaBuilder.visitIdentifier on non-this 163 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # SsaBuilder.visitIdentifier on non-this
164 Language/13_Types/4_Interface_Types_A07_t03: Fail # SsaBuilder.visitContinueStat ement not implemented
164 Language/13_Types/4_Interface_Types_A09_t01: Fail # Cannot find value 165 Language/13_Types/4_Interface_Types_A09_t01: Fail # Cannot find value
165 Language/13_Types/5_Function_Types_A02_t03: Fail # Cannot find value 166 Language/13_Types/5_Function_Types_A02_t03: Fail # Cannot find value
166 Language/13_Types/5_Function_Types_A02_t05: Fail # Cannot find value 167 Language/13_Types/5_Function_Types_A02_t05: Fail # Cannot find value
167 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone') 168 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone')
168 LibTest/core/Date/Date.fromString_A05_t01: Fail # Expect.fail('Some exception is expected') 169 LibTest/core/Date/Date.fromString_A05_t01: Fail # Expect.fail('Some exception is expected')
169 LibTest/core/Expect/setEquals_A01_t01: Fail # Cannot find value 170 LibTest/core/Expect/setEquals_A01_t01: Fail # Cannot find value
170 LibTest/core/Expect/setEquals_A01_t02: Fail # Cannot find value 171 LibTest/core/Expect/setEquals_A01_t02: Fail # Cannot find value
171 LibTest/core/Expect/setEquals_A03_t01: Fail # Cannot find value 172 LibTest/core/Expect/setEquals_A03_t01: Fail # Cannot find value
172 LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation. 173 LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation.
173 LibTest/core/FallThroughError/toString_A01_t02: Fail # switch cases are not impl emented 174 LibTest/core/FallThroughError/toString_A01_t02: Fail # switch cases are not impl emented
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 LibTest/core/Set/remove_A01_t02: Fail # SsaBuilder.visitContinueStatement not im plemented 291 LibTest/core/Set/remove_A01_t02: Fail # SsaBuilder.visitContinueStatement not im plemented
291 LibTest/core/Set/remove_A01_t03: Fail # Cannot find value 292 LibTest/core/Set/remove_A01_t03: Fail # Cannot find value
292 LibTest/core/Set/remove_A01_t04: Fail # Cannot find value 293 LibTest/core/Set/remove_A01_t04: Fail # Cannot find value
293 LibTest/core/Set/remove_A01_t05: Fail # SsaBuilder.visitContinueStatement not im plemented 294 LibTest/core/Set/remove_A01_t05: Fail # SsaBuilder.visitContinueStatement not im plemented
294 LibTest/core/Set/some_A01_t01: Fail # Cannot find value 295 LibTest/core/Set/some_A01_t01: Fail # Cannot find value
295 LibTest/core/Set/some_A01_t02: Fail # Cannot find value 296 LibTest/core/Set/some_A01_t02: Fail # Cannot find value
296 LibTest/core/Set/some_A01_t03: Fail # Cannot find value 297 LibTest/core/Set/some_A01_t03: Fail # Cannot find value
297 LibTest/core/int/toRadixString_A01_t01: Fail # Expect.stringEquals(expected: <6A >", <6a>) fails 298 LibTest/core/int/toRadixString_A01_t01: Fail # Expect.stringEquals(expected: <6A >", <6a>) fails
298 299
299 300
300
301 LibTest/core/List/List_A01_t02: Fail # Fixed length array. 301 LibTest/core/List/List_A01_t02: Fail # Fixed length array.
302 LibTest/core/List/addAll_A02_t01: Fail # Fixed length array. 302 LibTest/core/List/addAll_A02_t01: Fail # Fixed length array.
303 LibTest/core/List/add_A02_t01: Fail # Fixed length array. 303 LibTest/core/List/add_A02_t01: Fail # Fixed length array.
304 LibTest/core/List/clear_A02_t01: Fail # Fixed length array. 304 LibTest/core/List/clear_A02_t01: Fail # Fixed length array.
305 LibTest/core/List/insertRange_A02_t01: Fail # Fixed length array. 305 LibTest/core/List/insertRange_A02_t01: Fail # Fixed length array.
306 LibTest/core/List/length_A04_t01: Fail # Fixed length array. 306 LibTest/core/List/length_A04_t01: Fail # Fixed length array.
307 LibTest/core/List/removeLast_A02_t01: Fail # Fixed length array. 307 LibTest/core/List/removeLast_A02_t01: Fail # Fixed length array.
308 LibTest/core/List/removeRange_A02_t01: Fail # Fixed length array. 308 LibTest/core/List/removeRange_A02_t01: Fail # Fixed length array.
309 LibTest/core/List/addLast_A02_t01: Fail # Fixed length array. 309 LibTest/core/List/addLast_A02_t01: Fail # Fixed length array.
310 310
311 311
312 LibTest/core/Date/compareTo_A01_t01: Fail # Fail is Comparable test.
313 LibTest/core/Date/timeZone_A01_t01: Fail # Should throw NoSuchMethodException. 312 LibTest/core/Date/timeZone_A01_t01: Fail # Should throw NoSuchMethodException.
314 LibTest/core/Date/value_A01_t01: Fail # Should throw NoSuchMethodException. 313 LibTest/core/Date/value_A01_t01: Fail # Should throw NoSuchMethodException.
315 LibTest/core/Duration/compareTo_A01_t01: Fail # Fail is Comparable test.
316 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values. 314 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values.
317 LibTest/core/String/String_class_A03_t01: Fail # Implement is-checks.
318 LibTest/core/Queue/iterator_A01_t01: Fail # Implement is-checks. 315 LibTest/core/Queue/iterator_A01_t01: Fail # Implement is-checks.
319 316
320 317
321 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+ 10000. 318 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+ 10000.
322 LibTest/core/String/charCodeAt_A01_t01: Fail # Unhandled non-BMP character: U+10 000. 319 LibTest/core/String/charCodeAt_A01_t01: Fail # Unhandled non-BMP character: U+10 000.
323 LibTest/core/String/charCodes_A01_t01: Fail # Unhandled non-BMP character: U+100 00. 320 LibTest/core/String/charCodes_A01_t01: Fail # Unhandled non-BMP character: U+100 00.
324 321
325 322
326 # TODO(floitsch): Please review these. 323 # TODO(floitsch): Please review these.
327 LibTest/core/Expect/approxEquals_A01_t04: Fail # Unknown issue with doubles. 324 LibTest/core/Expect/approxEquals_A01_t04: Fail # Unknown issue with doubles.
328 LibTest/core/Expect/identical_A01_t01: Fail # Is NaN identical to NaN? 325 LibTest/core/Expect/identical_A01_t01: Fail # Is NaN identical to NaN?
329 326
330 327
331 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Canonicalization/02_1 _Class_Canonicalization_A01_t02: Fail # Expect.isTrue(false) fails. 328 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Canonicalization/02_1 _Class_Canonicalization_A01_t02: Fail # Expect.isTrue(false) fails.
332 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Canonicalization/02_1 _Class_Canonicalization_A01_t03: Fail # Expect.isTrue(false) fails. 329 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Canonicalization/02_1 _Class_Canonicalization_A01_t03: Fail # Expect.isTrue(false) fails.
333 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ ality_A01_t01: Fail # Expect.isTrue(false) fails. 330 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ ality_A01_t01: Fail # Expect.isTrue(false) fails.
334 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ ality_A01_t03: Fail # Expect.isTrue(false) fails. 331 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ ality_A01_t03: Fail # Expect.isTrue(false) fails.
335 LangGuideTest/05_Equality/05_2_Value_Equality/05_2_Value_Equality_A01_t01: Fail # Expect.isTrue(false) fails. 332 LangGuideTest/05_Equality/05_2_Value_Equality/05_2_Value_Equality_A01_t01: Fail # Expect.isTrue(false) fails.
336 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A02_t01: Fail # Expect .fail('NoSuchMethodException expected when calling an abstract method.') 333 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A02_t01: Fail # Expect .fail('NoSuchMethodException expected when calling an abstract method.')
337 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A02_t02: Fail # Expect .fail('NoSuchMethodException expected when calling abstract method or superclass .') 334 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A02_t02: Fail # Expect .fail('NoSuchMethodException expected when calling abstract method or superclass .')
338 Language/07_Classes/4_Instance_Variables_A02_t01: Fail # Expect.equals(expected: <bar>, actual: <null>) fails. 335 Language/07_Classes/4_Instance_Variables_A02_t01: Fail # Expect.equals(expected: <bar>, actual: <null>) fails.
339 Language/07_Classes/4_Instance_Variables_A03_t01: Fail # Expect.equals(expected: <bar>, actual: <null>) fails. 336 Language/07_Classes/4_Instance_Variables_A03_t01: Fail # Expect.equals(expected: <bar>, actual: <null>) fails.
340 Language/07_Classes/5_Constructors/1_Generative_Constructors_A11_t01: Fail # Exp ect.equals(expected: <1>, actual: <null>, 'Instance variable should already be i nitialized!') fails. 337 Language/07_Classes/5_Constructors/1_Generative_Constructors_A11_t01: Fail # Exp ect.equals(expected: <1>, actual: <null>, 'Instance variable should already be i nitialized!') fails.
341 Language/13_Types/4_Interface_Types_A02_t01: Fail # Expect.isTrue(false) fails.
342 Language/13_Types/4_Interface_Types_A04_t02: Fail # Expect.isTrue(false) fails.
343 Language/13_Types/4_Interface_Types_A05_t03: Fail # Expect.isTrue(false) fails. 338 Language/13_Types/4_Interface_Types_A05_t03: Fail # Expect.isTrue(false) fails.
344 Language/13_Types/4_Interface_Types_A11_t04: Fail # Expect.isTrue(false) fails.
345 Language/13_Types/4_Interface_Types_A12_t09: Fail # Expect.isFalse(true) fails. 339 Language/13_Types/4_Interface_Types_A12_t09: Fail # Expect.isFalse(true) fails.
346 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails. 340 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails.
347 Language/13_Types/4_Interface_Types_A12_t13: Fail # Expect.isFalse(true) fails. 341 Language/13_Types/4_Interface_Types_A12_t13: Fail # Expect.isFalse(true) fails.
348 Language/13_Types/4_Interface_Types_A12_t14: Fail # Expect.isFalse(true) fails. 342 Language/13_Types/4_Interface_Types_A12_t14: Fail # Expect.isFalse(true) fails.
349 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails. 343 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails.
350 Language/13_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails. 344 Language/13_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails.
351 Language/13_Types/5_Function_Types_A02_t02: Fail # Expect.isTrue(false) fails. 345 Language/13_Types/5_Function_Types_A02_t02: Fail # Expect.isTrue(false) fails.
352 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails . 346 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails .
353 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!') 347 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!')
354 LibTest/core/int/toDouble_A01_t01: Fail # Expect.equals(expected: <Infinity>, ac tual: <1>) fails 348 LibTest/core/int/toDouble_A01_t01: Fail # Expect.equals(expected: <Infinity>, ac tual: <1>) fails
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error 736 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error
743 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error 737 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error
744 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error 738 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error
745 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error 739 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error
746 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error 740 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error
747 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error 741 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error
748 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error 742 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error
749 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error 743 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error
750 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 744 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
751 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 745 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « dart/frog/leg/ssa/codegen.dart ('k') | dart/tests/corelib/src/IsOperatorBasicTypesTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698