| 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 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. | 6 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. |
| 7 | 7 |
| 8 Language/10_Expressions/11_Instance_Creation/1_New_A13_t02: Fail # TRIAGE |
| 9 |
| 8 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519 | 10 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519 |
| 9 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519 | 11 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519 |
| 10 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519 | 12 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519 |
| 11 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js | 13 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js |
| 12 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js | 14 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js |
| 13 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js | 15 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js |
| 14 Language/03_Overview/2_Privacy_A01_t06: Fail # New import syntax | 16 Language/03_Overview/2_Privacy_A01_t06: Fail # New import syntax |
| 15 Language/03_Overview/2_Privacy_A01_t11: Fail # inherited from dart2js | 17 Language/03_Overview/2_Privacy_A01_t11: Fail # inherited from dart2js |
| 16 Language/03_Overview/2_Privacy_A01_t14: Fail # inherited from dart2js | 18 Language/03_Overview/2_Privacy_A01_t14: Fail # inherited from dart2js |
| 17 Language/05_Variables/05_Variables_A01_t04: Fail # http://dartbug.com/5519 | 19 Language/05_Variables/05_Variables_A01_t04: Fail # http://dartbug.com/5519 |
| (...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 | 570 |
| 569 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Red
irecting constructors can not use initializing formals. This bug was previously
masked - compilation failed, but for different, wrong reason. | 571 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Red
irecting constructors can not use initializing formals. This bug was previously
masked - compilation failed, but for different, wrong reason. |
| 570 | 572 |
| 571 [ $compiler == dart2dart && $system == windows ] | 573 [ $compiler == dart2dart && $system == windows ] |
| 572 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN | 574 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN |
| 573 LibTest/core/double/round_A01_t01: Fail # Result is NaN | 575 LibTest/core/double/round_A01_t01: Fail # Result is NaN |
| 574 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN | 576 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN |
| 575 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN | 577 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN |
| 576 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN | 578 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN |
| 577 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN | 579 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN |
| OLD | NEW |