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

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

Issue 9453021: Start supporting fixed length and immutable lists. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Update co19-leg.status 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 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
292 LibTest/core/Set/remove_A01_t03: Fail # Cannot find value 292 LibTest/core/Set/remove_A01_t03: Fail # Cannot find value
293 LibTest/core/Set/remove_A01_t04: Fail # Cannot find value 293 LibTest/core/Set/remove_A01_t04: Fail # Cannot find value
294 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
295 LibTest/core/Set/some_A01_t01: Fail # Cannot find value 295 LibTest/core/Set/some_A01_t01: Fail # Cannot find value
296 LibTest/core/Set/some_A01_t02: Fail # Cannot find value 296 LibTest/core/Set/some_A01_t02: Fail # Cannot find value
297 LibTest/core/Set/some_A01_t03: Fail # Cannot find value 297 LibTest/core/Set/some_A01_t03: Fail # Cannot find value
298 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
299 299
300 300
301 LibTest/core/List/List_A01_t02: 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.
304 LibTest/core/List/clear_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.
307 LibTest/core/List/removeLast_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.
310
311
312 LibTest/core/Date/timeZone_A01_t01: Fail # Should throw NoSuchMethodException. 301 LibTest/core/Date/timeZone_A01_t01: Fail # Should throw NoSuchMethodException.
313 LibTest/core/Date/value_A01_t01: Fail # Should throw NoSuchMethodException. 302 LibTest/core/Date/value_A01_t01: Fail # Should throw NoSuchMethodException.
314 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values. 303 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values.
315 LibTest/core/Queue/iterator_A01_t01: Fail # Implement is-checks. 304 LibTest/core/Queue/iterator_A01_t01: Fail # Implement is-checks.
316 305
317 306
318 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+ 10000. 307 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+ 10000.
319 LibTest/core/String/charCodeAt_A01_t01: Fail # Unhandled non-BMP character: U+10 000. 308 LibTest/core/String/charCodeAt_A01_t01: Fail # Unhandled non-BMP character: U+10 000.
320 LibTest/core/String/charCodes_A01_t01: Fail # Unhandled non-BMP character: U+100 00. 309 LibTest/core/String/charCodes_A01_t01: Fail # Unhandled non-BMP character: U+100 00.
321 310
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error 725 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error
737 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error 726 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error
738 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error 727 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error
739 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error 728 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error
740 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error 729 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error
741 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error 730 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error
742 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error 731 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error
743 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error 732 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error
744 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 733 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
745 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 734 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698