| 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 LibTest/core/RegExp/firstMatch_A01_t01: Fail | 7 LibTest/core/RegExp/firstMatch_A01_t01: Fail |
| 8 | 8 |
| 9 # invalid argument for constant constructor | 9 # invalid argument for constant constructor |
| 10 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail | 10 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 # co19 issue #543: invocation of a non-function | 32 # co19 issue #543: invocation of a non-function |
| 33 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A03_t02: fail, OK | 33 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A03_t02: fail, OK |
| 34 | 34 |
| 35 # co19 issue #564: URI can be any number adjacent string literals | 35 # co19 issue #564: URI can be any number adjacent string literals |
| 36 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK | 36 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK |
| 37 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK | 37 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK |
| 38 | 38 |
| 39 # co19 issue #615: Expect import missing | 39 # co19 issue #615: Expect import missing |
| 40 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK | 40 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK |
| 41 | 41 |
| 42 # co19 issue #685: Non-bool operand of && and || produces a static type warning |
| 43 Language/12_Expressions/04_Booleans/1_Boolean_Conversion_A01_t02: Fail, OK |
| 44 |
| 42 LibTest/isolate/IsolateStream/any_A01_t01: Fail # co19-roll r706: Please triage
this failure. | 45 LibTest/isolate/IsolateStream/any_A01_t01: Fail # co19-roll r706: Please triage
this failure. |
| 43 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # co19-roll r706:
Please triage this failure. | 46 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # co19-roll r706:
Please triage this failure. |
| 44 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # co19-roll r706: Please tr
iage this failure. | 47 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # co19-roll r706: Please tr
iage this failure. |
| 45 LibTest/isolate/IsolateStream/first_A01_t01: Fail # co19-roll r706: Please triag
e this failure. | 48 LibTest/isolate/IsolateStream/first_A01_t01: Fail # co19-roll r706: Please triag
e this failure. |
| 46 LibTest/isolate/IsolateStream/first_A02_t01: Fail # co19-roll r706: Please triag
e this failure. | 49 LibTest/isolate/IsolateStream/first_A02_t01: Fail # co19-roll r706: Please triag
e this failure. |
| 47 LibTest/isolate/IsolateStream/first_A02_t02: Fail # co19-roll r706: Please triag
e this failure. | 50 LibTest/isolate/IsolateStream/first_A02_t02: Fail # co19-roll r706: Please triag
e this failure. |
| 48 LibTest/isolate/IsolateStream/isBroadcast_A01_t01: Fail # co19-roll r706: Please
triage this failure. | 51 LibTest/isolate/IsolateStream/isBroadcast_A01_t01: Fail # co19-roll r706: Please
triage this failure. |
| 49 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: Fail # co19-roll r706: Please
triage this failure. | 52 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: Fail # co19-roll r706: Please
triage this failure. |
| 50 LibTest/isolate/IsolateStream/isEmpty_A01_t01: Fail # co19-roll r706: Please tri
age this failure. | 53 LibTest/isolate/IsolateStream/isEmpty_A01_t01: Fail # co19-roll r706: Please tri
age this failure. |
| 51 LibTest/isolate/IsolateStream/last_A01_t01: Fail # co19-roll r706: Please triage
this failure. | 54 LibTest/isolate/IsolateStream/last_A01_t01: Fail # co19-roll r706: Please triage
this failure. |
| (...skipping 17 matching lines...) Expand all Loading... |
| 69 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # co19-roll r706: Please triag
e this failure. | 72 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # co19-roll r706: Please triag
e this failure. |
| 70 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Fail # co19-roll r706: Please tr
iage this failure. | 73 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Fail # co19-roll r706: Please tr
iage this failure. |
| 71 | 74 |
| 72 # co19 issue 642, The argument type 'int' cannot be assigned to the parameter ty
pe 'Iterable' | 75 # co19 issue 642, The argument type 'int' cannot be assigned to the parameter ty
pe 'Iterable' |
| 73 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail, OK | 76 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail, OK |
| 74 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail, OK | 77 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail, OK |
| 75 LibTest/collection/Queue/Queue_class_A01_t01: Fail, OK | 78 LibTest/collection/Queue/Queue_class_A01_t01: Fail, OK |
| 76 | 79 |
| 77 | 80 |
| 78 Language/12_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: Miss
ingStaticWarning | 81 Language/12_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: Miss
ingStaticWarning |
| 79 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t10: MissingStaticWar
ning | |
| 80 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t11: MissingStaticWar
ning | |
| 81 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t12: MissingStaticWar
ning | |
| 82 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t13: MissingStaticWar
ning | |
| 83 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t14: MissingStaticWar
ning | |
| 84 Language/12_Expressions/20_Logical_Boolean_Expressions_A01_t15: MissingStaticWar
ning | |
| 85 Language/12_Expressions/20_Logical_Boolean_Expressions_A02_t02: MissingStaticWar
ning | |
| 86 Language/12_Expressions/20_Logical_Boolean_Expressions_A03_t01: MissingStaticWar
ning | |
| 87 Language/12_Expressions/20_Logical_Boolean_Expressions_A03_t02: MissingStaticWar
ning | |
| 88 Language/12_Expressions/29_Assignable_Expressions_A01_t09: MissingStaticWarning | 82 Language/12_Expressions/29_Assignable_Expressions_A01_t09: MissingStaticWarning |
| 89 Language/13_Statements/06_For/1_For_Loop_A01_t07: MissingStaticWarning | 83 Language/13_Statements/06_For/1_For_Loop_A01_t07: MissingStaticWarning |
| 90 Language/13_Statements/06_For/1_For_Loop_A01_t08: MissingStaticWarning | 84 Language/13_Statements/06_For/1_For_Loop_A01_t08: MissingStaticWarning |
| 91 Language/13_Statements/09_Switch_A10_t03: MissingStaticWarning | 85 Language/13_Statements/09_Switch_A10_t03: MissingStaticWarning |
| 92 Language/13_Statements/15_Assert_A04_t04: MissingStaticWarning | 86 Language/13_Statements/15_Assert_A04_t04: MissingStaticWarning |
| 93 | 87 |
| 94 Language/05_Variables/05_Variables_A05_t04: MissingCompileTimeError # co19-roll
r651: Please triage this failure | 88 Language/05_Variables/05_Variables_A05_t04: MissingCompileTimeError # co19-roll
r651: Please triage this failure |
| 95 Language/05_Variables/05_Variables_A05_t05: MissingCompileTimeError # co19-roll
r651: Please triage this failure | 89 Language/05_Variables/05_Variables_A05_t05: MissingCompileTimeError # co19-roll
r651: Please triage this failure |
| 96 Language/05_Variables/05_Variables_A05_t06: MissingCompileTimeError # co19-roll
r651: Please triage this failure | 90 Language/05_Variables/05_Variables_A05_t06: MissingCompileTimeError # co19-roll
r651: Please triage this failure |
| 97 Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll
r651: Please triage this failure | 91 Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll
r651: Please triage this failure |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 WebPlatformTest/dom/nodes/Document-createElement-namespace_t01: StaticWarning #
co19-roll r722: Please triage this failure. | 210 WebPlatformTest/dom/nodes/Document-createElement-namespace_t01: StaticWarning #
co19-roll r722: Please triage this failure. |
| 217 WebPlatformTest/dom/nodes/Document-createElementNS_t01: StaticWarning # co19-rol
l r722: Please triage this failure. | 211 WebPlatformTest/dom/nodes/Document-createElementNS_t01: StaticWarning # co19-rol
l r722: Please triage this failure. |
| 218 WebPlatformTest/dom/nodes/Document-createElement_t01: CompileTimeError # co19-ro
ll r722: Please triage this failure. | 212 WebPlatformTest/dom/nodes/Document-createElement_t01: CompileTimeError # co19-ro
ll r722: Please triage this failure. |
| 219 WebPlatformTest/dom/nodes/Document-getElementsByTagName_t01: StaticWarning # co1
9-roll r722: Please triage this failure. | 213 WebPlatformTest/dom/nodes/Document-getElementsByTagName_t01: StaticWarning # co1
9-roll r722: Please triage this failure. |
| 220 WebPlatformTest/dom/nodes/Element-childElementCount-nochild_t01: CompileTimeErro
r # co19-roll r722: Please triage this failure. | 214 WebPlatformTest/dom/nodes/Element-childElementCount-nochild_t01: CompileTimeErro
r # co19-roll r722: Please triage this failure. |
| 221 WebPlatformTest/dom/nodes/Node-appendChild_t02: StaticWarning # co19-roll r722:
Please triage this failure. | 215 WebPlatformTest/dom/nodes/Node-appendChild_t02: StaticWarning # co19-roll r722:
Please triage this failure. |
| 222 WebPlatformTest/dom/nodes/Node-contains_t01: StaticWarning # co19-roll r722: Ple
ase triage this failure. | 216 WebPlatformTest/dom/nodes/Node-contains_t01: StaticWarning # co19-roll r722: Ple
ase triage this failure. |
| 223 WebPlatformTest/dom/nodes/Node-isEqualNode_t01: StaticWarning # co19-roll r722:
Please triage this failure. | 217 WebPlatformTest/dom/nodes/Node-isEqualNode_t01: StaticWarning # co19-roll r722:
Please triage this failure. |
| 224 WebPlatformTest/dom/nodes/Node-parentNode_t01: StaticWarning # co19-roll r722: P
lease triage this failure. | 218 WebPlatformTest/dom/nodes/Node-parentNode_t01: StaticWarning # co19-roll r722: P
lease triage this failure. |
| 225 WebPlatformTest/dom/nodes/Node-replaceChild_t01: CompileTimeError # co19-roll r7
22: Please triage this failure. | 219 WebPlatformTest/dom/nodes/Node-replaceChild_t01: CompileTimeError # co19-roll r7
22: Please triage this failure. |
| OLD | NEW |