| 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 |
| 11 | 11 |
| 12 LibTest/math/max_A01_t03: Fail # co19 issue 467 | 12 LibTest/math/max_A01_t03: Fail # co19 issue 467 |
| 13 LibTest/math/min_A01_t03: Fail # co19 issue 467 | 13 LibTest/math/min_A01_t03: Fail # co19 issue 467 |
| 14 | 14 |
| 15 [ $runtime == vm && $system == windows ] | 15 [ $runtime == vm && $system == windows ] |
| 16 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. | 16 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. |
| 17 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383. |
| 17 | 18 |
| 18 [ $runtime == vm ] | 19 [ $runtime == vm ] |
| 19 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # Issue
9597 (question-mark operator) | 20 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # Issue
9597 (question-mark operator) |
| 20 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415. | 21 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415. |
| 21 | 22 |
| 22 [ $compiler == none && $runtime == vm ] | 23 [ $compiler == none && $runtime == vm ] |
| 23 | 24 |
| 24 # The following tests fail because they contain number literals with a + prefix
(co19 issue 428) | 25 # The following tests fail because they contain number literals with a + prefix
(co19 issue 428) |
| 25 LibTest/core/double/floor_A01_t05: Fail # co19 issue 428 | 26 LibTest/core/double/floor_A01_t05: Fail # co19 issue 428 |
| 26 LibTest/core/double/ceil_A01_t05: Fail # co19 issue 428 | 27 LibTest/core/double/ceil_A01_t05: Fail # co19 issue 428 |
| (...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 | 532 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
| 532 | 533 |
| 533 [ $compiler == none && $runtime == vm && $arch == simarm ] | 534 [ $compiler == none && $runtime == vm && $arch == simarm ] |
| 534 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac | 535 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac |
| 535 | 536 |
| 536 [ $compiler == none && $runtime == vm && $arch == mips ] | 537 [ $compiler == none && $runtime == vm && $arch == mips ] |
| 537 *: Skip | 538 *: Skip |
| 538 | 539 |
| 539 [ $compiler == none && $runtime == vm && $arch == simmips ] | 540 [ $compiler == none && $runtime == vm && $arch == simmips ] |
| 540 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac | 541 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac |
| OLD | NEW |