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

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

Issue 11233063: Move ObjectNotClosureException and ClosureArgumentMismatchException to patch file. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: checked mode test expectations. Created 8 years, 2 months 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 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 185
186 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258: 186 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258:
187 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK 187 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK
188 Language/14_Types/5_Function_Types_A01_t21: Fail, OK 188 Language/14_Types/5_Function_Types_A01_t21: Fail, OK
189 189
190 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. 190 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out.
191 191
192 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272 192 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272
193 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # co19 issue 272 193 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # co19 issue 272
194 194
195 LibTest/core/ObjectNotClosureException/toString_A01_t01: Fail, OK # co19 issue 2 76
196 LibTest/core/ObjectNotClosureException/ObjectNotClosureException_A01_t01: Fail, OK # co19 issue 276
197 LibTest/core/List/forEach_A02_t01: Fail, OK # co19 issue 276
198 LibTest/core/List/some_A03_t01: Fail, OK # co19 issue 276
199 LibTest/core/List/every_A03_t01: Fail, OK # co19 issue 276
200 LibTest/core/List/filter_A03_t01: Fail, OK # co19 issue 276
201 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 276
202 LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 276
203 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 276
204 LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 276
205 LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 276
206 LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 276
207 LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 276
208 LibTest/core/ClosureArgumentMismatchException/toString_A01_t01: Fail, OK # co19 issue 276
209 LibTest/core/ClosureArgumentMismatchException/ClosureArgumentMismatchException_A 01_t01: Fail, OK # co19 issue 276
210 Language/11_Statements/15_Assert_A04_t04: Fail, OK # co19 issue 276
211 LibTest/isolate/ReceivePort/receive_A01_t02: Fail, OK # co19 issue 276
212
195 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519 213 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519
196 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519 214 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519
197 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519 215 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519
198 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js 216 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js
199 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js 217 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js
200 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js 218 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js
201 Language/03_Overview/2_Privacy_A01_t06: Fail # New import syntax 219 Language/03_Overview/2_Privacy_A01_t06: Fail # New import syntax
202 Language/03_Overview/2_Privacy_A01_t11: Fail # inherited from dart2js 220 Language/03_Overview/2_Privacy_A01_t11: Fail # inherited from dart2js
203 Language/03_Overview/2_Privacy_A01_t14: Fail # inherited from dart2js 221 Language/03_Overview/2_Privacy_A01_t14: Fail # inherited from dart2js
204 Language/05_Variables/05_Variables_A01_t04: Fail # http://dartbug.com/5519 222 Language/05_Variables/05_Variables_A01_t04: Fail # http://dartbug.com/5519
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 608
591 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat ed factory syntax. 609 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat ed factory syntax.
592 610
593 611
594 [ $compiler == dart2dart && $system == windows ] 612 [ $compiler == dart2dart && $system == windows ]
595 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 613 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
596 LibTest/core/double/round_A01_t01: Fail # Result is NaN 614 LibTest/core/double/round_A01_t01: Fail # Result is NaN
597 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN 615 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN
598 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN 616 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN
599 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 617 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