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 && $host_checked ] | 7 [ $compiler == dart2js && $host_checked ] |
8 Language/13_Libraries_and_Scripts/5_URIs_A01_t15: Crash # Issue 6931 | 8 Language/13_Libraries_and_Scripts/5_URIs_A01_t15: Crash # Issue 6931 |
9 Language/13_Libraries_and_Scripts/5_URIs_A01_t14: Crash # Issue 6931 | 9 Language/13_Libraries_and_Scripts/5_URIs_A01_t14: Crash # Issue 6931 |
10 | 10 |
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
616 # | 616 # |
617 # Unexpected runtime errors. | 617 # Unexpected runtime errors. |
618 # | 618 # |
619 [ $compiler == dart2js ] | 619 [ $compiler == dart2js ] |
620 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails. | 620 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails. |
621 | 621 |
622 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020 | 622 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020 |
623 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 623 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
624 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 624 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
625 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 625 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
626 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | |
627 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 626 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
628 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 627 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
629 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 628 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
630 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 629 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
631 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 630 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
632 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 631 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
OLD | NEW |