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 | 5 |
6 # Crashes first, please. Then untriaged bugs. There is a section below | 6 # Crashes first, please. Then untriaged bugs. There is a section below |
7 # for co19 bugs. | 7 # for co19 bugs. |
8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
9 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. | 9 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. |
10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. | 10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. |
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
679 Language/07_Classes/07_Classes_A02_t34: Fail # http://dartbug.com/6687 | 679 Language/07_Classes/07_Classes_A02_t34: Fail # http://dartbug.com/6687 |
680 Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687 | 680 Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687 |
681 | 681 |
682 | 682 |
683 # | 683 # |
684 # Unexpected runtime errors. | 684 # Unexpected runtime errors. |
685 # | 685 # |
686 [ $compiler == dart2js ] | 686 [ $compiler == dart2js ] |
687 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails. | 687 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails. |
688 | 688 |
689 Language/14_Types/4_Interface_Types_A05_t03: Fail # http://dartbug.com/5020 | |
690 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020 | 689 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020 |
691 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 690 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
692 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 691 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
693 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 692 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
694 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 693 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
695 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 694 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
696 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 695 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
697 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 696 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
698 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 697 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
699 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 698 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
700 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 699 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
OLD | NEW |