| 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 [ $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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 | 462 |
| 463 [ $compiler == none && $runtime == vm && $system == linux ] | 463 [ $compiler == none && $runtime == vm && $system == linux ] |
| 464 LibTest/math/exp_A01_t01: Fail | 464 LibTest/math/exp_A01_t01: Fail |
| 465 | 465 |
| 466 [ $compiler == none && $runtime == vm && $system != windows && $arch != x64 && $
arch != arm ] | 466 [ $compiler == none && $runtime == vm && $system != windows && $arch != x64 && $
arch != arm ] |
| 467 LibTest/math/tan_A01_t01: Fail | 467 LibTest/math/tan_A01_t01: Fail |
| 468 | 468 |
| 469 [ $compiler == none && $runtime == vm && $arch != x64 ] | 469 [ $compiler == none && $runtime == vm && $arch != x64 ] |
| 470 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 | 470 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
| 471 | 471 |
| 472 | |
| 473 [ $compiler == none && $runtime == vm && $arch == arm && $mode == debug ] | |
| 474 LibTest/core/List/sort_A01_t05: Crash # Too far relative jump. | |
| 475 LibTest/core/List/sort_A01_t06: Crash # Too far relative jump. | |
| 476 | |
| 477 [ $compiler == none && $runtime == vm && $arch == simarm ] | 472 [ $compiler == none && $runtime == vm && $arch == simarm ] |
| 478 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac | 473 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac |
| 479 | 474 |
| 480 [ $compiler == none && $runtime == vm && $arch == simarm && $mode == debug ] | |
| 481 LibTest/core/List/sort_A01_t05: Crash # Too far relative jump. | |
| 482 LibTest/core/List/sort_A01_t06: Crash # Too far relative jump. | |
| 483 | |
| 484 | |
| 485 [ $compiler == none && $runtime == vm && $arch == mips ] | 475 [ $compiler == none && $runtime == vm && $arch == mips ] |
| 486 *: Skip | 476 *: Skip |
| 487 | 477 |
| 488 [ $compiler == none && $runtime == vm && $arch == simmips ] | 478 [ $compiler == none && $runtime == vm && $arch == simmips ] |
| 489 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac | 479 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac |
| 490 | |
| 491 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ] | |
| 492 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump. | |
| 493 LibTest/core/List/sort_A01_t05: Crash | |
| 494 LibTest/core/List/sort_A01_t06: Crash | |
| OLD | NEW |