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

Side by Side Diff: tests/co19/co19-dart2dart.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 | « pkg/unittest/lib/src/core_matchers.dart ('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
211 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519 191 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519
212 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519 192 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519
213 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519 193 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519
214 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js 194 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js
215 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js 195 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js
216 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js 196 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js
217 Language/03_Overview/2_Privacy_A01_t06: Fail # New import syntax 197 Language/03_Overview/2_Privacy_A01_t06: Fail # New import syntax
218 Language/03_Overview/2_Privacy_A01_t14: Fail # inherited from dart2js 198 Language/03_Overview/2_Privacy_A01_t14: Fail # inherited from dart2js
219 Language/05_Variables/05_Variables_A01_t04: Fail # http://dartbug.com/5519 199 Language/05_Variables/05_Variables_A01_t04: Fail # http://dartbug.com/5519
220 Language/05_Variables/05_Variables_A01_t05: Fail # http://dartbug.com/5519 200 Language/05_Variables/05_Variables_A01_t05: Fail # http://dartbug.com/5519
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 535
556 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # htt p://dartbug.com/6242 536 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # htt p://dartbug.com/6242
557 537
558 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail, OK # co19 issue 300 538 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail, OK # co19 issue 300
559 LibTest/core/NoSuchMethodError/toString_A01_t01: Fail, OK # co19 issue 300 539 LibTest/core/NoSuchMethodError/toString_A01_t01: Fail, OK # co19 issue 300
560 540
561 [ $compiler == dart2dart && $system == windows ] 541 [ $compiler == dart2dart && $system == windows ]
562 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 542 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
563 LibTest/core/double/round_A01_t01: Fail # Result is NaN 543 LibTest/core/double/round_A01_t01: Fail # Result is NaN
564 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 544 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
OLDNEW
« no previous file with comments | « pkg/unittest/lib/src/core_matchers.dart ('k') | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698