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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
436 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test:
encoded file name | 436 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test:
encoded file name |
437 LibTest/math/Random/nextDouble_A01_t01: Fail # co19 issue 334 | 437 LibTest/math/Random/nextDouble_A01_t01: Fail # co19 issue 334 |
438 LibTest/math/exp_A01_t01: Fail # Issue co19 - 44 | 438 LibTest/math/exp_A01_t01: Fail # Issue co19 - 44 |
439 LibTest/math/pow_A01_t01: Fail # Inherited from VM. | 439 LibTest/math/pow_A01_t01: Fail # Inherited from VM. |
440 LibTest/math/pow_A11_t01: Fail # Inherited from VM. | 440 LibTest/math/pow_A11_t01: Fail # Inherited from VM. |
441 LibTest/math/pow_A13_t01: Fail # Inherited from VM. | 441 LibTest/math/pow_A13_t01: Fail # Inherited from VM. |
442 LibTest/math/sin_A01_t01: Fail # Inherited from VM. | 442 LibTest/math/sin_A01_t01: Fail # Inherited from VM. |
443 LibTest/math/tan_A01_t01: Fail # Issue co19 - 44 | 443 LibTest/math/tan_A01_t01: Fail # Issue co19 - 44 |
444 | 444 |
445 | 445 |
| 446 LibTest/math/parseDouble_A01_t01: Fail, OK # co19 issue 317 |
| 447 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317 |
| 448 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317 |
| 449 |
446 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355 | 450 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355 |
447 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355 | 451 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355 |
448 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 | 452 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 |
449 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355 | 453 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355 |
450 | 454 |
451 | 455 |
452 [ $compiler == dart2dart && $system == windows ] | 456 [ $compiler == dart2dart && $system == windows ] |
453 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN | 457 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN |
454 LibTest/core/double/round_A01_t01: Fail # Result is NaN | 458 LibTest/core/double/round_A01_t01: Fail # Result is NaN |
455 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN | 459 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN |
456 | 460 |
457 | 461 |
458 [ $compiler == dart2dart && $system == macos ] | 462 [ $compiler == dart2dart && $system == macos ] |
459 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 | 463 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 |
460 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 | 464 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 |
461 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 | 465 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 |
OLD | NEW |