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

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

Issue 17312003: Enables co19 tests for SIMMIPS. (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_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 ] 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 ] 9 [ $compiler == none && $runtime == vm ]
10 10
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 LibTest/core/List/sort_A01_t06: Crash 534 LibTest/core/List/sort_A01_t06: Crash
535 LibTest/core/double/ceil_A01_t02: Fail, Pass # Pass on Mac 535 LibTest/core/double/ceil_A01_t02: Fail, Pass # Pass on Mac
536 LibTest/core/double/floor_A01_t02: Fail, Pass # Pass on Mac 536 LibTest/core/double/floor_A01_t02: Fail, Pass # Pass on Mac
537 LibTest/core/double/truncate_A01_t01: Fail, Pass # Pass on Mac 537 LibTest/core/double/truncate_A01_t01: Fail, Pass # Pass on Mac
538 538
539 539
540 [ $compiler == none && $runtime == vm && $arch == mips ] 540 [ $compiler == none && $runtime == vm && $arch == mips ]
541 *: Skip 541 *: Skip
542 542
543 543
544 [ $compiler == none && $runtime == vm && $arch == simmips ] 544 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == release ]
545 *: Skip 545 LibTest/math/tan_A01_t01: Fail
546 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
547 LibTest/core/double/ceil_A01_t02: Fail
548 LibTest/core/double/floor_A01_t02: Fail
549 LibTest/core/double/truncate_A01_t01: Fail
550 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
546 551
552 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ]
553 LibTest/math/tan_A01_t01: Fail
554 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
555 LibTest/core/Expect/throws_A01_t04: Crash
556 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump.
557 LibTest/core/List/sort_A01_t05: Crash
558 LibTest/core/List/sort_A01_t06: Crash
559 LibTest/core/double/ceil_A01_t02: Fail
560 LibTest/core/double/floor_A01_t02: Fail
561 LibTest/core/double/truncate_A01_t01: Fail
562 LibTest/math/Random/nextDouble_A01_t01: Crash
563 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
OLDNEW
« no previous file with comments | « runtime/vm/intermediate_language_mips.cc ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698