| 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 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 [ $compiler == dart2dart && $system == windows ] | 449 [ $compiler == dart2dart && $system == windows ] |
| 450 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN | 450 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN |
| 451 LibTest/core/double/round_A01_t01: Fail # Result is NaN | 451 LibTest/core/double/round_A01_t01: Fail # Result is NaN |
| 452 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN | 452 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN |
| 453 | 453 |
| 454 | 454 |
| 455 [ $compiler == dart2dart && $system == macos ] | 455 [ $compiler == dart2dart && $system == macos ] |
| 456 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 | 456 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 |
| 457 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 | 457 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 |
| 458 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 | 458 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 |
| 459 |
| 460 [ $compiler == dart2dart && $minified ] |
| 461 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A05_t02: Fail |
| 462 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail |
| OLD | NEW |