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 # Factory redirection: | 6 # Factory redirection: |
7 Language/07_Classes/07_Classes_A03_t01: Fail, Pass # http://dartbug.com/6634 Pas
ses in conservative renaming mode. | 7 Language/07_Classes/07_Classes_A03_t01: Fail, Pass # http://dartbug.com/6634 Pas
ses in conservative renaming mode. |
8 Language/11_Expressions/11_Instance_Creation/1_New_A12_t02: Fail, Pass # http://
dartbug.com/6634 Passes in conservative renaming mode. | 8 Language/11_Expressions/11_Instance_Creation/1_New_A12_t02: Fail, Pass # http://
dartbug.com/6634 Passes in conservative renaming mode. |
9 Language/11_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, Pass # http://
dartbug.com/6634 Passes in conservative renaming mode. | 9 Language/11_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, Pass # http://
dartbug.com/6634 Passes in conservative renaming mode. |
10 | 10 |
11 # Calling unresolved class constructor: | 11 # Calling unresolved class constructor: |
12 Language/03_Overview/2_Privacy_A01_t19: Fail | 12 Language/03_Overview/2_Privacy_A01_t19: Fail |
13 Language/03_Overview/2_Privacy_A01_t20: Fail | 13 Language/03_Overview/2_Privacy_A01_t20: Fail |
14 Language/07_Classes/6_Constructors_A03_t03: Fail | 14 Language/07_Classes/6_Constructors_A03_t03: Fail |
15 Language/11_Expressions/11_Instance_Creation/1_New_A06_t04: Fail | 15 Language/11_Expressions/11_Instance_Creation/1_New_A06_t04: Fail |
16 Language/11_Expressions/11_Instance_Creation/1_New_A06_t05: Fail | 16 Language/11_Expressions/11_Instance_Creation/1_New_A06_t05: Fail |
17 Language/11_Expressions/11_Instance_Creation/1_New_A06_t06: Fail | 17 Language/11_Expressions/11_Instance_Creation/1_New_A06_t06: Fail |
18 | 18 |
19 # Renaming type from platform library: | |
20 Language/09_Generics/09_Generics_A02_t01: Fail # http://dartbug.com/6633 | |
21 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/6633 | |
22 | |
23 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519 | 19 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519 |
24 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519 | 20 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519 |
25 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519 | 21 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519 |
26 Language/03_Overview/1_Scoping_A02_t05: Fail # Inherited from dart2js | 22 Language/03_Overview/1_Scoping_A02_t05: Fail # Inherited from dart2js |
27 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js | 23 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js |
28 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js | 24 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js |
29 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js | 25 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js |
30 Language/03_Overview/2_Privacy_A01_t06: Fail # New import syntax | 26 Language/03_Overview/2_Privacy_A01_t06: Fail # New import syntax |
31 Language/03_Overview/2_Privacy_A01_t14: Fail # inherited from dart2js | 27 Language/03_Overview/2_Privacy_A01_t14: Fail # inherited from dart2js |
32 Language/05_Variables/05_Variables_A01_t04: Fail # http://dartbug.com/5519 | 28 Language/05_Variables/05_Variables_A01_t04: Fail # http://dartbug.com/5519 |
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
618 [ $compiler == dart2dart && $system == windows ] | 614 [ $compiler == dart2dart && $system == windows ] |
619 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN | 615 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN |
620 LibTest/core/double/round_A01_t01: Fail # Result is NaN | 616 LibTest/core/double/round_A01_t01: Fail # Result is NaN |
621 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN | 617 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN |
622 | 618 |
623 | 619 |
624 [ $compiler == dart2dart && $system == macos ] | 620 [ $compiler == dart2dart && $system == macos ] |
625 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 | 621 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 |
626 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 | 622 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 |
627 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 | 623 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 |
OLD | NEW |