Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Side by Side Diff: tests/co19/co19-analyzer2.status

Issue 123763002: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 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?
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 LibTest/isolate/IsolateStream/single_A02_t01: Fail 65 LibTest/isolate/IsolateStream/single_A02_t01: Fail
66 LibTest/isolate/ReceivePort/close_A01_t01: Fail 66 LibTest/isolate/ReceivePort/close_A01_t01: Fail
67 LibTest/isolate/ReceivePort/close_A02_t01: Fail 67 LibTest/isolate/ReceivePort/close_A02_t01: Fail
68 LibTest/isolate/ReceivePort/receive_A01_t01: Fail 68 LibTest/isolate/ReceivePort/receive_A01_t01: Fail
69 LibTest/isolate/ReceivePort/receive_A01_t03: Fail 69 LibTest/isolate/ReceivePort/receive_A01_t03: Fail
70 LibTest/isolate/ReceivePort/toSendPort_A01_t01: Fail 70 LibTest/isolate/ReceivePort/toSendPort_A01_t01: Fail
71 LibTest/isolate/ReceivePort/toSendPort_A01_t03: Fail 71 LibTest/isolate/ReceivePort/toSendPort_A01_t03: Fail
72 LibTest/isolate/SendPort/call_A01_t01: Fail 72 LibTest/isolate/SendPort/call_A01_t01: Fail
73 LibTest/isolate/SendPort/hashCode_A01_t01: Fail 73 LibTest/isolate/SendPort/hashCode_A01_t01: Fail
74 LibTest/isolate/SendPort/operator_equality_A01_t01: Fail 74 LibTest/isolate/SendPort/operator_equality_A01_t01: Fail
75 LibTest/isolate/SendPort/send_A01_t01: Pass 75 LibTest/isolate/SendPort/send_A01_t01: StaticWarning
76 LibTest/isolate/SendPort/send_A02_t01: Fail 76 LibTest/isolate/SendPort/send_A02_t01: Fail
77 LibTest/isolate/SendPort/send_A02_t04: Fail 77 LibTest/isolate/SendPort/send_A02_t04: Fail
78 LibTest/isolate/SendPort/send_A02_t05: Fail 78 LibTest/isolate/SendPort/send_A02_t05: Fail
79 LibTest/isolate/SendPort/send_A02_t06: Fail 79 LibTest/isolate/SendPort/send_A02_t06: Fail
80 LibTest/isolate/SendPort/send_A03_t01: Fail 80 LibTest/isolate/SendPort/send_A03_t01: Fail
81 LibTest/isolate/SendPort/send_A03_t02: Fail 81 LibTest/isolate/SendPort/send_A03_t02: Fail
82 LibTest/isolate/IsolateStream/any_A02_t01: Fail 82 LibTest/isolate/IsolateStream/any_A02_t01: Fail
83 LibTest/isolate/IsolateStream/contains_A02_t01: Fail 83 LibTest/isolate/IsolateStream/contains_A02_t01: Fail
84 LibTest/isolate/ReceivePort/receive_A01_t02: Fail 84 LibTest/isolate/ReceivePort/receive_A01_t02: Fail
85 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Fail 85 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Fail
86 LibTest/isolate/SendPort/send_A01_t01: Fail
87 LibTest/isolate/SendPort/send_A02_t02: Fail 86 LibTest/isolate/SendPort/send_A02_t02: Fail
88 LibTest/isolate/SendPort/send_A02_t03: Fail 87 LibTest/isolate/SendPort/send_A02_t03: Fail
89 88
90 # co19 issue 642, The argument type 'int' cannot be assigned to the parameter ty pe 'Iterable' 89 # co19 issue 642, The argument type 'int' cannot be assigned to the parameter ty pe 'Iterable'
91 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail, OK 90 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail, OK
92 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail, OK 91 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail, OK
93 LibTest/collection/Queue/Queue_class_A01_t01: Fail, OK 92 LibTest/collection/Queue/Queue_class_A01_t01: Fail, OK
94 93
95 94
96 Language/12_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: Miss ingStaticWarning 95 Language/12_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: Miss ingStaticWarning
(...skipping 26 matching lines...) Expand all
123 Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll r651: Please triage this failure 122 Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll r651: Please triage this failure
124 Language/05_Variables/05_Variables_A06_t01: MissingCompileTimeError # co19-roll r651: Please triage this failure 123 Language/05_Variables/05_Variables_A06_t01: MissingCompileTimeError # co19-roll r651: Please triage this failure
125 Language/05_Variables/05_Variables_A06_t02: MissingCompileTimeError # co19-roll r651: Please triage this failure 124 Language/05_Variables/05_Variables_A06_t02: MissingCompileTimeError # co19-roll r651: Please triage this failure
126 Language/05_Variables/05_Variables_A06_t03: MissingCompileTimeError # co19-roll r651: Please triage this failure 125 Language/05_Variables/05_Variables_A06_t03: MissingCompileTimeError # co19-roll r651: Please triage this failure
127 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t13: CompileTimeError # co19-roll r651: Please triage this failure 126 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t13: CompileTimeError # co19-roll r651: Please triage this failure
128 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t17: MissingCompileTimeError # co19-roll r651: Please triage this failure 127 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t17: MissingCompileTimeError # co19-roll r651: Please triage this failure
129 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t18: MissingCompileTimeError # co19-roll r651: Please triage this failure 128 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t18: MissingCompileTimeError # co19-roll r651: Please triage this failure
130 129
131 Language/07_Classes/10_Superinterfaces_A07_t05: StaticWarning # co19-roll r667: Please triage this failure 130 Language/07_Classes/10_Superinterfaces_A07_t05: StaticWarning # co19-roll r667: Please triage this failure
132 LibTest/convert/JsonEncoder/JsonEncoder_A01_t01: StaticWarning # co19-roll r667: Please triage this failure 131 LibTest/convert/JsonEncoder/JsonEncoder_A01_t01: StaticWarning # co19-roll r667: Please triage this failure
133 LibTest/async/Zone/operator_subscript_A01_t01: StaticWarning # co19-roll r672: P lease triage this failure
134 132
135 # co19 issue 656 133 # co19 issue 656
136 LibTest/typed_data/Float32x4/equal_A01_t01: Skip # co19 issue 656 134 LibTest/typed_data/Float32x4/equal_A01_t01: Skip # co19 issue 656
137 LibTest/typed_data/Float32x4/notEqual_A01_t01: Skip # co19 issue 656 135 LibTest/typed_data/Float32x4/notEqual_A01_t01: Skip # co19 issue 656
138 LibTest/typed_data/Float32x4/greaterThan_A01_t01: Skip # co19 issue 656 136 LibTest/typed_data/Float32x4/greaterThan_A01_t01: Skip # co19 issue 656
139 LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656 137 LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656
140 LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656 138 LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656
141 LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656 139 LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656
OLDNEW
« no previous file with comments | « pkg/analyzer/test/generated/resolver_test.dart ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698