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 == dart2dart ] | 5 [ $compiler == dart2dart ] |
6 Language/03_Overview/1_Scoping_A02_t32: Fail # TODO(dart2dart-team): Please tria
ge this failure. | 6 Language/03_Overview/1_Scoping_A02_t32: Fail # TODO(dart2dart-team): Please tria
ge this failure. |
7 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD
O(dart2dart-team): Please triage this failure. | 7 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD
O(dart2dart-team): Please triage this failure. |
8 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # TODO(dart2dart-te
am): Please triage this failure. | 8 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # TODO(dart2dart-te
am): Please triage this failure. |
9 Language/07_Classes/6_Constructors/2_Factories_A02_t02: Fail # TODO(dart2dart-te
am): Please triage this failure. | 9 Language/07_Classes/6_Constructors/2_Factories_A02_t02: Fail # TODO(dart2dart-te
am): Please triage this failure. |
10 Language/07_Classes/6_Constructors/2_Factories_A02_t03: Fail # TODO(dart2dart-te
am): Please triage this failure. | 10 Language/07_Classes/6_Constructors/2_Factories_A02_t03: Fail # TODO(dart2dart-te
am): Please triage this failure. |
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
437 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test:
encoded file name | 437 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test:
encoded file name |
438 LibTest/math/Random/nextDouble_A01_t01: Fail # co19 issue 334 | 438 LibTest/math/Random/nextDouble_A01_t01: Fail # co19 issue 334 |
439 LibTest/math/exp_A01_t01: Fail # Issue co19 - 44 | 439 LibTest/math/exp_A01_t01: Fail # Issue co19 - 44 |
440 LibTest/math/pow_A01_t01: Fail # Inherited from VM. | 440 LibTest/math/pow_A01_t01: Fail # Inherited from VM. |
441 LibTest/math/pow_A11_t01: Fail # Inherited from VM. | 441 LibTest/math/pow_A11_t01: Fail # Inherited from VM. |
442 LibTest/math/pow_A13_t01: Fail # Inherited from VM. | 442 LibTest/math/pow_A13_t01: Fail # Inherited from VM. |
443 LibTest/math/sin_A01_t01: Fail # Inherited from VM. | 443 LibTest/math/sin_A01_t01: Fail # Inherited from VM. |
444 LibTest/math/tan_A01_t01: Fail # Issue co19 - 44 | 444 LibTest/math/tan_A01_t01: Fail # Issue co19 - 44 |
445 | 445 |
446 | 446 |
| 447 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355 |
| 448 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355 |
| 449 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 |
| 450 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355 |
| 451 |
| 452 |
447 [ $compiler == dart2dart && $system == windows ] | 453 [ $compiler == dart2dart && $system == windows ] |
448 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN | 454 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN |
449 LibTest/core/double/round_A01_t01: Fail # Result is NaN | 455 LibTest/core/double/round_A01_t01: Fail # Result is NaN |
450 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN | 456 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN |
451 | 457 |
452 | 458 |
453 [ $compiler == dart2dart && $system == macos ] | 459 [ $compiler == dart2dart && $system == macos ] |
454 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 | 460 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 |
455 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 | 461 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 |
456 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 | 462 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 |
OLD | NEW |