| 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 # Crashes first, please. Then untriaged bugs. There is a section below | 5 # Crashes first, please. Then untriaged bugs. There is a section below |
| 6 # for co19 bugs. | 6 # for co19 bugs. |
| 7 [ $compiler == dart2js ] | 7 [ $compiler == dart2js ] |
| 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. | 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. |
| 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. | 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. |
| 10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this
failure. | 10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this
failure. |
| (...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 608 Language/11_Expressions/06_Lists_A07_t02: Fail # generic type information is los
t during canonicalization. | 608 Language/11_Expressions/06_Lists_A07_t02: Fail # generic type information is los
t during canonicalization. |
| 609 Language/11_Expressions/07_Maps_A06_t02: Fail # generic type information is lost
during canonicalization. | 609 Language/11_Expressions/07_Maps_A06_t02: Fail # generic type information is lost
during canonicalization. |
| 610 | 610 |
| 611 # | 611 # |
| 612 # The following tests may be broken, but require further review. | 612 # The following tests may be broken, but require further review. |
| 613 # | 613 # |
| 614 [ $compiler == dart2js && $jscl ] | 614 [ $compiler == dart2js && $jscl ] |
| 615 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t
o NaN? | 615 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t
o NaN? |
| 616 | 616 |
| 617 | 617 |
| 618 [ $compiler == dart2js && $browser ] | 618 [ $compiler == dart2js && ($runtime == ie10 || runtime == ff || $runtime == chro
me || $runtime == safari || $runtime == opera) ] |
| 619 *: Skip | 619 *: Skip |
| 620 | 620 |
| 621 | 621 |
| 622 # | 622 # |
| 623 # Missing compile-time errors. | 623 # Missing compile-time errors. |
| 624 # | 624 # |
| 625 [ $compiler == dart2js ] | 625 [ $compiler == dart2js ] |
| 626 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar
ation cannot contain both 'final' and 'var'. | 626 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar
ation cannot contain both 'final' and 'var'. |
| 627 Language/05_Variables/05_Variables_A01_t05: Fail # Checks that a variable declar
ation cannot contain both 'var' and 'type'. | 627 Language/05_Variables/05_Variables_A01_t05: Fail # Checks that a variable declar
ation cannot contain both 'var' and 'type'. |
| 628 Language/05_Variables/05_Variables_A01_t08: Fail # Checks different variables in
a single variable declaration must be delimited by commas. | 628 Language/05_Variables/05_Variables_A01_t08: Fail # Checks different variables in
a single variable declaration must be delimited by commas. |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 745 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342 | 745 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342 |
| 746 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342 | 746 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342 |
| 747 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342 | 747 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342 |
| 748 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342 | 748 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342 |
| 749 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342 | 749 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342 |
| 750 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342 | 750 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342 |
| 751 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342 | 751 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342 |
| 752 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342 | 752 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342 |
| 753 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342 | 753 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342 |
| 754 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342 | 754 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342 |
| OLD | NEW |