OLD | NEW |
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 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 | 513 LibTest/core/int/operator_unary_minus_A01_t01: Pass, Fail |
514 LibTest/math/Random/nextDouble_A01_t01: Pass, Fail | |
515 | 514 |
516 | 515 |
517 [ $compiler == none && $runtime == vm && $arch == arm && $mode == debug ] | 516 [ $compiler == none && $runtime == vm && $arch == arm && $mode == debug ] |
518 LibTest/core/Expect/throws_A01_t04: Crash | 517 LibTest/core/Expect/throws_A01_t04: Crash |
519 LibTest/core/List/sort_A01_t05: Crash | 518 LibTest/core/List/sort_A01_t05: Crash |
520 LibTest/core/List/sort_A01_t06: Crash | 519 LibTest/core/List/sort_A01_t06: Crash |
521 LibTest/core/double/ceil_A01_t02: Fail | 520 LibTest/core/double/ceil_A01_t02: Fail |
522 LibTest/core/double/floor_A01_t02: Fail | 521 LibTest/core/double/floor_A01_t02: Fail |
523 LibTest/core/double/truncate_A01_t01: Fail | 522 LibTest/core/double/truncate_A01_t01: Fail |
524 | 523 |
(...skipping 26 matching lines...) Expand all Loading... |
551 LibTest/core/int/operator_unary_minus_A01_t01: Fail | 550 LibTest/core/int/operator_unary_minus_A01_t01: Fail |
552 | 551 |
553 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ] | 552 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ] |
554 LibTest/math/tan_A01_t01: Fail | 553 LibTest/math/tan_A01_t01: Fail |
555 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac | 554 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac |
556 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump. | 555 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump. |
557 LibTest/core/List/sort_A01_t05: Crash | 556 LibTest/core/List/sort_A01_t05: Crash |
558 LibTest/core/List/sort_A01_t06: Crash | 557 LibTest/core/List/sort_A01_t06: Crash |
559 LibTest/core/int/operator_unary_minus_A01_t01: Fail | 558 LibTest/core/int/operator_unary_minus_A01_t01: Fail |
560 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 | 559 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
OLD | NEW |