| 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 == dartanalyzer ] | 5 [ $compiler == dartanalyzer ] |
| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 Language/12_Expressions/08_Throw_A05_t03: fail, OK | 53 Language/12_Expressions/08_Throw_A05_t03: fail, OK |
| 54 | 54 |
| 55 # co19 issue #454 (wrongly closed) | 55 # co19 issue #454 (wrongly closed) |
| 56 Language/12_Expressions/12_Instance_Creation/1_New_A01_t04: fail, OK | 56 Language/12_Expressions/12_Instance_Creation/1_New_A01_t04: fail, OK |
| 57 | 57 |
| 58 # co19 issue #528, Const: wrong number of type arguments | 58 # co19 issue #528, Const: wrong number of type arguments |
| 59 Language/12_Expressions/12_Instance_Creation_A01_t02: fail, OK | 59 Language/12_Expressions/12_Instance_Creation_A01_t02: fail, OK |
| 60 Language/12_Expressions/12_Instance_Creation_A01_t05: fail, OK | 60 Language/12_Expressions/12_Instance_Creation_A01_t05: fail, OK |
| 61 Language/12_Expressions/12_Instance_Creation_A01_t06: fail, OK | 61 Language/12_Expressions/12_Instance_Creation_A01_t06: fail, OK |
| 62 | 62 |
| 63 # co19 issue #433 (wrongly closed), missing @static-warning annotation | |
| 64 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail,
OK | |
| 65 | |
| 66 # co19 issue #541: tests contain unqualified reference to static members defined
in superclass | 63 # co19 issue #541: tests contain unqualified reference to static members defined
in superclass |
| 67 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t07:
fail, OK | 64 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t07:
fail, OK |
| 68 Language/12_Expressions/30_Identifier_Reference_A14_t03: fail, OK | 65 Language/12_Expressions/30_Identifier_Reference_A14_t03: fail, OK |
| 69 | 66 |
| 70 # co19 issue #543: invocation of a non-function | 67 # co19 issue #543: invocation of a non-function |
| 71 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A03_t02: fail, OK | 68 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A03_t02: fail, OK |
| 72 | 69 |
| 73 # co19 issue #564: URI can be any number adjacent string literals | 70 # co19 issue #564: URI can be any number adjacent string literals |
| 74 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK | 71 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK |
| 75 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK | 72 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK |
| 76 | 73 |
| 77 # co19 issue #609, return type of "factory M" is M, so we need static warning fo
r "return;". | |
| 78 Language/13_Statements/11_Return_A07_t01: fail, OK | |
| 79 | |
| 80 # co19 issue #613: @static-warning missing, only runtime behavior is tested | |
| 81 Language/12_Expressions/13_Property_Extraction_A02_t02: Fail, OK | |
| 82 Language/12_Expressions/13_Property_Extraction_A04_t02: Fail, OK | |
| 83 Language/12_Expressions/13_Property_Extraction_A04_t03: Fail, OK | |
| 84 Language/12_Expressions/17_Getter_Invocation_A07_t01: Fail, OK | |
| 85 Language/12_Expressions/17_Getter_Invocation_A07_t02: Fail, OK | |
| 86 Language/12_Expressions/18_Assignment_A01_t07: Fail, OK | |
| 87 Language/12_Expressions/18_Assignment_A04_t09: Fail, OK | |
| 88 LibTest/core/Invocation/isAccessor_A01_t01: Fail, OK | |
| 89 LibTest/core/Invocation/isAccessor_A01_t02: Fail, OK | |
| 90 LibTest/core/Invocation/isGetter_A01_t01: Fail, OK | |
| 91 LibTest/core/Invocation/isGetter_A01_t02: Fail, OK | |
| 92 LibTest/core/Invocation/isMethod_A01_t01: Fail, OK | |
| 93 LibTest/core/Invocation/isMethod_A01_t02: Fail, OK | |
| 94 LibTest/core/Invocation/isSetter_A01_t01: Fail, OK | |
| 95 LibTest/core/Invocation/isSetter_A01_t02: Fail, OK | |
| 96 LibTest/core/Invocation/memberName_A01_t01: Fail, OK | |
| 97 LibTest/core/Invocation/namedArguments_A01_t01: Fail, OK | |
| 98 LibTest/core/Invocation/positionalArguments_A01_t01: Fail, OK | |
| 99 LibTest/core/Symbol/Symbol_A01_t04: Fail, OK | |
| 100 | |
| 101 # co19 issue #614: abstract class | |
| 102 Language/12_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A03_t03: Fail
, OK | |
| 103 Language/12_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A03_t04: Fail
, OK | |
| 104 Language/12_Expressions/16_Getter_Lookup_A02_t05: Fail, OK | |
| 105 Language/12_Expressions/16_Getter_Lookup_A02_t06: Fail, OK | |
| 106 | |
| 107 # co19 issue #615: Expect import missing | 74 # co19 issue #615: Expect import missing |
| 108 Language/12_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A03_t03: Fail
, OK | |
| 109 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK | 75 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK |
| 110 | 76 |
| 111 # co19 issue #616: X required argument(s) expected, but Y found | |
| 112 Language/12_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t04: Fail
, OK | |
| 113 Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t05: Fail, O
K | |
| 114 | |
| 115 # co19 issue #617: "hasNext" is not a function; "Expec" | 77 # co19 issue #617: "hasNext" is not a function; "Expec" |
| 116 LibTest/collection/HasNextIterator/HasNextIterator_A01_t01: Fail, OK | 78 LibTest/collection/HasNextIterator/HasNextIterator_A01_t01: Fail, OK |
| 117 | 79 |
| 118 # co19 issue #618: Just a mess - mix of Map and Set | |
| 119 LibTest/collection/LinkedHashSet/LinkedHashSet.from_A01_t01: Fail, OK | |
| 120 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: Fail, OK | |
| 121 LibTest/collection/LinkedList/first_A01_t02: Fail, OK | |
| 122 | |
| 123 # co19 issue #619: 1 required argument(s) expected, but 0 found | |
| 124 LibTest/collection/LinkedList/reduce_A01_t01: Fail, OK | |
| 125 | |
| 126 # co19 issue #620: The name 'NoSuchMethoError' is not a type and cannot be used
in an on-catch clause | |
| 127 LibTest/core/RuneIterator/currentAsString_A01_t02: Fail, OK | |
| 128 LibTest/core/RuneIterator/current_A01_t02: Fail, OK | |
| 129 LibTest/core/Runes/length_A01_t02: Fail, OK | |
| 130 | |
| 131 # co19 issue #621: Undefined name 'runes' | |
| 132 LibTest/core/Runes/isEmpty_A01_t02: Fail, OK | |
| 133 LibTest/core/Runes/isNotEmpty_A01_t02: Fail, OK | |
| 134 | |
| 135 # co19 issue #622: Undefined class 'Int16List.fromList' | |
| 136 LibTest/core/Runes/lastWhere_A02_t01: Fail, OK | |
| 137 | |
| 138 # co19 issue #623: main() { {}; } is block and empty statement, not a map | 80 # co19 issue #623: main() { {}; } is block and empty statement, not a map |
| 139 Language/13_Statements/02_Expression_Statements_A01_t13: Fail, OK | 81 Language/13_Statements/02_Expression_Statements_A01_t13: Fail, OK |
| 140 | 82 |
| 141 # co19 issue #626: StreamTransformers have been refactored. | 83 # co19 issue #626: StreamTransformers have been refactored. |
| 142 LibTest/async/EventTransformStream/EventTransformStream_A01_t01: Fail | 84 LibTest/async/EventTransformStream/EventTransformStream_A01_t01: Fail |
| 143 LibTest/async/EventTransformStream/EventTransformStream_A01_t02: Fail | 85 LibTest/async/EventTransformStream/EventTransformStream_A01_t02: Fail |
| 144 LibTest/async/EventTransformStream/any_A01_t01: Fail | 86 LibTest/async/EventTransformStream/any_A01_t01: Fail |
| 145 LibTest/async/EventTransformStream/any_A02_t01: Fail | 87 LibTest/async/EventTransformStream/any_A02_t01: Fail |
| 146 LibTest/async/EventTransformStream/asBroadcastStream_A01_t01: Fail | 88 LibTest/async/EventTransformStream/asBroadcastStream_A01_t01: Fail |
| 147 LibTest/async/EventTransformStream/asBroadcastStream_A01_t02: Fail | 89 LibTest/async/EventTransformStream/asBroadcastStream_A01_t02: Fail |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 LibTest/async/EventTransformStream/toSet_A01_t01: Fail | 149 LibTest/async/EventTransformStream/toSet_A01_t01: Fail |
| 208 LibTest/async/EventTransformStream/transform_A01_t01: Fail | 150 LibTest/async/EventTransformStream/transform_A01_t01: Fail |
| 209 LibTest/async/EventTransformStream/where_A01_t01: Fail | 151 LibTest/async/EventTransformStream/where_A01_t01: Fail |
| 210 LibTest/async/EventTransformStream/where_A01_t02: Fail | 152 LibTest/async/EventTransformStream/where_A01_t02: Fail |
| 211 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail | 153 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail |
| 212 LibTest/async/Stream/transform_A01_t01: Fail | 154 LibTest/async/Stream/transform_A01_t01: Fail |
| 213 LibTest/async/StreamEventTransformer/bind_A01_t01: Fail | 155 LibTest/async/StreamEventTransformer/bind_A01_t01: Fail |
| 214 LibTest/async/StreamEventTransformer/handleData_A01_t01: Fail | 156 LibTest/async/StreamEventTransformer/handleData_A01_t01: Fail |
| 215 LibTest/async/StreamEventTransformer/handleDone_A01_t01: Fail | 157 LibTest/async/StreamEventTransformer/handleDone_A01_t01: Fail |
| 216 LibTest/async/StreamEventTransformer/handleError_A01_t01: Fail | 158 LibTest/async/StreamEventTransformer/handleError_A01_t01: Fail |
| 159 |
| 160 Language/07_Classes/6_Constructors/2_Factories_A14_t01: Fail # co19-roll r623: P
lease triage this failure |
| 161 Language/07_Classes/6_Constructors/2_Factories_A14_t02: Fail # co19-roll r623: P
lease triage this failure |
| 162 Language/12_Expressions/05_Strings_A20_t01: Fail # co19-roll r623: Please triage
this failure |
| 163 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail # co1
9-roll r623: Please triage this failure |
| 164 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail # co19-roll r623: Ple
ase triage this failure |
| 165 LibTest/collection/Queue/Queue_class_A01_t01: Fail # co19-roll r623: Please tria
ge this failure |
| 166 LibTest/core/Iterable/Iterable.generate_A01_t01: Fail # co19-roll r623: Please t
riage this failure |
| 167 |
| OLD | NEW |