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

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: 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
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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/02_5_Meaning_of_Names _A02_t01: Fail # SsaBuilder.visitIdentifier on non-this 165 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/02_5_Meaning_of_Names _A02_t01: Fail # SsaBuilder.visitIdentifier on non-this
166 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A02_t01: Fail # Cannot find value 166 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A02_t01: Fail # Cannot find value
167 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A03_t01: Fail # Cannot find value 167 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A03_t01: Fail # Cannot find value
168 Language/06_Functions/06_Functions_A01_t02: Fail # non-empty instruction stack 168 Language/06_Functions/06_Functions_A01_t02: Fail # non-empty instruction stack
169 Language/06_Functions/06_Functions_A01_t04: Fail # switch cases are not implemen ted 169 Language/06_Functions/06_Functions_A01_t04: Fail # switch cases are not implemen ted
170 Language/06_Functions/06_Functions_A02_t01: Fail # Cannot find value 170 Language/06_Functions/06_Functions_A02_t01: Fail # Cannot find value
171 Language/06_Functions/06_Functions_A03_t01: Fail # Cannot find value 171 Language/06_Functions/06_Functions_A03_t01: Fail # Cannot find value
172 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # CompileTimeConstantHandler non-primitive list-entries not implemented 172 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail # CompileTimeConstantHandler non-primitive list-entries not implemented
173 Language/07_Classes/7_Static_Variables_A04_t01: Fail # SsaBuilder.visitContinueS tatement not implemented 173 Language/07_Classes/7_Static_Variables_A04_t01: Fail # SsaBuilder.visitContinueS tatement not implemented
174 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # SsaBuilder.visitIdentifier on non-this 174 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # SsaBuilder.visitIdentifier on non-this
175 Language/13_Types/4_Interface_Types_A07_t03: Fail # SsaBuilder.visitContinueStat ement not implemented
175 Language/13_Types/4_Interface_Types_A09_t01: Fail # Cannot find value 176 Language/13_Types/4_Interface_Types_A09_t01: Fail # Cannot find value
176 Language/13_Types/5_Function_Types_A02_t03: Fail # Cannot find value 177 Language/13_Types/5_Function_Types_A02_t03: Fail # Cannot find value
177 Language/13_Types/5_Function_Types_A02_t05: Fail # Cannot find value 178 Language/13_Types/5_Function_Types_A02_t05: Fail # Cannot find value
178 LibTest/core/Expect/setEquals_A01_t01: Fail # Cannot find value 179 LibTest/core/Expect/setEquals_A01_t01: Fail # Cannot find value
179 LibTest/core/Expect/setEquals_A01_t02: Fail # Cannot find value 180 LibTest/core/Expect/setEquals_A01_t02: Fail # Cannot find value
180 LibTest/core/Expect/setEquals_A03_t01: Fail # Cannot find value 181 LibTest/core/Expect/setEquals_A03_t01: Fail # Cannot find value
181 LibTest/core/Expect/stringEquals_A01_t01: Fail # SsaBuilder.visitBreakStatement 182 LibTest/core/Expect/stringEquals_A01_t01: Fail # SsaBuilder.visitBreakStatement
182 LibTest/core/Expect/stringEquals_A01_t02: Fail # SsaBuilder.visitBreakStatement 183 LibTest/core/Expect/stringEquals_A01_t02: Fail # SsaBuilder.visitBreakStatement
183 LibTest/core/Expect/stringEquals_A02_t01: Fail # SsaBuilder.visitBreakStatement 184 LibTest/core/Expect/stringEquals_A02_t01: Fail # SsaBuilder.visitBreakStatement
184 LibTest/core/Expect/throws_A01_t01: Fail # Bad code generation. 185 LibTest/core/Expect/throws_A01_t01: Fail # Bad code generation.
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 LibTest/core/List/addAll_A02_t01: Fail # Fixed length array. 313 LibTest/core/List/addAll_A02_t01: Fail # Fixed length array.
313 LibTest/core/List/add_A02_t01: Fail # Fixed length array. 314 LibTest/core/List/add_A02_t01: Fail # Fixed length array.
314 LibTest/core/List/clear_A02_t01: Fail # Fixed length array. 315 LibTest/core/List/clear_A02_t01: Fail # Fixed length array.
315 LibTest/core/List/insertRange_A02_t01: Fail # Fixed length array. 316 LibTest/core/List/insertRange_A02_t01: Fail # Fixed length array.
316 LibTest/core/List/length_A04_t01: Fail # Fixed length array. 317 LibTest/core/List/length_A04_t01: Fail # Fixed length array.
317 LibTest/core/List/removeLast_A02_t01: Fail # Fixed length array. 318 LibTest/core/List/removeLast_A02_t01: Fail # Fixed length array.
318 LibTest/core/List/removeRange_A02_t01: Fail # Fixed length array. 319 LibTest/core/List/removeRange_A02_t01: Fail # Fixed length array.
319 LibTest/core/List/addLast_A02_t01: Fail # Fixed length array. 320 LibTest/core/List/addLast_A02_t01: Fail # Fixed length array.
320 321
321 322
322 LibTest/core/Date/compareTo_A01_t01: Fail # Fail is Comparable test.
323 LibTest/core/Date/timeZone_A01_t01: Fail # Should throw NoSuchMethodException. 323 LibTest/core/Date/timeZone_A01_t01: Fail # Should throw NoSuchMethodException.
324 LibTest/core/Date/value_A01_t01: Fail # Should throw NoSuchMethodException. 324 LibTest/core/Date/value_A01_t01: Fail # Should throw NoSuchMethodException.
325 LibTest/core/Duration/compareTo_A01_t01: Fail # Fail is Comparable test.
326 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values. 325 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values.
327 LibTest/core/String/String_class_A03_t01: Fail # Implement is-checks.
328 LibTest/core/Queue/iterator_A01_t01: Fail # Implement is-checks. 326 LibTest/core/Queue/iterator_A01_t01: Fail # Implement is-checks.
329 327
330 328
331 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+ 10000. 329 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+ 10000.
332 LibTest/core/String/charCodeAt_A01_t01: Fail # Unhandled non-BMP character: U+10 000. 330 LibTest/core/String/charCodeAt_A01_t01: Fail # Unhandled non-BMP character: U+10 000.
333 LibTest/core/String/charCodes_A01_t01: Fail # Unhandled non-BMP character: U+100 00. 331 LibTest/core/String/charCodes_A01_t01: Fail # Unhandled non-BMP character: U+100 00.
334 332
335 333
336 # TODO(floitsch): Please review these. 334 # TODO(floitsch): Please review these.
337 LibTest/core/Expect/approxEquals_A01_t04: Fail # Unknown issue with doubles. 335 LibTest/core/Expect/approxEquals_A01_t04: Fail # Unknown issue with doubles.
338 LibTest/core/Expect/identical_A01_t01: Fail # Is NaN identical to NaN? 336 LibTest/core/Expect/identical_A01_t01: Fail # Is NaN identical to NaN?
339 337
340 338
341 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. 339 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.
342 Language/07_Classes/4_Instance_Variables_A02_t01: Fail # Expect.equals(expected: <bar>, actual: <null>) fails. 340 Language/07_Classes/4_Instance_Variables_A02_t01: Fail # Expect.equals(expected: <bar>, actual: <null>) fails.
343 Language/07_Classes/4_Instance_Variables_A03_t01: Fail # Expect.equals(expected: <bar>, actual: <null>) fails. 341 Language/07_Classes/4_Instance_Variables_A03_t01: Fail # Expect.equals(expected: <bar>, actual: <null>) fails.
344 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A02_t02: Fail # Expect .fail('NoSuchMethodException expected when calling abstract method or superclass .') 342 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A02_t02: Fail # Expect .fail('NoSuchMethodException expected when calling abstract method or superclass .')
345 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A02_t01: Fail # Expect .fail('NoSuchMethodException expected when calling an abstract method.') 343 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A02_t01: Fail # Expect .fail('NoSuchMethodException expected when calling an abstract method.')
346 Language/13_Types/4_Interface_Types_A12_t09: Fail # Expect.isFalse(true) fails. 344 Language/13_Types/4_Interface_Types_A12_t09: Fail # Expect.isFalse(true) fails.
347 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails. 345 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails.
348 Language/13_Types/4_Interface_Types_A12_t13: Fail # Expect.isFalse(true) fails. 346 Language/13_Types/4_Interface_Types_A12_t13: Fail # Expect.isFalse(true) fails.
349 Language/13_Types/4_Interface_Types_A12_t14: Fail # Expect.isFalse(true) fails. 347 Language/13_Types/4_Interface_Types_A12_t14: Fail # Expect.isFalse(true) fails.
350 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails. 348 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails.
351 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Canonicalization/02_1 _Class_Canonicalization_A01_t02: Fail # Expect.isTrue(false) fails. 349 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Canonicalization/02_1 _Class_Canonicalization_A01_t02: Fail # Expect.isTrue(false) fails.
352 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Canonicalization/02_1 _Class_Canonicalization_A01_t03: Fail # Expect.isTrue(false) fails. 350 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Canonicalization/02_1 _Class_Canonicalization_A01_t03: Fail # Expect.isTrue(false) fails.
353 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ ality_A01_t01: Fail # Expect.isTrue(false) fails. 351 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ ality_A01_t01: Fail # Expect.isTrue(false) fails.
354 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ ality_A01_t03: Fail # Expect.isTrue(false) fails. 352 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ ality_A01_t03: Fail # Expect.isTrue(false) fails.
355 LangGuideTest/05_Equality/05_2_Value_Equality/05_2_Value_Equality_A01_t01: Fail # Expect.isTrue(false) fails. 353 LangGuideTest/05_Equality/05_2_Value_Equality/05_2_Value_Equality_A01_t01: Fail # Expect.isTrue(false) fails.
356 Language/13_Types/4_Interface_Types_A02_t01: Fail # Expect.isTrue(false) fails.
357 Language/13_Types/4_Interface_Types_A04_t02: Fail # Expect.isTrue(false) fails.
358 Language/13_Types/4_Interface_Types_A05_t03: Fail # Expect.isTrue(false) fails. 354 Language/13_Types/4_Interface_Types_A05_t03: Fail # Expect.isTrue(false) fails.
359 Language/13_Types/4_Interface_Types_A11_t04: Fail # Expect.isTrue(false) fails.
360 Language/13_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails. 355 Language/13_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails.
361 Language/13_Types/5_Function_Types_A02_t02: Fail # Expect.isTrue(false) fails. 356 Language/13_Types/5_Function_Types_A02_t02: Fail # Expect.isTrue(false) fails.
362 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails . 357 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails .
363 358
364 359
365 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01: Fail # ReferenceError: trace is not defined 360 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01: Fail # ReferenceError: trace is not defined
366 Language/13_Types/4_Interface_Types_A12_t10: Fail # SyntaxError: Unexpected iden tifier 361 Language/13_Types/4_Interface_Types_A12_t10: Fail # SyntaxError: Unexpected iden tifier
367 Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t01: Fail # Syn taxError: Unexpected string 362 Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t01: Fail # Syn taxError: Unexpected string
368 363
369 364
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error 744 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error
750 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error 745 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error
751 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error 746 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error
752 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error 747 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error
753 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error 748 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error
754 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error 749 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error
755 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error 750 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error
756 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error 751 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error
757 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 752 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
758 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 753 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698