| 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 ] | 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 && $unchecked ] | 9 [ $compiler == none && $runtime == vm && $unchecked ] |
| 10 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea
se triage this failure. | 10 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea
se triage this failure. |
| (...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 515 LibTest/core/Expect/throws_A01_t04: Crash | 515 LibTest/core/Expect/throws_A01_t04: Crash |
| 516 LibTest/core/List/sort_A01_t05: Crash | 516 LibTest/core/List/sort_A01_t05: Crash |
| 517 LibTest/core/List/sort_A01_t06: Crash | 517 LibTest/core/List/sort_A01_t06: Crash |
| 518 LibTest/core/double/ceil_A01_t02: Fail | 518 LibTest/core/double/ceil_A01_t02: Fail |
| 519 LibTest/core/double/floor_A01_t02: Fail | 519 LibTest/core/double/floor_A01_t02: Fail |
| 520 LibTest/core/double/truncate_A01_t01: Fail | 520 LibTest/core/double/truncate_A01_t01: Fail |
| 521 | 521 |
| 522 [ $compiler == none && $runtime == vm && $arch == simarm ] | 522 [ $compiler == none && $runtime == vm && $arch == simarm ] |
| 523 LibTest/math/tan_A01_t01: Fail | 523 LibTest/math/tan_A01_t01: Fail |
| 524 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 | 524 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
| 525 LibTest/core/int/operator_unary_minus_A01_t01: Fail | 525 LibTest/core/int/operator_unary_minus_A01_t01: Fail, Pass # Pass on Mac |
| 526 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac |
| 526 | 527 |
| 527 [ $compiler == none && $runtime == vm && $arch == simarm && $mode == debug ] | 528 [ $compiler == none && $runtime == vm && $arch == simarm && $mode == debug ] |
| 528 LibTest/core/Expect/throws_A01_t04: Crash | 529 LibTest/core/Expect/throws_A01_t04: Crash |
| 529 LibTest/core/List/sort_A01_t05: Crash | 530 LibTest/core/List/sort_A01_t05: Crash |
| 530 LibTest/core/List/sort_A01_t06: Crash | 531 LibTest/core/List/sort_A01_t06: Crash |
| 531 LibTest/core/double/ceil_A01_t02: Fail | 532 LibTest/core/double/ceil_A01_t02: Fail, Pass # Pass on Mac |
| 532 LibTest/core/double/floor_A01_t02: Fail | 533 LibTest/core/double/floor_A01_t02: Fail, Pass # Pass on Mac |
| 533 LibTest/core/double/truncate_A01_t01: Fail | 534 LibTest/core/double/truncate_A01_t01: Fail, Pass # Pass on Mac |
| 534 | 535 |
| 535 [ $compiler == none && $runtime == vm && $arch == mips ] | 536 [ $compiler == none && $runtime == vm && $arch == mips ] |
| 536 *: Skip | 537 *: Skip |
| 537 | 538 |
| 538 [ $compiler == none && $runtime == vm && $arch == simmips ] | 539 [ $compiler == none && $runtime == vm && $arch == simmips ] |
| 539 *: Skip | 540 *: Skip |
| 540 | 541 |
| OLD | NEW |