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

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

Issue 11235054: Removed IllegalAccessException and UnsupportedOperationException. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: ADded test expectations. 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 | « samples/ui_lib/layout/ViewLayout.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 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(dart2dart-team): Please triage this failure. 6 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(dart2dart-team): Please triage this failure.
7 Language/05_Variables/05_Variables_A03_t11: Fail # TODO(dart2dart-team): Please triage this failure. 7 Language/05_Variables/05_Variables_A03_t11: Fail # TODO(dart2dart-team): Please triage this failure.
8 Language/05_Variables/05_Variables_A03_t12: Fail # TODO(dart2dart-team): Please triage this failure. 8 Language/05_Variables/05_Variables_A03_t12: Fail # TODO(dart2dart-team): Please triage this failure.
9 Language/05_Variables/05_Variables_A03_t13: Fail # TODO(dart2dart-team): Please triage this failure. 9 Language/05_Variables/05_Variables_A03_t13: Fail # TODO(dart2dart-team): Please triage this failure.
10 Language/05_Variables/05_Variables_A03_t14: Fail # TODO(dart2dart-team): Please triage this failure. 10 Language/05_Variables/05_Variables_A03_t14: Fail # TODO(dart2dart-team): Please triage this failure.
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 276 199 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 276
200 LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 276 200 LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 276
201 LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 276 201 LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 276
202 LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 276 202 LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 276
203 LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 276 203 LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 276
204 LibTest/core/ClosureArgumentMismatchException/toString_A01_t01: Fail, OK # co19 issue 276 204 LibTest/core/ClosureArgumentMismatchException/toString_A01_t01: Fail, OK # co19 issue 276
205 LibTest/core/ClosureArgumentMismatchException/ClosureArgumentMismatchException_A 01_t01: Fail, OK # co19 issue 276 205 LibTest/core/ClosureArgumentMismatchException/ClosureArgumentMismatchException_A 01_t01: Fail, OK # co19 issue 276
206 Language/11_Statements/15_Assert_A04_t04: Fail, OK # co19 issue 276 206 Language/11_Statements/15_Assert_A04_t04: Fail, OK # co19 issue 276
207 LibTest/isolate/ReceivePort/receive_A01_t02: Fail, OK # co19 issue 276 207 LibTest/isolate/ReceivePort/receive_A01_t02: Fail, OK # co19 issue 276
208 208
209 LibTest/core/IllegalAccessException/IllegalAccessException_A01_t01: Fail, OK # c o19 issue 285
210 LibTest/core/IllegalAccessException/toString_A01_t01: Fail, OK # co19 issue 285
211 LibTest/core/List/add_A02_t01: Fail, OK # co19 issue 285
212 LibTest/core/List/addAll_A02_t01: Fail, OK # co19 issue 285
213 LibTest/core/List/addLast_A02_t01: Fail, OK # co19 issue 285
214 LibTest/core/List/clear_A02_t01: Fail, OK # co19 issue 285
215 LibTest/core/List/insertRange_A02_t01: Fail, OK # co19 issue 285
216 LibTest/core/List/length_A04_t01: Fail, OK # co19 issue 285
217 LibTest/core/List/List_A01_t02: Fail, OK # co19 issue 285
218 LibTest/core/List/removeLast_A02_t01: Fail, OK # co19 issue 285
219 LibTest/core/List/removeRange_A02_t01: Fail, OK # co19 issue 285
220 LibTest/core/UnsupportedOperationException/toString_A01_t01: Fail, OK # co19 iss ue 285
221
209 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519 222 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519
210 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519 223 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519
211 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519 224 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519
212 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js 225 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js
213 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js 226 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js
214 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js 227 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js
215 Language/03_Overview/2_Privacy_A01_t06: Fail # New import syntax 228 Language/03_Overview/2_Privacy_A01_t06: Fail # New import syntax
216 Language/03_Overview/2_Privacy_A01_t14: Fail # inherited from dart2js 229 Language/03_Overview/2_Privacy_A01_t14: Fail # inherited from dart2js
217 Language/05_Variables/05_Variables_A01_t04: Fail # http://dartbug.com/5519 230 Language/05_Variables/05_Variables_A01_t04: Fail # http://dartbug.com/5519
218 Language/05_Variables/05_Variables_A01_t05: Fail # http://dartbug.com/5519 231 Language/05_Variables/05_Variables_A01_t05: Fail # http://dartbug.com/5519
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 616
604 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat ed factory syntax. 617 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat ed factory syntax.
605 618
606 619
607 [ $compiler == dart2dart && $system == windows ] 620 [ $compiler == dart2dart && $system == windows ]
608 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 621 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
609 LibTest/core/double/round_A01_t01: Fail # Result is NaN 622 LibTest/core/double/round_A01_t01: Fail # Result is NaN
610 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN 623 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN
611 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN 624 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN
612 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 625 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
OLDNEW
« no previous file with comments | « samples/ui_lib/layout/ViewLayout.dart ('k') | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698