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

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

Issue 11365059: Temporarily reintroduce IndexOutOfRangeError matcher in unittests. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed test expectations now that we are 100% backwards compatible. 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/co19/co19-runtime.status » ('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/13_Libraries_and_Scripts/2_Exports_A04_t02: Crash 9 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Crash
10 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Crash 10 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Crash
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288 224 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288
225 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 288 225 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 288
226 LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288 226 LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288
227 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 288 227 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 288
228 LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288 228 LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288
229 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK # co19 issue 288 229 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK # co19 issue 288
230 LibTest/core/NoMoreElementsException/toString_A01_t01: Fail, OK # co19 issue 288 230 LibTest/core/NoMoreElementsException/toString_A01_t01: Fail, OK # co19 issue 288
231 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is sue 288 231 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is sue 288
232 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288 232 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288
233 233
234 LibTest/core/List/getRange_A04_t01: Fail, OK # co19 issue 290
235 LibTest/core/List/insertRange_A06_t01: Fail, OK # co19 issue 290
236 LibTest/core/List/last_A02_t01: Fail, OK # co19 issue 290
237 LibTest/core/List/length_A05_t01: Fail, OK # co19 issue 290
238 LibTest/core/List/List_A01_t01: Fail, OK # co19 issue 290
239 LibTest/core/List/operator_subscript_A02_t01: Fail, OK # co19 issue 290
240 LibTest/core/List/operator_subscripted_assignment_A02_t01: Fail, OK # co19 issue 290
241 LibTest/core/List/removeLast_A01_t02: Fail, OK # co19 issue 290
242 LibTest/core/List/removeRange_A05_t01: Fail, OK # co19 issue 290
243 LibTest/core/List/setRange_A02_t01: Fail, OK # co19 issue 290
244 LibTest/core/List/setRange_A02_t02: Fail, OK # co19 issue 290
245 LibTest/core/List/setRange_A03_t01: Fail, OK # co19 issue 290
246 LibTest/core/List/setRange_A03_t02: Fail, OK # co19 issue 290
247 LibTest/core/Match/group_A02_t01: Fail, OK # co19 issue 290
248 LibTest/core/Match/groups_A02_t01: Fail, OK # co19 issue 290
249 LibTest/core/Match/operator_subscript_A02_t01: Fail, OK # co19 issue 290
250 LibTest/core/String/charCodeAt_A02_t01: Fail, OK # co19 issue 290
251 LibTest/core/String/operator_subscript_A02_t01: Fail, OK # co19 issue 290
252 LibTest/core/String/substring_A02_t01: Fail, OK # co19 issue 290
253
254 [ $compiler == dart2js && $unchecked ] 234 [ $compiler == dart2js && $unchecked ]
255 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure. 235 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure.
256 236
257 [ $compiler == dart2js && $runtime == jsshell ] 237 [ $compiler == dart2js && $runtime == jsshell ]
258 Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail # TODO(ahe): Triage the se tests. 238 Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail # TODO(ahe): Triage the se tests.
259 Language/07_Classes/8_Static_Variables_A02_t01: Fail # TODO(ahe): Triage these t ests. 239 Language/07_Classes/8_Static_Variables_A02_t01: Fail # TODO(ahe): Triage these t ests.
260 LibTest/core/Map/putIfAbsent_A01_t08: Fail # TODO(ahe): Triage these tests. 240 LibTest/core/Map/putIfAbsent_A01_t08: Fail # TODO(ahe): Triage these tests.
261 LibTest/core/double/round_A01_t01: Fail # TODO(ahe): Triage these tests. 241 LibTest/core/double/round_A01_t01: Fail # TODO(ahe): Triage these tests.
262 LibTest/core/double/toStringAsExponential_A01_t07: Fail # TODO(ahe): Triage thes e tests. 242 LibTest/core/double/toStringAsExponential_A01_t07: Fail # TODO(ahe): Triage thes e tests.
263 LibTest/core/double/toStringAsFixed_A01_t05: Fail # TODO(ahe): Triage these test s. 243 LibTest/core/double/toStringAsFixed_A01_t05: Fail # TODO(ahe): Triage these test s.
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 712 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
733 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 713 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
734 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 714 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
735 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 715 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
736 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 716 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
737 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 717 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
738 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 718 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
739 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 719 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
740 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 720 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
741 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 721 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/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698