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

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

Issue 17634003: Fixes bugs in arm and mips intrinsifier. (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/simulator_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 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 515
516 516
517 [ $compiler == none && $runtime == vm && $arch == arm && $mode == debug ] 517 [ $compiler == none && $runtime == vm && $arch == arm && $mode == debug ]
518 LibTest/core/Expect/throws_A01_t04: Crash 518 LibTest/core/Expect/throws_A01_t04: Crash
519 LibTest/core/List/sort_A01_t05: Crash 519 LibTest/core/List/sort_A01_t05: Crash
520 LibTest/core/List/sort_A01_t06: Crash 520 LibTest/core/List/sort_A01_t06: Crash
521 LibTest/core/double/ceil_A01_t02: Fail 521 LibTest/core/double/ceil_A01_t02: Fail
522 LibTest/core/double/floor_A01_t02: Fail 522 LibTest/core/double/floor_A01_t02: Fail
523 LibTest/core/double/truncate_A01_t01: Fail 523 LibTest/core/double/truncate_A01_t01: Fail
524 524
525 525 [ $compiler == none && $runtime == vm && $arch == simarm && $mode == release ]
526 [ $compiler == none && $runtime == vm && $arch == simarm ] 526 LibTest/math/tan_A01_t01: Fail
527 LibTest/math/tan_A01_t01: Pass, Fail 527 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
528 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 528 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
529 LibTest/core/int/operator_unary_minus_A01_t01: Fail, Pass # Pass on Mac 529 LibTest/core/int/operator_unary_minus_A01_t01: Fail
530 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac 530 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
531 LibTest/math/Random/nextDouble_A01_t01: Pass, Crash
532
533 531
534 [ $compiler == none && $runtime == vm && $arch == simarm && $mode == debug ] 532 [ $compiler == none && $runtime == vm && $arch == simarm && $mode == debug ]
533 LibTest/math/tan_A01_t01: Fail
534 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
535 LibTest/core/List/sort_A01_t05: Crash 535 LibTest/core/List/sort_A01_t05: Crash
536 LibTest/core/List/sort_A01_t06: Crash 536 LibTest/core/List/sort_A01_t06: Crash
537 LibTest/core/double/ceil_A01_t02: Fail, Pass # Pass on Mac 537 LibTest/core/double/ceil_A01_t02: Fail, Pass # Passes on Mac.
538 LibTest/core/double/floor_A01_t02: Fail, Pass # Pass on Mac 538 LibTest/core/double/floor_A01_t02: Fail, Pass # Passes on Mac.
539 LibTest/core/double/truncate_A01_t01: Fail, Pass # Pass on Mac 539 LibTest/core/double/truncate_A01_t01: Fail, Pass # Passes on Mac.
540 540 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
541 LibTest/core/int/operator_unary_minus_A01_t01: Fail
541 542
542 [ $compiler == none && $runtime == vm && $arch == mips ] 543 [ $compiler == none && $runtime == vm && $arch == mips ]
543 *: Skip 544 *: Skip
544 545
545 546
546 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == release ] 547 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == release ]
547 LibTest/math/tan_A01_t01: Fail 548 LibTest/math/tan_A01_t01: Fail
548 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac 549 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
549 LibTest/core/double/ceil_A01_t02: Fail
550 LibTest/core/double/floor_A01_t02: Fail
551 LibTest/core/double/truncate_A01_t01: Fail
552 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 550 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
551 LibTest/core/int/operator_unary_minus_A01_t01: Fail
553 552
554 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ] 553 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ]
555 LibTest/math/tan_A01_t01: Fail 554 LibTest/math/tan_A01_t01: Fail
556 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac 555 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
557 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump. 556 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump.
558 LibTest/core/List/sort_A01_t05: Crash 557 LibTest/core/List/sort_A01_t05: Crash
559 LibTest/core/List/sort_A01_t06: Crash 558 LibTest/core/List/sort_A01_t06: Crash
560 LibTest/core/double/ceil_A01_t02: Fail 559 LibTest/core/int/operator_unary_minus_A01_t01: Fail
561 LibTest/core/double/floor_A01_t02: Fail
562 LibTest/core/double/truncate_A01_t01: Fail
563 LibTest/math/Random/nextDouble_A01_t01: Crash
564 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 560 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
OLDNEW
« no previous file with comments | « runtime/vm/simulator_mips.cc ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698