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

Side by Side Diff: tests/co19/co19-runtime.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 static inline function. Redid the changes lost from previous patch. 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 [ $compiler == none && $runtime == vm ] 5 [ $compiler == none && $runtime == vm ]
6 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 6 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060
7 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # Dart issue 6060 7 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # Dart issue 6060
8 8
9 Language/05_Variables/05_Variables_A05_t04: Fail # Dart issue 5881 9 Language/05_Variables/05_Variables_A05_t04: Fail # Dart issue 5881
10 Language/05_Variables/05_Variables_A05_t11: Fail # Dart issue 5885 10 Language/05_Variables/05_Variables_A05_t11: Fail # Dart issue 5885
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 [ $compiler == none && $runtime == vm && $system == linux ] 255 [ $compiler == none && $runtime == vm && $system == linux ]
256 LibTest/math/exp_A01_t01: Fail 256 LibTest/math/exp_A01_t01: Fail
257 257
258 [ $compiler == none && $runtime == vm && $system == linux && $arch == ia32 ] 258 [ $compiler == none && $runtime == vm && $system == linux && $arch == ia32 ]
259 LibTest/math/sin_A01_t01: Fail 259 LibTest/math/sin_A01_t01: Fail
260 LibTest/math/tan_A01_t01: Fail 260 LibTest/math/tan_A01_t01: Fail
261 261
262 [ $compiler == none && $runtime == vm && $arch == x64 && $mode == debug ] 262 [ $compiler == none && $runtime == vm && $arch == x64 && $mode == debug ]
263 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout 263 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout
264 264
265 [ $compiler == none && $runtime == vm && $system == windows ]
266 LibTest/math/atan2_A01_t03: Fail # http://dartbug.com/5407
267 LibTest/core/double/operator_remainder_A01_t04: Fail # http://dartbug.com/5407
268 LibTest/core/double/remainder_A01_t04: Fail # http://dartbug.com/5407
269 LibTest/core/double/round_A01_t01: Fail # http://dartbug.com/5407
270 LibTest/core/int/operator_remainder_A01_t02: Fail # TODO(vm-team): Please triage this failure.
271 LibTest/core/int/remainder_A01_t02: Fail # TODO(vm-team): Please triage this fai lure.
272
273
274 [ $compiler == none && $runtime == vm ] 265 [ $compiler == none && $runtime == vm ]
275 266
276 # The following tests use the deprecated Date interface. 267 # The following tests use the deprecated Date interface.
277 # Issue co19 - 125 268 # Issue co19 - 125
278 LibTest/core/Date/toString_A02_t01: Fail, OK 269 LibTest/core/Date/toString_A02_t01: Fail, OK
279 LibTest/core/Date/year_A01_t01: Fail, OK 270 LibTest/core/Date/year_A01_t01: Fail, OK
280 271
281 LibTest/isolate/SendPort/send_A02_t02: Skip # co19 issue 293 272 LibTest/isolate/SendPort/send_A02_t02: Skip # co19 issue 293
282 LibTest/isolate/SendPort/send_A02_t03: Skip # co19 issue 293 273 LibTest/isolate/SendPort/send_A02_t03: Skip # co19 issue 293
283 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 274 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 321
331 322
332 [ $compiler == none && $runtime == vm && $mode == debug ] 323 [ $compiler == none && $runtime == vm && $mode == debug ]
333 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 324 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
334 325
335 [ $compiler == none && $arch == simarm ] 326 [ $compiler == none && $arch == simarm ]
336 *: Skip 327 *: Skip
337 328
338 [ $compiler == none && $arch == arm ] 329 [ $compiler == none && $arch == arm ]
339 *: Skip 330 *: Skip
OLDNEW
« runtime/platform/floating_point_win.cc ('K') | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698