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

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

Issue 17847006: Fixes integer negate intrinsic for arm and mips. (Closed) Base URL: http://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 | « runtime/vm/intrinsifier_mips.cc ('k') | tests/language/language.status » ('j') | 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 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 503
504 504
505 [ $compiler == none && $runtime == vm && $arch == ia32 ] 505 [ $compiler == none && $runtime == vm && $arch == ia32 ]
506 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 506 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
507 507
508 508
509 [ $compiler == none && $runtime == vm && $arch == arm ] 509 [ $compiler == none && $runtime == vm && $arch == arm ]
510 LibTest/math/tan_A01_t01: Pass, Fail 510 LibTest/math/tan_A01_t01: Pass, Fail
511 LibTest/math/sin_A01_t01: Pass, Fail 511 LibTest/math/sin_A01_t01: Pass, Fail
512 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 512 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
513 LibTest/core/int/operator_unary_minus_A01_t01: Pass, Fail
514 513
515 514
516 [ $compiler == none && $runtime == vm && $arch == arm && $mode == debug ] 515 [ $compiler == none && $runtime == vm && $arch == arm && $mode == debug ]
517 LibTest/core/List/sort_A01_t05: Crash 516 LibTest/core/List/sort_A01_t05: Crash
518 LibTest/core/List/sort_A01_t06: Crash 517 LibTest/core/List/sort_A01_t06: Crash
519 518
520 [ $compiler == none && $runtime == vm && $arch == simarm && $mode == release ] 519 [ $compiler == none && $runtime == vm && $arch == simarm && $mode == release ]
521 LibTest/math/tan_A01_t01: Fail 520 LibTest/math/tan_A01_t01: Fail
522 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac 521 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
523 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 522 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
524 LibTest/core/int/operator_unary_minus_A01_t01: Fail
525 523
526 [ $compiler == none && $runtime == vm && $arch == simarm && $mode == debug ] 524 [ $compiler == none && $runtime == vm && $arch == simarm && $mode == debug ]
527 LibTest/math/tan_A01_t01: Fail 525 LibTest/math/tan_A01_t01: Fail
528 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac 526 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
529 LibTest/core/List/sort_A01_t05: Crash 527 LibTest/core/List/sort_A01_t05: Crash
530 LibTest/core/List/sort_A01_t06: Crash 528 LibTest/core/List/sort_A01_t06: Crash
531 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 529 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
532 LibTest/core/int/operator_unary_minus_A01_t01: Fail
533 530
534 [ $compiler == none && $runtime == vm && $arch == mips ] 531 [ $compiler == none && $runtime == vm && $arch == mips ]
535 *: Skip 532 *: Skip
536 533
537 534
538 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == release ] 535 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == release ]
539 LibTest/math/tan_A01_t01: Fail 536 LibTest/math/tan_A01_t01: Fail
540 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac 537 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
541 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 538 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
542 LibTest/core/int/operator_unary_minus_A01_t01: Fail
543 539
544 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ] 540 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ]
545 LibTest/math/tan_A01_t01: Fail 541 LibTest/math/tan_A01_t01: Fail
546 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac 542 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
547 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump. 543 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump.
548 LibTest/core/List/sort_A01_t05: Crash 544 LibTest/core/List/sort_A01_t05: Crash
549 LibTest/core/List/sort_A01_t06: Crash 545 LibTest/core/List/sort_A01_t06: Crash
550 LibTest/core/int/operator_unary_minus_A01_t01: Fail
551 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 546 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
OLDNEW
« no previous file with comments | « runtime/vm/intrinsifier_mips.cc ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698