| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 == dart2analyzer ] | 5 [ $compiler == dart2analyzer ] |
| 6 # invalid argument for constant constructor | 6 # invalid argument for constant constructor |
| 7 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail | 7 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail |
| 8 | 8 |
| 9 # TBD: should we check that argument for dynamic parameter of constant construct
or is not compatible with operation that is performed with it? | 9 # TBD: should we check that argument for dynamic parameter of constant construct
or is not compatible with operation that is performed with it? |
| 10 Language/12_Expressions/01_Constants_A16_t03: fail | 10 Language/12_Expressions/01_Constants_A16_t03: fail |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: Fail | 29 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: Fail |
| 30 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: Fail | 30 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: Fail |
| 31 | 31 |
| 32 | 32 |
| 33 | 33 |
| 34 # co19 issue #442, undefined name "Expect" | 34 # co19 issue #442, undefined name "Expect" |
| 35 Language/15_Types/4_Interface_Types_A08_t03: fail, OK | 35 Language/15_Types/4_Interface_Types_A08_t03: fail, OK |
| 36 | 36 |
| 37 # co19 issue #455, undeclared identifier is static warning | 37 # co19 issue #455, undeclared identifier is static warning |
| 38 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10:
fail, OK | 38 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10:
fail, OK |
| 39 Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK | |
| 40 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK | 39 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK |
| 41 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK | 40 Language/14_Libraries_and_Scripts/1_Imports_A02_t15: fail, OK |
| 42 | 41 |
| 43 # co19 issue #513, rules for finals were loosened, contradiction in spec was fix
ed | |
| 44 Language/07_Classes/6_Constructors/1_Generative_Constructors_A21_t01: fail, OK | |
| 45 | |
| 46 # co19 issue #515, it is a compile-time error if there is more than one entity w
ith the same name declared in the same scope | |
| 47 Language/07_Classes/3_Setters_A08_t03: fail, OK | |
| 48 | |
| 49 # co19 issue #593: Conditional expressions are now allowed as constant expressio
ns | |
| 50 Language/12_Expressions/01_Constants_A15_t16: fail, OK | |
| 51 | |
| 52 # co19 issue #438, Static variables are initialized lazily, need not be constant
s | 42 # co19 issue #438, Static variables are initialized lazily, need not be constant
s |
| 53 Language/12_Expressions/01_Constants_A16_t01: fail, OK | 43 Language/12_Expressions/01_Constants_A16_t01: fail, OK |
| 54 Language/12_Expressions/01_Constants_A16_t02: fail, OK | 44 Language/12_Expressions/01_Constants_A16_t02: fail, OK |
| 55 | 45 |
| 56 # co19 issue #420, "throw" requires expression, "rethrow" should be used instead | |
| 57 Language/12_Expressions/08_Throw_A05_t01: fail, OK | |
| 58 Language/12_Expressions/08_Throw_A05_t02: fail, OK | |
| 59 Language/12_Expressions/08_Throw_A05_t03: fail, OK | |
| 60 | |
| 61 # co19 issue #454 (wrongly closed) | 46 # co19 issue #454 (wrongly closed) |
| 62 Language/12_Expressions/12_Instance_Creation/1_New_A01_t04: fail, OK | 47 Language/12_Expressions/12_Instance_Creation/1_New_A01_t04: fail, OK |
| 63 | 48 |
| 64 # co19 issue #528, Const: wrong number of type arguments | 49 # co19 issue #528, Const: wrong number of type arguments |
| 65 Language/12_Expressions/12_Instance_Creation_A01_t02: fail, OK | 50 Language/12_Expressions/12_Instance_Creation_A01_t02: fail, OK |
| 66 Language/12_Expressions/12_Instance_Creation_A01_t05: fail, OK | 51 Language/12_Expressions/12_Instance_Creation_A01_t05: fail, OK |
| 67 Language/12_Expressions/12_Instance_Creation_A01_t06: fail, OK | 52 Language/12_Expressions/12_Instance_Creation_A01_t06: fail, OK |
| 68 | 53 |
| 69 # co19 issue #541: tests contain unqualified reference to static members defined
in superclass | 54 # co19 issue #541: tests contain unqualified reference to static members defined
in superclass |
| 70 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t07:
fail, OK | 55 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t07:
fail, OK |
| 71 Language/12_Expressions/30_Identifier_Reference_A14_t03: fail, OK | 56 Language/12_Expressions/30_Identifier_Reference_A14_t03: fail, OK |
| 72 | 57 |
| 73 # co19 issue #543: invocation of a non-function | 58 # co19 issue #543: invocation of a non-function |
| 74 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A03_t02: fail, OK | 59 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A03_t02: fail, OK |
| 75 | 60 |
| 76 # co19 issue #564: URI can be any number adjacent string literals | 61 # co19 issue #564: URI can be any number adjacent string literals |
| 77 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK | 62 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK |
| 78 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK | 63 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK |
| 79 | 64 |
| 80 # co19 issue #615: Expect import missing | 65 # co19 issue #615: Expect import missing |
| 81 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK | 66 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK |
| 82 | 67 |
| 83 # co19 issue #617: "hasNext" is not a function; "Expec" | |
| 84 LibTest/collection/HasNextIterator/HasNextIterator_A01_t01: Fail, OK | |
| 85 | |
| 86 # co19 issue #623: main() { {}; } is block and empty statement, not a map | |
| 87 Language/13_Statements/02_Expression_Statements_A01_t13: Fail, OK | |
| 88 | |
| 89 # co19 issue #626: StreamTransformers have been refactored. | 68 # co19 issue #626: StreamTransformers have been refactored. |
| 90 LibTest/async/EventTransformStream/EventTransformStream_A01_t01: Fail | 69 LibTest/async/EventTransformStream/EventTransformStream_A01_t01: Fail |
| 91 LibTest/async/EventTransformStream/EventTransformStream_A01_t02: Fail | 70 LibTest/async/EventTransformStream/EventTransformStream_A01_t02: Fail |
| 92 LibTest/async/EventTransformStream/any_A01_t01: Fail | 71 LibTest/async/EventTransformStream/any_A01_t01: Fail |
| 93 LibTest/async/EventTransformStream/any_A02_t01: Fail | 72 LibTest/async/EventTransformStream/any_A02_t01: Fail |
| 94 LibTest/async/EventTransformStream/asBroadcastStream_A01_t01: Fail | 73 LibTest/async/EventTransformStream/asBroadcastStream_A01_t01: Fail |
| 95 LibTest/async/EventTransformStream/asBroadcastStream_A01_t02: Fail | 74 LibTest/async/EventTransformStream/asBroadcastStream_A01_t02: Fail |
| 96 LibTest/async/EventTransformStream/asBroadcastStream_A02_t01: Fail | 75 LibTest/async/EventTransformStream/asBroadcastStream_A02_t01: Fail |
| 97 LibTest/async/EventTransformStream/contains_A01_t01: Fail | 76 LibTest/async/EventTransformStream/contains_A01_t01: Fail |
| 98 LibTest/async/EventTransformStream/contains_A02_t01: Fail | 77 LibTest/async/EventTransformStream/contains_A02_t01: Fail |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 Language/07_Classes/07_Classes_A13_t09: Fail # co19-roll r623: Please triage thi
s failure | 153 Language/07_Classes/07_Classes_A13_t09: Fail # co19-roll r623: Please triage thi
s failure |
| 175 Language/07_Classes/6_Constructors/2_Factories_A14_t01: Fail # co19-roll r623: P
lease triage this failure | 154 Language/07_Classes/6_Constructors/2_Factories_A14_t01: Fail # co19-roll r623: P
lease triage this failure |
| 176 Language/07_Classes/6_Constructors/2_Factories_A14_t02: Fail # co19-roll r623: P
lease triage this failure | 155 Language/07_Classes/6_Constructors/2_Factories_A14_t02: Fail # co19-roll r623: P
lease triage this failure |
| 177 Language/12_Expressions/01_Constants_A16_t02: Crash # co19-roll r623: Please tri
age this failure | 156 Language/12_Expressions/01_Constants_A16_t02: Crash # co19-roll r623: Please tri
age this failure |
| 178 Language/12_Expressions/05_Strings_A20_t01: Fail # co19-roll r623: Please triage
this failure | 157 Language/12_Expressions/05_Strings_A20_t01: Fail # co19-roll r623: Please triage
this failure |
| 179 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail # co1
9-roll r623: Please triage this failure | 158 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail # co1
9-roll r623: Please triage this failure |
| 180 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail # co19-roll r623: Ple
ase triage this failure | 159 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail # co19-roll r623: Ple
ase triage this failure |
| 181 LibTest/collection/Queue/Queue_class_A01_t01: Fail # co19-roll r623: Please tria
ge this failure | 160 LibTest/collection/Queue/Queue_class_A01_t01: Fail # co19-roll r623: Please tria
ge this failure |
| 182 LibTest/core/Iterable/Iterable.generate_A01_t01: Fail # co19-roll r623: Please t
riage this failure | 161 LibTest/core/Iterable/Iterable.generate_A01_t01: Fail # co19-roll r623: Please t
riage this failure |
| 183 | 162 |
| OLD | NEW |