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

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

Issue 11411188: Fix floating point issues on Windows. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Moved round() back to c99_support_win. Cleaned up the code, added comments. Created 8 years 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 # Crashes first, please. Then untriaged bugs. There is a section below 5 # Crashes first, please. Then untriaged bugs. There is a section below
6 # for co19 bugs. 6 # for co19 bugs.
7 [ $compiler == dart2js ] 7 [ $compiler == dart2js ]
8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this failure.
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 Language/14_Types/5_Function_Types_A06_t01: Fail # TODO(ahe): Please triage this failure. 177 Language/14_Types/5_Function_Types_A06_t01: Fail # TODO(ahe): Please triage this failure.
178 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # TODO(ahe) : Please triage this failure. 178 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # TODO(ahe) : Please triage this failure.
179 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01: F ail # TODO(ahe): Please triage this failure. 179 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01: F ail # TODO(ahe): Please triage this failure.
180 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01: F ail # TODO(ahe): Please triage this failure. 180 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01: F ail # TODO(ahe): Please triage this failure.
181 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # TODO(ahe): Please triage this failure. 181 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # TODO(ahe): Please triage this failure.
182 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re. 182 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re.
183 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure. 183 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure.
184 LibTest/core/double/parse_A01_t01: Fail # TODO(ahe): Please triage this failure. 184 LibTest/core/double/parse_A01_t01: Fail # TODO(ahe): Please triage this failure.
185 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # TODO(ahe): Please triage thi s failure. 185 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # TODO(ahe): Please triage thi s failure.
186 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 186 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
187 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure.
188 LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure. 187 LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure.
189 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure. 188 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure.
190 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure. 189 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure.
191 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure. 190 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure.
192 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure. 191 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure.
193 192
194 # Partially implemented rediriecting constructors makes this fail. 193 # Partially implemented rediriecting constructors makes this fail.
195 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail 194 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail
196 195
196 [ $compiler == dart2js && ($system == linux || $system == macos)]
197 LibTest/math/exp_A01_t01: Fail # TODO(ahe): Please triage this failure.
197 198
198 [ $compiler == dart2js && $unchecked ] 199 [ $compiler == dart2js && $unchecked ]
199 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure. 200 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple ase triage this failure.
200 201
201 [ $compiler == dart2js && $runtime == jsshell ] 202 [ $compiler == dart2js && $runtime == jsshell ]
202 LibTest/core/double/round_A01_t01: Fail # TODO(ahe): Triage these tests. 203 LibTest/core/double/round_A01_t01: Fail # TODO(ahe): Triage these tests.
203 LibTest/core/double/toStringAsExponential_A01_t07: Fail # TODO(ahe): Triage thes e tests. 204 LibTest/core/double/toStringAsExponential_A01_t07: Fail # TODO(ahe): Triage thes e tests.
204 LibTest/core/double/toStringAsFixed_A01_t05: Fail # TODO(ahe): Triage these test s. 205 LibTest/core/double/toStringAsFixed_A01_t05: Fail # TODO(ahe): Triage these test s.
205 LibTest/core/double/toStringAsFixed_A01_t06: Fail # TODO(ahe): Triage these test s. 206 LibTest/core/double/toStringAsFixed_A01_t06: Fail # TODO(ahe): Triage these test s.
206 LibTest/core/double/toStringAsPrecision_A01_t07: Fail # TODO(ahe): Triage these tests. 207 LibTest/core/double/toStringAsPrecision_A01_t07: Fail # TODO(ahe): Triage these tests.
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 312 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294
312 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 294 313 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 294
313 314
314 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 287 315 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 287
315 316
316 LibTest/core/int/isOdd_A01_t01: Fail, OK # co19 issue 277 317 LibTest/core/int/isOdd_A01_t01: Fail, OK # co19 issue 277
317 LibTest/core/int/isEven_A01_t01: Fail, OK # co19 issue 277 318 LibTest/core/int/isEven_A01_t01: Fail, OK # co19 issue 277
318 319
319 Language/09_Generics/09_Generics_A05_t01: Fail # co19 issue 297 320 Language/09_Generics/09_Generics_A05_t01: Fail # co19 issue 297
320 321
321 [ $compiler == dart2js && $system == windows && $jscl ]
322 LibTest/core/double/operator_remainder_A01_t04: Fail
323
324 [ $compiler == dart2js ] 322 [ $compiler == dart2js ]
325 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics. 323 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics.
326 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail # htt p://dartbug.com/5026 324 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail # htt p://dartbug.com/5026
327 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics. 325 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics.
328 Language/06_Functions/2_Formal_Parameters_A03_t03: Fail # TODO(ahe): Enforce opt ional parameter semantics. 326 Language/06_Functions/2_Formal_Parameters_A03_t03: Fail # TODO(ahe): Enforce opt ional parameter semantics.
329 Language/06_Functions/2_Formal_Parameters_A03_t04: Fail # TODO(ahe): Enforce opt ional parameter semantics. 327 Language/06_Functions/2_Formal_Parameters_A03_t04: Fail # TODO(ahe): Enforce opt ional parameter semantics.
330 Language/06_Functions/2_Formal_Parameters_A03_t06: Fail # TODO(ahe): Enforce opt ional parameter semantics. 328 Language/06_Functions/2_Formal_Parameters_A03_t06: Fail # TODO(ahe): Enforce opt ional parameter semantics.
331 329
332 Language/11_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error: not a compile-time constant 330 Language/11_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error: not a compile-time constant
333 Language/11_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error: not a compile-time constant 331 Language/11_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error: not a compile-time constant
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 628 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
631 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 629 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
632 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 630 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
633 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 631 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
634 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 632 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
635 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 633 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
636 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 634 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
637 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 635 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
638 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 636 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
639 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 637 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698