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

Side by Side Diff: dart/tests/co19/co19-runtime.status

Issue 11234055: More math status tweaking. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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
« no previous file with comments | « no previous file | 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 == none && $runtime == vm ] 5 [ $compiler == none && $runtime == vm ]
6 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258: 6 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258:
7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK 7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK
8 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK 8 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK
9 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK 9 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK
10 Language/14_Types/5_Function_Types_A01_t21: Fail, OK 10 Language/14_Types/5_Function_Types_A01_t21: Fail, OK
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 LibTest/math/acos_A01_t01: Fail, OK # Issue co19 - 44 291 LibTest/math/acos_A01_t01: Fail, OK # Issue co19 - 44
292 LibTest/math/asin_A01_t01: Fail, OK # Issue co19 - 44 292 LibTest/math/asin_A01_t01: Fail, OK # Issue co19 - 44
293 LibTest/math/atan_A01_t01: Fail, OK # Issue co19 - 44 293 LibTest/math/atan_A01_t01: Fail, OK # Issue co19 - 44
294 LibTest/math/tan_A01_t01: Fail, OK # Issue co19 - 44 294 LibTest/math/tan_A01_t01: Fail, OK # Issue co19 - 44
295 295
296 [ $compiler == none && $runtime == vm && $system == linux ] 296 [ $compiler == none && $runtime == vm && $system == linux ]
297 LibTest/math/exp_A01_t01: Fail 297 LibTest/math/exp_A01_t01: Fail
298 298
299 [ $compiler == none && $runtime == vm && $system == linux && $arch == ia32 ] 299 [ $compiler == none && $runtime == vm && $system == linux && $arch == ia32 ]
300 LibTest/math/sin_A01_t01: Fail 300 LibTest/math/sin_A01_t01: Fail
301 LibTest/math/tan_A01_t01: Fail
301 302
302 [ $compiler == none && $runtime == vm && $arch == x64 && $mode == debug ] 303 [ $compiler == none && $runtime == vm && $arch == x64 && $mode == debug ]
303 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout 304 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout
304 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout 305 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout
305 306
306 [ $compiler == none && $runtime == vm && $system == windows ] 307 [ $compiler == none && $runtime == vm && $system == windows ]
307 LibTest/math/atan2_A01_t03: Fail # http://dartbug.com/5407 308 LibTest/math/atan2_A01_t03: Fail # http://dartbug.com/5407
308 LibTest/core/double/operator_remainder_A01_t04: Fail # http://dartbug.com/5407 309 LibTest/core/double/operator_remainder_A01_t04: Fail # http://dartbug.com/5407
309 LibTest/core/double/remainder_A01_t04: Fail # http://dartbug.com/5407 310 LibTest/core/double/remainder_A01_t04: Fail # http://dartbug.com/5407
310 LibTest/core/double/round_A01_t01: Fail # http://dartbug.com/5407 311 LibTest/core/double/round_A01_t01: Fail # http://dartbug.com/5407
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 401
401 402
402 [ $compiler == none && $runtime == vm && $mode == debug ] 403 [ $compiler == none && $runtime == vm && $mode == debug ]
403 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 404 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
404 405
405 [ $compiler == none && $arch == simarm ] 406 [ $compiler == none && $arch == simarm ]
406 *: Skip 407 *: Skip
407 408
408 [ $compiler == none && $arch == arm ] 409 [ $compiler == none && $arch == arm ]
409 *: Skip 410 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698