| 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] |
| 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 |
| 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 |
| 10 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: Fail, OK # co19 iss
ue 436 |
| 11 |
| 5 [ $runtime == vm && $system == windows ] | 12 [ $runtime == vm && $system == windows ] |
| 6 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. | 13 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. |
| 7 | 14 |
| 8 [ $runtime == vm ] | 15 [ $runtime == vm ] |
| 9 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http:
//dartbug.com/9597 | 16 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. | 17 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415. |
| 11 | 18 |
| 12 [ $compiler == none && $runtime == vm ] | 19 [ $compiler == none && $runtime == vm ] |
| 13 | 20 |
| 14 # The following tests fail because they contain number literals with a + prefix
(co19 issue 428) | 21 # The following tests fail because they contain number literals with a + prefix
(co19 issue 428) |
| (...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 511 [ $compiler == none && $runtime == vm && $arch == mips ] | 518 [ $compiler == none && $runtime == vm && $arch == mips ] |
| 512 *: Skip | 519 *: Skip |
| 513 | 520 |
| 514 [ $compiler == none && $runtime == vm && $arch == simmips ] | 521 [ $compiler == none && $runtime == vm && $arch == simmips ] |
| 515 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac | 522 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac |
| 516 | 523 |
| 517 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ] | 524 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ] |
| 518 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump. | 525 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump. |
| 519 LibTest/core/List/sort_A01_t05: Crash | 526 LibTest/core/List/sort_A01_t05: Crash |
| 520 LibTest/core/List/sort_A01_t06: Crash | 527 LibTest/core/List/sort_A01_t06: Crash |
| OLD | NEW |