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

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

Issue 9426041: Implement .dynamic and throw ObjectNotClosureException in forEach interceptor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: changes 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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 LibTest/core/List/removeRange_A02_t01: Fail # Fixed length array. 316 LibTest/core/List/removeRange_A02_t01: Fail # Fixed length array.
317 LibTest/core/List/addLast_A02_t01: Fail # Fixed length array. 317 LibTest/core/List/addLast_A02_t01: Fail # Fixed length array.
318 318
319 319
320 LibTest/core/Date/compareTo_A01_t01: Fail # Fail is Comparable test. 320 LibTest/core/Date/compareTo_A01_t01: Fail # Fail is Comparable test.
321 LibTest/core/Date/timeZone_A01_t01: Fail # Should throw NoSuchMethodException. 321 LibTest/core/Date/timeZone_A01_t01: Fail # Should throw NoSuchMethodException.
322 LibTest/core/Date/value_A01_t01: Fail # Should throw NoSuchMethodException. 322 LibTest/core/Date/value_A01_t01: Fail # Should throw NoSuchMethodException.
323 LibTest/core/Duration/compareTo_A01_t01: Fail # Fail is Comparable test. 323 LibTest/core/Duration/compareTo_A01_t01: Fail # Fail is Comparable test.
324 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values. 324 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values.
325 LibTest/core/String/String_class_A03_t01: Fail # Implement is-checks. 325 LibTest/core/String/String_class_A03_t01: Fail # Implement is-checks.
326 LibTest/core/Queue/iterator_A01_t01: Fail # Implement is-checks.
326 327
327 328
328 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.
329 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.
330 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.
331 332
332 333
333
334
335 # TODO(floitsch): Please review these. 334 # TODO(floitsch): Please review these.
336 LibTest/core/Expect/approxEquals_A01_t04: Fail # Unknown issue with doubles. 335 LibTest/core/Expect/approxEquals_A01_t04: Fail # Unknown issue with doubles.
337 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?
338 337
339 338
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. 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.
341 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.
342 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.
343 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 .')
344 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.')
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 Language/06_Functions/06_Functions_A01_t03: Fail # map not implemented 468 Language/06_Functions/06_Functions_A01_t03: Fail # map not implemented
470 LibTest/core/HashMap/HashMap.from_A01_t01: Fail # map not implemented 469 LibTest/core/HashMap/HashMap.from_A01_t01: Fail # map not implemented
471 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail # map not implemente d 470 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail # map not implemente d
472 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A07_t01: Fail # map not implemented 471 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A07_t01: Fail # map not implemented
473 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t01: Fail # map not implemented 472 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t01: Fail # map not implemented
474 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t02: Fail # map not implemented 473 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t02: Fail # map not implemented
475 Language/09_Generics/09_Generics_A04_t03: Fail # named constructors with type ar guments are not implemented 474 Language/09_Generics/09_Generics_A04_t03: Fail # named constructors with type ar guments are not implemented
476 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail # no method named foo in class I 475 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail # no method named foo in class I
477 476
478 477
479
480 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A04_t01: Fail # uncau ght exception in toString
481 LibTest/core/Object/dynamic_A01_t01: Fail # uncaught exception in toString
482 LibTest/core/Object/toString_A01_t01: Fail # uncaught exception in toString
483
484
485 LibTest/core/List/forEach_A02_t01: Fail # ObjectNotClosureException expected.
486
487
488 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
489
490
491 # 478 #
492 # The following tests are all semantic tests that we can rely on dartc 479 # The following tests are all semantic tests that we can rely on dartc
493 # catching for now. 480 # catching for now.
494 # 481 #
495 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A06_t02: Fail, OK # @compile-error 482 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A06_t02: Fail, OK # @compile-error
496 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t03: Fail, OK # @ compile-error 483 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t03: Fail, OK # @ compile-error
497 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t04: Fail, OK # @ compile-error 484 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A02_t04: Fail, OK # @ compile-error
498 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A05_t01: Fail, OK # @ compile-error 485 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A05_t01: Fail, OK # @ compile-error
499 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_ 1_Class_Const_Expressions_A01_t02: Fail, OK # @compile-error 486 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_ 1_Class_Const_Expressions_A01_t02: Fail, OK # @compile-error
500 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_ 1_Class_Const_Expressions_A02_t01: Fail, OK # @compile-error 487 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_ 1_Class_Const_Expressions_A02_t01: Fail, OK # @compile-error
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error 739 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error
753 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error 740 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error
754 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error 741 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error
755 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error 742 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error
756 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error 743 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error
757 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error 744 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error
758 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error 745 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error
759 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error 746 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error
760 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 747 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
761 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 748 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698