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

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

Issue 16110002: Revert "Reapply "Make int a double in argument type checks."" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 | « sdk/lib/_internal/compiler/implementation/lib/js_number.dart ('k') | no next file » | 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 == dart2js && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
7 7
8 [ $compiler == dart2js && $checked && $runtime == ie9 ] 8 [ $compiler == dart2js && $checked && $runtime == ie9 ]
9 LibTest/core/Map/Map_class_A01_t04: Slow, Pass 9 LibTest/core/Map/Map_class_A01_t04: Slow, Pass
10 10
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 LibTest/math/cos_A01_t01: Fail # TODO(ahe): Please triage this failure. 158 LibTest/math/cos_A01_t01: Fail # TODO(ahe): Please triage this failure.
159 159
160 160
161 [ $compiler == dart2js ] 161 [ $compiler == dart2js ]
162 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # Issue 6750 162 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # Issue 6750
163 163
164 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 164 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355
165 165
166 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail # Partially impleme nted rediriecting constructors makes this fail. 166 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail # Partially impleme nted rediriecting constructors makes this fail.
167 167
168 Language/09_Generics/09_Generics_A04_t03: Fail # dart2js does not treat 2.0 as a double; dartbug.com/1533
169
168 [ $compiler == dart2js && $runtime == ie9 ] 170 [ $compiler == dart2js && $runtime == ie9 ]
169 Language/11_Expressions/03_Numbers_A01_t06: Fail # Issue: 8920 171 Language/11_Expressions/03_Numbers_A01_t06: Fail # Issue: 8920
170 Language/11_Expressions/03_Numbers_A01_t09: Fail # Issue: 8920 172 Language/11_Expressions/03_Numbers_A01_t09: Fail # Issue: 8920
171 Language/11_Expressions/06_Lists_A07_t02: Fail # Issue: 8920 173 Language/11_Expressions/06_Lists_A07_t02: Fail # Issue: 8920
172 Language/11_Expressions/07_Maps_A06_t02: Fail # Issue: 8920 174 Language/11_Expressions/07_Maps_A06_t02: Fail # Issue: 8920
173 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # Issue: 8920 175 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # Issue: 8920
174 LibTest/core/Date/Date_A01_t03: Fail # Issue: 8920 176 LibTest/core/Date/Date_A01_t03: Fail # Issue: 8920
175 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue: 8920 177 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue: 8920
176 LibTest/core/Date/timeZoneName_A01_t01: Fail # Issue: 8920 178 LibTest/core/Date/timeZoneName_A01_t01: Fail # Issue: 8920
177 LibTest/core/Date/year_A01_t01: Fail # Issue: 8920 179 LibTest/core/Date/year_A01_t01: Fail # Issue: 8920
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 LibTest/core/TypeError/line_A01_t01: Fail # TODO(ahe): Please triage this failur e. 268 LibTest/core/TypeError/line_A01_t01: Fail # TODO(ahe): Please triage this failur e.
267 LibTest/core/TypeError/srcType_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 269 LibTest/core/TypeError/srcType_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
268 LibTest/core/TypeError/url_A01_t01: Fail # TODO(ahe): Please triage this failure . 270 LibTest/core/TypeError/url_A01_t01: Fail # TODO(ahe): Please triage this failure .
269 271
270 Language/11_Expressions/11_Instance_Creation/1_New_A12_t02: Fail # http://dartbu g.com/3970 272 Language/11_Expressions/11_Instance_Creation/1_New_A12_t02: Fail # http://dartbu g.com/3970
271 273
272 Language/14_Types/3_Type_Declarations/1_Typedef_A01_t01: Fail # http://dartbug.c om/5022 274 Language/14_Types/3_Type_Declarations/1_Typedef_A01_t01: Fail # http://dartbug.c om/5022
273 275
274 LibTest/core/List/operator_subscript_A03_t01: Fail # http://dartbug.com/9228 276 LibTest/core/List/operator_subscript_A03_t01: Fail # http://dartbug.com/9228
275 LibTest/core/List/operator_subscripted_assignment_A03_t01: Fail # http://dartbug .com/9228 277 LibTest/core/List/operator_subscripted_assignment_A03_t01: Fail # http://dartbug .com/9228
278 Language/09_Generics/09_Generics_A04_t01: Fail, OK # 1.0 is an int in dart2js; d artbug.com/1533.
276 279
277 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 405 280 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 405
278 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 405 281 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 405
279 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK # co19 issue 405 282 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK # co19 issue 405
280 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail , OK # co19 issue 405 283 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail , OK # co19 issue 405
281 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail, O K # co19 issue 405 284 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail, O K # co19 issue 405
282 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail, O K # co19 issue 405 285 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail, O K # co19 issue 405
283 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail, O K # co19 issue 405 286 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail, O K # co19 issue 405
284 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail, O K # co19 issue 405 287 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail, O K # co19 issue 405
285 Language/11_Expressions/17_Getter_Invocation_A02_t02: Fail, OK # co19 issue 405 288 Language/11_Expressions/17_Getter_Invocation_A02_t02: Fail, OK # co19 issue 405
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 740 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
738 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 741 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
739 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 742 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
740 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 743 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
741 744
742 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 745 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
743 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 746 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
744 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 747 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
745 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 748 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
746 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 749 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/lib/js_number.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698