| 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 | 6 |
| 7 # invalid argument for constant constructor | 7 # invalid argument for constant constructor |
| 8 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail | 8 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail |
| 9 | 9 |
| 10 # TBD: should we check that argument for dynamic parameter of constant construct
or is not compatible with operation that is performed with it? | 10 # TBD: should we check that argument for dynamic parameter of constant construct
or is not compatible with operation that is performed with it? |
| 11 Language/12_Expressions/01_Constants_A16_t03: fail | 11 Language/12_Expressions/01_Constants_A16_t03: fail |
| 12 | 12 |
| 13 # TBF: infinite look: class A {const A();final m = const A();} | 13 # TBF: infinite look: class A {const A();final m = const A();} |
| 14 Language/12_Expressions/01_Constants_A17_t03: fail | 14 Language/12_Expressions/01_Constants_A17_t03: fail |
| 15 | 15 |
| 16 # TBF: malformed or malbounded type in "conts" is static warning | 16 # TBF: malformed or malbounded type in "conts" is static warning |
| 17 Language/12_Expressions/12_Instance_Creation_A01_t08: Fail | 17 Language/12_Expressions/12_Instance_Creation_A01_t08: Fail |
| 18 | 18 |
| 19 # TBF: it seems that "12.15.3 Unqualied Invocation" was changed, so it may be no
t an error anymore to call unknown function from top-level | 19 # TBF: it seems that "12.15.3 Unqualied Invocation" was changed, so it may be no
t an error anymore to call unknown function from top-level |
| 20 Language/13_Statements/04_Local_Function_Declaration_A04_t02: Fail # co19-roll r
641: Please triage this failure | 20 Language/13_Statements/04_Local_Function_Declaration_A04_t02: Fail # co19-roll r
641: Please triage this failure |
| 21 | 21 |
| 22 # TBF: when we override "foo([x = 0]) {}" with "foo([x]) {}" we should report wa
rning - different default value | 22 # TBF: when we override "foo([x = 0]) {}" with "foo([x]) {}" we should report wa
rning - different default value |
| 23 Language/07_Classes/1_Instance_Methods_A04_t02: MissingStaticWarning | 23 Language/07_Classes/1_Instance_Methods_A04_t02: MissingStaticWarning |
| 24 Language/07_Classes/4_Abstract_Instance_Members_A07_t04: MissingStaticWarning | 24 Language/07_Classes/4_Abstract_Instance_Members_A07_t04: MissingStaticWarning |
| 25 | 25 |
| 26 # TBF: It is a static warning if a class C declares an instance method named n a
nd has a setter named n=. | |
| 27 Language/07_Classes/1_Instance_Methods_A07_t01: MissingStaticWarning | |
| 28 Language/07_Classes/1_Instance_Methods_A07_t02: MissingStaticWarning | |
| 29 | |
| 30 # TBF: Static members should not be accessible via subclasses. | 26 # TBF: Static members should not be accessible via subclasses. |
| 31 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t05: Missing
StaticWarning | 27 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t05: Missing
StaticWarning |
| 32 | 28 |
| 33 # co19 issue #442, undefined name "Expect" | 29 # co19 issue #442, undefined name "Expect" |
| 34 Language/15_Types/4_Interface_Types_A08_t03: fail, OK | 30 Language/15_Types/4_Interface_Types_A08_t03: fail, OK |
| 35 | 31 |
| 36 # co19 issue #455, undeclared identifier is static warning | 32 # co19 issue #455, undeclared identifier is static warning |
| 37 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10:
fail, OK | 33 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10:
fail, OK |
| 38 Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK | 34 Language/13_Statements/04_Local_Function_Declaration_A02_t02: fail, OK |
| 39 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK | 35 Language/14_Libraries_and_Scripts/1_Imports_A02_t12: fail, OK |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: Fail | 229 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: Fail |
| 234 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t02: Fail | 230 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t02: Fail |
| 235 | 231 |
| 236 #co19 issue 631 | 232 #co19 issue 631 |
| 237 Language/12_Expressions/30_Identifier_Reference_A02_t01: Fail | 233 Language/12_Expressions/30_Identifier_Reference_A02_t01: Fail |
| 238 Language/13_Statements/03_Variable_Declaration_A01_t09: Fail | 234 Language/13_Statements/03_Variable_Declaration_A01_t09: Fail |
| 239 Language/13_Statements/03_Variable_Declaration_A01_t16: Fail | 235 Language/13_Statements/03_Variable_Declaration_A01_t16: Fail |
| 240 | 236 |
| 241 Language/13_Statements/09_Switch_A02_t04: Fail # Issue 629 | 237 Language/13_Statements/09_Switch_A02_t04: Fail # Issue 629 |
| 242 | 238 |
| 243 | |
| 244 | |
| 245 | |
| 246 # co19 issue 642, The argument type 'int' cannot be assigned to the parameter ty
pe 'Iterable' | 239 # co19 issue 642, The argument type 'int' cannot be assigned to the parameter ty
pe 'Iterable' |
| 247 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail, OK | 240 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail, OK |
| 248 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail, OK | 241 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail, OK |
| 249 LibTest/collection/Queue/Queue_class_A01_t01: Fail, OK | 242 LibTest/collection/Queue/Queue_class_A01_t01: Fail, OK |
| 250 | 243 |
| 251 # co19 issue 644, The argument type 'int' cannot be assigned to the parameter ty
pe '(String, Object) -> void' | 244 # co19 issue 644, The argument type 'int' cannot be assigned to the parameter ty
pe '(String, Object) -> void' |
| 252 LibTest/collection/LinkedHashMap/allTests_A01_t01: Fail, OK | 245 LibTest/collection/LinkedHashMap/allTests_A01_t01: Fail, OK |
| 253 | 246 |
| 254 # co19 issue 645, "15.7 Type Void". Likewise, passing the result of a void metho
d as a parameter or assigning it to a variable will cause a warning unless the v
ariable/formal parameter has type dynamic. | 247 # co19 issue 645, "15.7 Type Void". Likewise, passing the result of a void metho
d as a parameter or assigning it to a variable will cause a warning unless the v
ariable/formal parameter has type dynamic. |
| 255 Language/06_Functions/06_Functions_A04_t01: Fail, OK | 248 Language/06_Functions/06_Functions_A04_t01: Fail, OK |
| 256 | 249 |
| 257 # co19 issue 646, I don't see where Spec requires any warning for boolean conver
sion | 250 # co19 issue 646, I don't see where Spec requires any warning for boolean conver
sion |
| 258 Language/12_Expressions/04_Booleans/1_Boolean_Conversion_A01_t02: MissingStaticW
arning | 251 Language/12_Expressions/04_Booleans/1_Boolean_Conversion_A01_t02: MissingStaticW
arning |
| 259 | 252 |
| 253 # co19 issue #652, test is invalid, class "C" is not inherited from "A" |
| 254 Language/07_Classes/1_Instance_Methods_A07_t02: MissingStaticWarning, OK |
| 255 |
| 256 # co19 issue #653, instance method setter with the same name |
| 257 Language/07_Classes/3_Setters_A04_t02: StaticWarning, OK |
| 258 Language/07_Classes/3_Setters_A04_t03: StaticWarning, OK |
| 259 Language/07_Classes/3_Setters_A04_t04: StaticWarning, OK |
| 260 |
| 261 |
| 262 |
| 260 Language/12_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: Miss
ingStaticWarning | 263 Language/12_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: Miss
ingStaticWarning |
| 261 Language/12_Expressions/19_Conditional_A01_t14: MissingStaticWarning | 264 Language/12_Expressions/19_Conditional_A01_t14: MissingStaticWarning |
| 262 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t10: MissingStaticWar
ning | 265 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t10: MissingStaticWar
ning |
| 263 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t11: MissingStaticWar
ning | 266 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t11: MissingStaticWar
ning |
| 264 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t12: MissingStaticWar
ning | 267 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t12: MissingStaticWar
ning |
| 265 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t13: MissingStaticWar
ning | 268 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t13: MissingStaticWar
ning |
| 266 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t14: MissingStaticWar
ning | 269 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t14: MissingStaticWar
ning |
| 267 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t15: MissingStaticWar
ning | 270 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t15: MissingStaticWar
ning |
| 268 Language/12_Expressions/20_Logical_Boolean_Expressions_A02_t02: MissingStaticWar
ning | 271 Language/12_Expressions/20_Logical_Boolean_Expressions_A02_t02: MissingStaticWar
ning |
| 269 Language/12_Expressions/20_Logical_Boolean_Expressions_A03_t01: MissingStaticWar
ning | 272 Language/12_Expressions/20_Logical_Boolean_Expressions_A03_t01: MissingStaticWar
ning |
| (...skipping 27 matching lines...) Expand all Loading... |
| 297 # co19 issue 656 | 300 # co19 issue 656 |
| 298 LibTest/typed_data/Uint32x4/*: Skip # co19 issue 656 | 301 LibTest/typed_data/Uint32x4/*: Skip # co19 issue 656 |
| 299 LibTest/typed_data/Float32x4/Float32x4.fromUint32x4Bits_A01_t01: Skip # co19 iss
ue 656 | 302 LibTest/typed_data/Float32x4/Float32x4.fromUint32x4Bits_A01_t01: Skip # co19 iss
ue 656 |
| 300 LibTest/typed_data/Float32x4/Float32x4.fromUint32x4Bits_A01_t02: Skip # co19 iss
ue 656 | 303 LibTest/typed_data/Float32x4/Float32x4.fromUint32x4Bits_A01_t02: Skip # co19 iss
ue 656 |
| 301 LibTest/typed_data/Float32x4/equal_A01_t01: Skip # co19 issue 656 | 304 LibTest/typed_data/Float32x4/equal_A01_t01: Skip # co19 issue 656 |
| 302 LibTest/typed_data/Float32x4/notEqual_A01_t01: Skip # co19 issue 656 | 305 LibTest/typed_data/Float32x4/notEqual_A01_t01: Skip # co19 issue 656 |
| 303 LibTest/typed_data/Float32x4/greaterThan_A01_t01: Skip # co19 issue 656 | 306 LibTest/typed_data/Float32x4/greaterThan_A01_t01: Skip # co19 issue 656 |
| 304 LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656 | 307 LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656 |
| 305 LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656 | 308 LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656 |
| 306 LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656 | 309 LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656 |
| OLD | NEW |