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

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

Issue 11275042: Renaming IndexOutOfRangeException to RangeError. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Regenerated html files. 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 | « runtime/vm/exceptions.cc ('k') | tests/co19/co19-dart2js.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 [ $compiler == dart2dart ] 5 [ $compiler == dart2dart ]
6 # Calling unresolved class constructor: 6 # Calling unresolved class constructor:
7 Language/03_Overview/2_Privacy_A01_t19: Fail 7 Language/03_Overview/2_Privacy_A01_t19: Fail
8 Language/03_Overview/2_Privacy_A01_t20: Fail 8 Language/03_Overview/2_Privacy_A01_t20: Fail
9 Language/07_Classes/6_Constructors_A03_t03: Fail 9 Language/07_Classes/6_Constructors_A03_t03: Fail
10 Language/11_Expressions/11_Instance_Creation/1_New_A06_t04: Fail 10 Language/11_Expressions/11_Instance_Creation/1_New_A06_t04: Fail
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288 181 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288
182 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 288 182 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 288
183 LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288 183 LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288
184 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 288 184 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 288
185 LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288 185 LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288
186 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK # co19 issue 288 186 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK # co19 issue 288
187 LibTest/core/NoMoreElementsException/toString_A01_t01: Fail, OK # co19 issue 288 187 LibTest/core/NoMoreElementsException/toString_A01_t01: Fail, OK # co19 issue 288
188 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is sue 288 188 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is sue 288
189 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288 189 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288
190 190
191 LibTest/core/List/getRange_A04_t01: Fail, OK # co19 issue 290
192 LibTest/core/List/insertRange_A06_t01: Fail, OK # co19 issue 290
193 LibTest/core/List/last_A02_t01: Fail, OK # co19 issue 290
194 LibTest/core/List/length_A05_t01: Fail, OK # co19 issue 290
195 LibTest/core/List/List_A01_t01: Fail, OK # co19 issue 290
196 LibTest/core/List/operator_subscript_A02_t01: Fail, OK # co19 issue 290
197 LibTest/core/List/operator_subscripted_assignment_A02_t01: Fail, OK # co19 issue 290
198 LibTest/core/List/removeLast_A01_t02: Fail, OK # co19 issue 290
199 LibTest/core/List/removeRange_A05_t01: Fail, OK # co19 issue 290
200 LibTest/core/List/setRange_A02_t01: Fail, OK # co19 issue 290
201 LibTest/core/List/setRange_A02_t02: Fail, OK # co19 issue 290
202 LibTest/core/List/setRange_A03_t01: Fail, OK # co19 issue 290
203 LibTest/core/List/setRange_A03_t02: Fail, OK # co19 issue 290
204 LibTest/core/Match/group_A02_t01: Fail, OK # co19 issue 290
205 LibTest/core/Match/groups_A02_t01: Fail, OK # co19 issue 290
206 LibTest/core/Match/operator_subscript_A02_t01: Fail, OK # co19 issue 290
207 LibTest/core/String/charCodeAt_A02_t01: Fail, OK # co19 issue 290
208 LibTest/core/String/operator_subscript_A02_t01: Fail, OK # co19 issue 290
209 LibTest/core/String/substring_A02_t01: Fail, OK # co19 issue 290
210
191 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519 211 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519
192 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519 212 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519
193 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519 213 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519
194 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js 214 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js
195 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js 215 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js
196 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js 216 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js
197 Language/03_Overview/2_Privacy_A01_t06: Fail # New import syntax 217 Language/03_Overview/2_Privacy_A01_t06: Fail # New import syntax
198 Language/03_Overview/2_Privacy_A01_t14: Fail # inherited from dart2js 218 Language/03_Overview/2_Privacy_A01_t14: Fail # inherited from dart2js
199 Language/05_Variables/05_Variables_A01_t04: Fail # http://dartbug.com/5519 219 Language/05_Variables/05_Variables_A01_t04: Fail # http://dartbug.com/5519
200 Language/05_Variables/05_Variables_A01_t05: Fail # http://dartbug.com/5519 220 Language/05_Variables/05_Variables_A01_t05: Fail # http://dartbug.com/5519
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, Pass # inherited from dart2js: fails in minify, self-reference typedef check not performed 522 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, Pass # inherited from dart2js: fails in minify, self-reference typedef check not performed
503 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, Pass # inherited from dart2js: fails in minify, self-reference typedef check not performed 523 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, Pass # inherited from dart2js: fails in minify, self-reference typedef check not performed
504 Language/14_Types/5_Function_Types_A01_t05: Fail # inherited from dart2js 524 Language/14_Types/5_Function_Types_A01_t05: Fail # inherited from dart2js
505 Language/14_Types/5_Function_Types_A02_t01: Fail # inherited from VM 525 Language/14_Types/5_Function_Types_A02_t01: Fail # inherited from VM
506 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # inherited from dart2js 526 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # inherited from dart2js
507 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # inherited from dart2js 527 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # inherited from dart2js
508 LibTest/core/Date/Date.fromString_A03_t01: Fail, OK # Issue co19 - 121 528 LibTest/core/Date/Date.fromString_A03_t01: Fail, OK # Issue co19 - 121
509 LibTest/core/Date/toString_A02_t01: Fail, OK # inherited from VM 529 LibTest/core/Date/toString_A02_t01: Fail, OK # inherited from VM
510 LibTest/core/Date/year_A01_t01: Fail, OK # inherited from VM 530 LibTest/core/Date/year_A01_t01: Fail, OK # inherited from VM
511 LibTest/core/double/toRadixString_A01_t01: Fail # inherited from VM 531 LibTest/core/double/toRadixString_A01_t01: Fail # inherited from VM
512 LibTest/core/Expect/throws_A02_t01: Fail, OK # Issue co19 - 42
513 LibTest/core/int/operator_left_shift_A01_t02: Fail, OK # co19 issue 129 532 LibTest/core/int/operator_left_shift_A01_t02: Fail, OK # co19 issue 129
514 LibTest/core/int/toRadixString_A01_t01: Fail # inherited from VM 533 LibTest/core/int/toRadixString_A01_t01: Fail # inherited from VM
515 LibTest/core/Match/operator_subscript_A01_t01: Fail # inherited from VM 534 LibTest/core/Match/operator_subscript_A01_t01: Fail # inherited from VM
516 LibTest/core/RegExp/firstMatch_A01_t01: Fail # inherited from VM 535 LibTest/core/RegExp/firstMatch_A01_t01: Fail # inherited from VM
517 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # inherited from VM 536 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # inherited from VM
518 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # inherited from VM 537 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # inherited from VM
519 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # inherited from VM 538 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # inherited from VM
520 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail 539 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail
521 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # i nherited from VM 540 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # i nherited from VM
522 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # inherited from VM 541 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # inherited from VM
(...skipping 13 matching lines...) Expand all
536 555
537 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # htt p://dartbug.com/6242 556 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # htt p://dartbug.com/6242
538 557
539 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail, OK # co19 issue 300 558 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail, OK # co19 issue 300
540 LibTest/core/NoSuchMethodError/toString_A01_t01: Fail, OK # co19 issue 300 559 LibTest/core/NoSuchMethodError/toString_A01_t01: Fail, OK # co19 issue 300
541 560
542 [ $compiler == dart2dart && $system == windows ] 561 [ $compiler == dart2dart && $system == windows ]
543 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 562 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
544 LibTest/core/double/round_A01_t01: Fail # Result is NaN 563 LibTest/core/double/round_A01_t01: Fail # Result is NaN
545 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 564 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
OLDNEW
« no previous file with comments | « runtime/vm/exceptions.cc ('k') | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698