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

Side by Side Diff: tests/co19/co19-dart2js.status

Issue 11269045: Convert NoMoreElementsException and EmptyQueueException to StateError. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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 | « tests/co19/co19-dart2dart.status ('k') | tests/corelib/list_iterators_test.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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 5
6 # Crashes first, please. Then untriaged bugs. There is a section below 6 # Crashes first, please. Then untriaged bugs. There is a section below
7 # for co19 bugs. 7 # for co19 bugs.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
10 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): Please triage this failure.
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 LibTest/core/List/addLast_A02_t01: Fail, OK # co19 issue 285 224 LibTest/core/List/addLast_A02_t01: Fail, OK # co19 issue 285
225 LibTest/core/List/clear_A02_t01: Fail, OK # co19 issue 285 225 LibTest/core/List/clear_A02_t01: Fail, OK # co19 issue 285
226 LibTest/core/List/insertRange_A02_t01: Fail, OK # co19 issue 285 226 LibTest/core/List/insertRange_A02_t01: Fail, OK # co19 issue 285
227 LibTest/core/List/length_A04_t01: Fail, OK # co19 issue 285 227 LibTest/core/List/length_A04_t01: Fail, OK # co19 issue 285
228 LibTest/core/List/List_A01_t02: Fail, OK # co19 issue 285 228 LibTest/core/List/List_A01_t02: Fail, OK # co19 issue 285
229 LibTest/core/List/removeLast_A02_t01: Fail, OK # co19 issue 285 229 LibTest/core/List/removeLast_A02_t01: Fail, OK # co19 issue 285
230 LibTest/core/List/removeRange_A02_t01: Fail, OK # co19 issue 285 230 LibTest/core/List/removeRange_A02_t01: Fail, OK # co19 issue 285
231 LibTest/core/UnsupportedOperationException/toString_A01_t01: Fail, OK # co19 iss ue 285 231 LibTest/core/UnsupportedOperationException/toString_A01_t01: Fail, OK # co19 iss ue 285
232 LibTest/core/UnsupportedOperationException/UnsupportedOperationException_A01_t01 : Fail, OK # co19 issue 285 232 LibTest/core/UnsupportedOperationException/UnsupportedOperationException_A01_t01 : Fail, OK # co19 issue 285
233 233
234 LibTest/core/List/iterator_next_A02_t01: Fail, OK # co19 issue 288
235 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288
236 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 288
237 LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288
238 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 288
239 LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288
240 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK # co19 issue 288
241 LibTest/core/NoMoreElementsException/toString_A01_t01: Fail, OK # co19 issue 288
242 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is sue 288
243 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288
244
234 [ $compiler == dart2js && $unchecked ] 245 [ $compiler == dart2js && $unchecked ]
235 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure. 246 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure.
236 247
237 [ $compiler == dart2js && $checked ] 248 [ $compiler == dart2js && $checked ]
238 Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348 249 Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348
239 250
240 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure. 251 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure.
241 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD O(ahe): Please triage this failure. 252 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD O(ahe): Please triage this failure.
242 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please triage this failure. 253 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please triage this failure.
243 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please triage this failure. 254 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please triage this failure.
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 860 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
850 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 861 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
851 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 862 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
852 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 863 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
853 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 864 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
854 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 865 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
855 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 866 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
856 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 867 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
857 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 868 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
858 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 869 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/corelib/list_iterators_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698