| 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 # Calling unresolved class constructor: | 6 # Calling unresolved class constructor: |
| 7 Language/03_Overview/2_Privacy_A01_t19: Fail | 7 Language/03_Overview/2_Privacy_A01_t19: Fail |
| 8 Language/03_Overview/2_Privacy_A01_t20: Fail | 8 Language/03_Overview/2_Privacy_A01_t20: Fail |
| 9 Language/07_Classes/6_Constructors_A03_t03: Fail | 9 Language/07_Classes/6_Constructors_A03_t03: Fail |
| 10 Language/11_Expressions/11_Instance_Creation/1_New_A06_t04: Fail | 10 Language/11_Expressions/11_Instance_Creation/1_New_A06_t04: Fail |
| 11 Language/11_Expressions/11_Instance_Creation/1_New_A06_t05: Fail | 11 Language/11_Expressions/11_Instance_Creation/1_New_A06_t05: Fail |
| 12 Language/11_Expressions/11_Instance_Creation/1_New_A06_t06: Fail | 12 Language/11_Expressions/11_Instance_Creation/1_New_A06_t06: Fail |
| 13 | 13 |
| 14 # Redirecting constructor (this, super): | |
| 15 Language/07_Classes/07_Classes_A02_t01: Fail | |
| 16 Language/07_Classes/07_Classes_A02_t34: Fail | |
| 17 Language/07_Classes/6_Constructors/1_Generative_Constructors_A03_t01: Fail, Pass
# Passes in conservative renaming mode. | |
| 18 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t01: Fail, Pass
# Passes in conservative renaming mode. | |
| 19 Language/07_Classes/6_Constructors/1_Generative_Constructors_A11_t03: Fail, Pass
# Passes in conservative renaming mode. | |
| 20 Language/07_Classes/6_Constructors/1_Generative_Constructors_A11_t10: Fail, Pass
# Passes in conservative renaming mode. | |
| 21 Language/07_Classes/6_Constructors/1_Generative_Constructors_A11_t11: Fail, Pass
# Passes in conservative renaming mode. | |
| 22 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, Pass
# Passes in conservative renaming mode. | |
| 23 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, Pass # Passes in c
onservative renaming mode. | |
| 24 Language/11_Expressions/11_Instance_Creation/1_New_A09_t10: Fail, Pass # Passes
in conservative renaming mode. | |
| 25 Language/11_Expressions/11_Instance_Creation/1_New_A09_t11: Fail, Pass # Passes
in conservative renaming mode. | |
| 26 Language/11_Expressions/11_Instance_Creation/1_New_A09_t12: Fail, Pass # Passes
in conservative renaming mode. | |
| 27 Language/11_Expressions/11_Instance_Creation/1_New_A09_t13: Fail, Pass # Passes
in conservative renaming mode. | |
| 28 Language/11_Expressions/11_Instance_Creation/1_New_A09_t14: Fail, Pass # Passes
in conservative renaming mode. | |
| 29 | |
| 30 # Renaming type from platform library: | 14 # Renaming type from platform library: |
| 31 Language/09_Generics/09_Generics_A02_t01: Fail | 15 Language/09_Generics/09_Generics_A02_t01: Fail |
| 32 Language/14_Types/4_Interface_Types_A10_t03: Fail | 16 Language/14_Types/4_Interface_Types_A10_t03: Fail |
| 33 | 17 |
| 34 | 18 |
| 35 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Crash # TODO(dart2dart-team
): Please triage this crash. | 19 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Crash # TODO(dart2dart-team
): Please triage this crash. |
| 36 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Crash # TODO(dart2dart-team
): Please triage this crash. | 20 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Crash # TODO(dart2dart-team
): Please triage this crash. |
| 37 Language/12_Statements/10_Try_A06_t01: Fail, Pass # Fails in minified, TRIAGE | 21 Language/12_Statements/10_Try_A06_t01: Fail, Pass # Fails in minified, TRIAGE |
| 38 | 22 |
| 39 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(dart2dart-team): Please tria
ge this failure. | 23 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(dart2dart-team): Please tria
ge this failure. |
| (...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 563 # Partially implemented redirecting constructors makes this fail. | 547 # Partially implemented redirecting constructors makes this fail. |
| 564 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail | 548 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail |
| 565 | 549 |
| 566 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # htt
p://dartbug.com/6242 | 550 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # htt
p://dartbug.com/6242 |
| 567 | 551 |
| 568 | 552 |
| 569 [ $compiler == dart2dart && $system == windows ] | 553 [ $compiler == dart2dart && $system == windows ] |
| 570 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN | 554 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN |
| 571 LibTest/core/double/round_A01_t01: Fail # Result is NaN | 555 LibTest/core/double/round_A01_t01: Fail # Result is NaN |
| 572 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN | 556 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN |
| OLD | NEW |