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

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

Issue 21363003: Enables per-function far-branches for ARM and MIPS. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 4 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
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] 5 [ $compiler == none]
6 Language/11_Expressions/33_Argument_Definition_Test_A01_t02: Fail, OK # co19 iss ue 436 6 Language/11_Expressions/33_Argument_Definition_Test_A01_t02: Fail, OK # co19 iss ue 436
7 Language/11_Expressions/33_Argument_Definition_Test_A02_t01: Fail, OK # co19 iss ue 436 7 Language/11_Expressions/33_Argument_Definition_Test_A02_t01: Fail, OK # co19 iss ue 436
8 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Fail, OK # co19 iss ue 436 8 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Fail, OK # co19 iss ue 436
9 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: Fail, OK # co19 iss ue 436 9 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: Fail, OK # co19 iss ue 436
10 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: Fail, OK # co19 iss ue 436 10 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: Fail, OK # co19 iss ue 436
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 510
511 [ $compiler == none && $runtime == vm && $system == linux ] 511 [ $compiler == none && $runtime == vm && $system == linux ]
512 LibTest/math/exp_A01_t01: Fail 512 LibTest/math/exp_A01_t01: Fail
513 513
514 [ $compiler == none && $runtime == vm && $system != windows && $arch != x64 && $ arch != arm ] 514 [ $compiler == none && $runtime == vm && $system != windows && $arch != x64 && $ arch != arm ]
515 LibTest/math/tan_A01_t01: Fail 515 LibTest/math/tan_A01_t01: Fail
516 516
517 [ $compiler == none && $runtime == vm && $arch != x64 ] 517 [ $compiler == none && $runtime == vm && $arch != x64 ]
518 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 518 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
519 519
520
521 [ $compiler == none && $runtime == vm && $arch == arm && $mode == debug ]
522 LibTest/core/List/sort_A01_t05: Crash # Too far relative jump.
523 LibTest/core/List/sort_A01_t06: Crash # Too far relative jump.
524
525 [ $compiler == none && $runtime == vm && $arch == simarm ] 520 [ $compiler == none && $runtime == vm && $arch == simarm ]
526 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac 521 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
527 522
528 [ $compiler == none && $runtime == vm && $arch == simarm && $mode == debug ]
529 LibTest/core/List/sort_A01_t05: Crash # Too far relative jump.
530 LibTest/core/List/sort_A01_t06: Crash # Too far relative jump.
531
532
533 [ $compiler == none && $runtime == vm && $arch == mips ] 523 [ $compiler == none && $runtime == vm && $arch == mips ]
534 *: Skip 524 *: Skip
535 525
536 [ $compiler == none && $runtime == vm && $arch == simmips ] 526 [ $compiler == none && $runtime == vm && $arch == simmips ]
537 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac 527 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
538
539 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ]
540 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump.
541 LibTest/core/List/sort_A01_t05: Crash
542 LibTest/core/List/sort_A01_t06: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698