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

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: 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
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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 106
107 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258: 107 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258:
108 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK 108 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK
109 Language/14_Types/5_Function_Types_A01_t21: Fail, OK 109 Language/14_Types/5_Function_Types_A01_t21: Fail, OK
110 110
111 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. 111 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out.
112 112
113 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272 113 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272
114 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # co19 issue 272 114 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # co19 issue 272
115 115
116 LibTest/core/ObjectNotClosureException/toString_A01_t01: Fail, OK # co19 issue 2 76
117 LibTest/core/ObjectNotClosureException/ObjectNotClosureException_A01_t01: Fail, OK # co19 issue 276
118 LibTest/core/List/forEach_A02_t01: Fail, OK # co19 issue 276
119 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 276
120 LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 276
121 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 276
122 LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 276
123 LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 276
124 LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 276
125 LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 276
126 LibTest/core/ClosureArgumentMismatchException/toString_A01_t01: Fail, OK # co19 issue 276
127 LibTest/core/ClosureArgumentMismatchException/ClosureArgumentMismatchException_A 01_t01: Fail, OK # co19 issue 276
128 Language/11_Statements/15_Assert_A04_t04: Fail, OK # co19 issue 276
129
116 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519 130 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519
117 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519 131 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519
118 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519 132 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519
119 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js 133 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js
120 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js 134 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js
121 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js 135 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js
122 Language/03_Overview/2_Privacy_A01_t06: Fail # New import syntax 136 Language/03_Overview/2_Privacy_A01_t06: Fail # New import syntax
123 Language/03_Overview/2_Privacy_A01_t11: Fail # inherited from dart2js 137 Language/03_Overview/2_Privacy_A01_t11: Fail # inherited from dart2js
124 Language/03_Overview/2_Privacy_A01_t14: Fail # inherited from dart2js 138 Language/03_Overview/2_Privacy_A01_t14: Fail # inherited from dart2js
125 Language/05_Variables/05_Variables_A01_t04: Fail # http://dartbug.com/5519 139 Language/05_Variables/05_Variables_A01_t04: Fail # http://dartbug.com/5519
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 525
512 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat ed factory syntax. 526 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat ed factory syntax.
513 527
514 528
515 [ $compiler == dart2dart && $system == windows ] 529 [ $compiler == dart2dart && $system == windows ]
516 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 530 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
517 LibTest/core/double/round_A01_t01: Fail # Result is NaN 531 LibTest/core/double/round_A01_t01: Fail # Result is NaN
518 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN 532 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN
519 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN 533 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN
520 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 534 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698