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

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

Issue 17816007: Fixes co19 status file. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 5 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 | « 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 [ $runtime == vm && $system == windows ] 5 [ $runtime == vm && $system == windows ]
6 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. 6 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382.
7 7
8 [ $runtime == vm ] 8 [ $runtime == vm ]
9 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597 9 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597
10 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415. 10 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415.
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 [ $compiler == none && $runtime == vm && $system == macos ] 482 [ $compiler == none && $runtime == vm && $system == macos ]
483 LibTest/math/exp_A01_t01: Fail, OK # Issue co19 - 44 483 LibTest/math/exp_A01_t01: Fail, OK # Issue co19 - 44
484 LibTest/math/acos_A01_t01: Fail, OK # Issue co19 - 44 484 LibTest/math/acos_A01_t01: Fail, OK # Issue co19 - 44
485 LibTest/math/asin_A01_t01: Fail, OK # Issue co19 - 44 485 LibTest/math/asin_A01_t01: Fail, OK # Issue co19 - 44
486 LibTest/math/atan_A01_t01: Fail, OK # Issue co19 - 44 486 LibTest/math/atan_A01_t01: Fail, OK # Issue co19 - 44
487 LibTest/math/tan_A01_t01: Fail, OK # Issue co19 - 44 487 LibTest/math/tan_A01_t01: Fail, OK # Issue co19 - 44
488 488
489 [ $compiler == none && $runtime == vm && $system == linux ] 489 [ $compiler == none && $runtime == vm && $system == linux ]
490 LibTest/math/exp_A01_t01: Fail 490 LibTest/math/exp_A01_t01: Fail
491 491
492 [ $compiler == none && $runtime == vm && $system != win32 && $arch != x64 ]
493 LibTest/math/tan_A01_t01: Fail
494
492 [ $compiler == none && $runtime == vm && $arch != x64 ] 495 [ $compiler == none && $runtime == vm && $arch != x64 ]
493 LibTest/math/tan_A01_t01: Fail
494 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 496 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
495 497
496 498
497 [ $compiler == none && $runtime == vm && $arch == arm && $mode == debug ] 499 [ $compiler == none && $runtime == vm && $arch == arm && $mode == debug ]
498 LibTest/core/List/sort_A01_t05: Crash 500 LibTest/core/List/sort_A01_t05: Crash
499 LibTest/core/List/sort_A01_t06: Crash 501 LibTest/core/List/sort_A01_t06: Crash
500 502
501 [ $compiler == none && $runtime == vm && $arch == simarm ] 503 [ $compiler == none && $runtime == vm && $arch == simarm ]
502 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac 504 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
503 505
504 [ $compiler == none && $runtime == vm && $arch == simarm && $mode == debug ] 506 [ $compiler == none && $runtime == vm && $arch == simarm && $mode == debug ]
505 LibTest/core/List/sort_A01_t05: Crash 507 LibTest/core/List/sort_A01_t05: Crash
506 LibTest/core/List/sort_A01_t06: Crash 508 LibTest/core/List/sort_A01_t06: Crash
507 509
508 510
509 [ $compiler == none && $runtime == vm && $arch == mips ] 511 [ $compiler == none && $runtime == vm && $arch == mips ]
510 *: Skip 512 *: Skip
511 513
512 [ $compiler == none && $runtime == vm && $arch == simmips ] 514 [ $compiler == none && $runtime == vm && $arch == simmips ]
513 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac 515 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
514 516
515 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ] 517 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ]
516 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump. 518 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump.
517 LibTest/core/List/sort_A01_t05: Crash 519 LibTest/core/List/sort_A01_t05: Crash
518 LibTest/core/List/sort_A01_t06: Crash 520 LibTest/core/List/sort_A01_t06: Crash
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