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

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

Issue 16695007: Fix decoding of object pool access in code patching on ARM. (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/intermediate_language_arm.cc ('k') | tests/isolate/isolate.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 ] 5 [ $runtime == vm ]
6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597 6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597
7 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415. 7 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415.
8 8
9 [ $compiler == none && $runtime == vm && $unchecked ] 9 [ $compiler == none && $runtime == vm && $unchecked ]
10 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure. 10 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure.
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 503
504 LibTest/async/Completer/completeError_A03_t02: Fail # No AsyncError anymore. Iss ue 407 504 LibTest/async/Completer/completeError_A03_t02: Fail # No AsyncError anymore. Iss ue 407
505 LibTest/async/Completer/complete_A02_t02: Fail # No AsyncError anymore. Issue 40 7 505 LibTest/async/Completer/complete_A02_t02: Fail # No AsyncError anymore. Issue 40 7
506 LibTest/async/Future/catchError_A01_t01: Fail # No AsyncError anymore. Issue 407 506 LibTest/async/Future/catchError_A01_t01: Fail # No AsyncError anymore. Issue 407
507 LibTest/async/Future/catchError_A01_t02: Fail # No AsyncError anymore. Issue 407 507 LibTest/async/Future/catchError_A01_t02: Fail # No AsyncError anymore. Issue 407
508 508
509 [ $compiler == none && $runtime == vm && $unchecked ] 509 [ $compiler == none && $runtime == vm && $unchecked ]
510 LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issu e 402 510 LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issu e 402
511 511
512 [ $compiler == none && $runtime == vm && $arch == arm ] 512 [ $compiler == none && $runtime == vm && $arch == arm ]
513 LibTest/math/tan_A01_t01: Pass, Fail 513 LibTest/math/tan_A01_t01: Fail
514 LibTest/math/cos_A01_t01: Pass, Fail 514 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
515 LibTest/math/sin_A01_t01: Pass, Fail 515 LibTest/core/int/operator_unary_minus_A01_t01: Fail
516 LibTest/math/Random/nextDouble_A01_t01: Pass, Crash, Fail
517 LibTest/core/int/operator_left_shift_A01_t02: Fail
518 LibTest/core/int/operator_unary_minus_A01_t01: Fail, Pass
519 516
520 [ $compiler == none && $runtime == vm && $arch == arm && $mode == debug ] 517 [ $compiler == none && $runtime == vm && $arch == arm && $mode == debug ]
521 LibTest/core/Expect/throws_A01_t04: Crash 518 LibTest/core/Expect/throws_A01_t04: Crash
522 LibTest/core/List/sort_A01_t04: Crash
523 LibTest/core/List/sort_A01_t05: Crash 519 LibTest/core/List/sort_A01_t05: Crash
524 LibTest/core/List/sort_A01_t06: Crash 520 LibTest/core/List/sort_A01_t06: Crash
525 LibTest/core/double/ceil_A01_t02: Fail, Pass 521 LibTest/core/double/ceil_A01_t02: Fail
526 LibTest/core/double/floor_A01_t02: Fail, Pass 522 LibTest/core/double/floor_A01_t02: Fail
527 LibTest/core/double/truncate_A01_t01: Fail, Pass 523 LibTest/core/double/truncate_A01_t01: Fail
528 LibTest/core/int/operator_left_shift_A01_t02: Fail
529 LibTest/core/int/operator_unary_minus_A01_t01: Fail, Pass
530 524
531 [ $compiler == none && $runtime == vm && $arch == simarm ] 525 [ $compiler == none && $runtime == vm && $arch == simarm ]
532 LibTest/math/tan_A01_t01: Pass, Fail 526 LibTest/math/tan_A01_t01: Fail
533 LibTest/math/cos_A01_t01: Pass, Fail 527 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
534 LibTest/math/sin_A01_t01: Pass, Fail 528 LibTest/core/int/operator_unary_minus_A01_t01: Fail
535 LibTest/math/Random/nextDouble_A01_t01: Pass, Crash, Fail
536 LibTest/core/int/operator_left_shift_A01_t02: Fail
537 LibTest/core/int/operator_unary_minus_A01_t01: Fail, Pass
538 529
539 [ $compiler == none && $runtime == vm && $arch == simarm && $mode == debug ] 530 [ $compiler == none && $runtime == vm && $arch == simarm && $mode == debug ]
540 LibTest/core/Expect/throws_A01_t04: Crash 531 LibTest/core/Expect/throws_A01_t04: Crash
541 LibTest/core/List/sort_A01_t04: Crash
542 LibTest/core/List/sort_A01_t05: Crash 532 LibTest/core/List/sort_A01_t05: Crash
543 LibTest/core/List/sort_A01_t06: Crash 533 LibTest/core/List/sort_A01_t06: Crash
544 LibTest/core/double/ceil_A01_t02: Fail, Pass 534 LibTest/core/double/ceil_A01_t02: Fail
545 LibTest/core/double/floor_A01_t02: Fail, Pass 535 LibTest/core/double/floor_A01_t02: Fail
546 LibTest/core/double/truncate_A01_t01: Fail, Pass 536 LibTest/core/double/truncate_A01_t01: Fail
547 LibTest/core/int/operator_left_shift_A01_t02: Fail
548 LibTest/core/int/operator_unary_minus_A01_t01: Fail, Pass
549 537
550 [ $compiler == none && $runtime == vm && $arch == mips ] 538 [ $compiler == none && $runtime == vm && $arch == mips ]
551 *: Skip 539 *: Skip
552 540
553 [ $compiler == none && $runtime == vm && $arch == simmips ] 541 [ $compiler == none && $runtime == vm && $arch == simmips ]
554 *: Skip 542 *: Skip
555 543
OLDNEW
« no previous file with comments | « runtime/vm/intermediate_language_arm.cc ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698