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

Side by Side Diff: dart/tests/co19/co19-analyzer.status

Issue 53453003: co19-roll to r651 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: rebased Created 7 years, 1 month 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
« no previous file with comments | « no previous file | dart/tests/co19/co19-analyzer2.status » ('j') | dart/tests/co19/co19-co19.status » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
6 Language/07_Classes/1_Instance_Methods/2_Operators_A09_t01: StaticWarning # co19 issue 640
7 Language/12_Expressions/06_Symbols_A01_t03: StaticWarning # co19 issue 640
8 6
9 # invalid argument for constant constructor 7 # invalid argument for constant constructor
10 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail 8 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail
11 9
12 # 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?
13 Language/12_Expressions/01_Constants_A16_t03: fail 11 Language/12_Expressions/01_Constants_A16_t03: fail
14 12
15 # TBF: infinite look: class A {const A();final m = const A();} 13 # TBF: infinite look: class A {const A();final m = const A();}
16 Language/12_Expressions/01_Constants_A17_t03: fail 14 Language/12_Expressions/01_Constants_A17_t03: fail
17 15
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 Language/13_Statements/09_Switch_A02_t04: Fail # Issue 629 245 Language/13_Statements/09_Switch_A02_t04: Fail # Issue 629
248 246
249 247
250 248
251 249
252 # co19 issue 642, The argument type 'int' cannot be assigned to the parameter ty pe 'Iterable' 250 # co19 issue 642, The argument type 'int' cannot be assigned to the parameter ty pe 'Iterable'
253 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail, OK 251 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail, OK
254 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail, OK 252 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail, OK
255 LibTest/collection/Queue/Queue_class_A01_t01: Fail, OK 253 LibTest/collection/Queue/Queue_class_A01_t01: Fail, OK
256 254
257 # co19 issue 643, A value of type 'Iterable' cannot be assigned to a variable of type 'Iterator'
258 LibTest/core/Iterable/Iterable.generate_A01_t01: Fail, OK
259
260 # co19 issue 644, The argument type 'int' cannot be assigned to the parameter ty pe '(String, Object) -> void' 255 # co19 issue 644, The argument type 'int' cannot be assigned to the parameter ty pe '(String, Object) -> void'
261 LibTest/collection/HashMap/allTests_A01_t01: Fail, OK
262 LibTest/collection/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK
263 LibTest/collection/LinkedHashMap/allTests_A01_t01: Fail, OK 256 LibTest/collection/LinkedHashMap/allTests_A01_t01: Fail, OK
264 LibTest/collection/SplayTreeMap/allTests_A01_t01: Fail, OK
265 LibTest/core/Map/allTests_A01_t01: Fail, OK
266 257
267 # 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. 258 # 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.
268 Language/06_Functions/06_Functions_A04_t01: Fail, OK 259 Language/06_Functions/06_Functions_A04_t01: Fail, OK
269 260
270 # co19 issue 646, I don't see where Spec requires any warning for boolean conver sion 261 # co19 issue 646, I don't see where Spec requires any warning for boolean conver sion
271 Language/12_Expressions/04_Booleans/1_Boolean_Conversion_A01_t02: MissingStaticW arning 262 Language/12_Expressions/04_Booleans/1_Boolean_Conversion_A01_t02: MissingStaticW arning
272 263
273 Language/12_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: Miss ingStaticWarning 264 Language/12_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: Miss ingStaticWarning
274 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t02: Missin gStaticWarning 265 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t02: Missin gStaticWarning
275 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t09: Missin gStaticWarning 266 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t09: Missin gStaticWarning
(...skipping 13 matching lines...) Expand all
289 Language/12_Expressions/25_Additive_Expressions_A01_t14: MissingStaticWarning 280 Language/12_Expressions/25_Additive_Expressions_A01_t14: MissingStaticWarning
290 Language/12_Expressions/26_Multiplicative_Expressions_A01_t17: MissingStaticWarn ing 281 Language/12_Expressions/26_Multiplicative_Expressions_A01_t17: MissingStaticWarn ing
291 Language/12_Expressions/27_Unary_Expressions_A01_t21: MissingStaticWarning 282 Language/12_Expressions/27_Unary_Expressions_A01_t21: MissingStaticWarning
292 Language/12_Expressions/29_Assignable_Expressions_A01_t09: MissingStaticWarning 283 Language/12_Expressions/29_Assignable_Expressions_A01_t09: MissingStaticWarning
293 Language/12_Expressions/30_Identifier_Reference_A07_t01: MissingStaticWarning 284 Language/12_Expressions/30_Identifier_Reference_A07_t01: MissingStaticWarning
294 Language/13_Statements/06_For/1_For_Loop_A01_t07: MissingStaticWarning 285 Language/13_Statements/06_For/1_For_Loop_A01_t07: MissingStaticWarning
295 Language/13_Statements/06_For/1_For_Loop_A01_t08: MissingStaticWarning 286 Language/13_Statements/06_For/1_For_Loop_A01_t08: MissingStaticWarning
296 Language/13_Statements/09_Switch_A10_t03: MissingStaticWarning 287 Language/13_Statements/09_Switch_A10_t03: MissingStaticWarning
297 Language/13_Statements/15_Assert_A04_t04: MissingStaticWarning 288 Language/13_Statements/15_Assert_A04_t04: MissingStaticWarning
298 LibTest/collection/IterableMixin/IterableMixin_class_A01_t01: MissingStaticWarni ng 289 LibTest/collection/IterableMixin/IterableMixin_class_A01_t01: MissingStaticWarni ng
290
291 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t13: CompileTimeError # co19-roll r651: Please triage this failure
292 Language/12_Expressions/04_Booleans/1_Boolean_Conversion_A01_t03: MissingStaticW arning # co19-roll r651: Please triage this failure
293 Language/12_Expressions/01_Constants_A20_t04: CompileTimeError # co19-roll r651: Please triage this failure
294 Language/07_Classes/8_Static_Variables_A01_t01: MissingStaticWarning # co19-roll r651: Please triage this failure
295 Language/05_Variables/05_Variables_A05_t04: MissingCompileTimeError # co19-roll r651: Please triage this failure
296 Language/05_Variables/05_Variables_A05_t05: MissingCompileTimeError # co19-roll r651: Please triage this failure
297 Language/05_Variables/05_Variables_A05_t06: MissingCompileTimeError # co19-roll r651: Please triage this failure
298 Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll r651: Please triage this failure
299 Language/05_Variables/05_Variables_A06_t01: MissingCompileTimeError # co19-roll r651: Please triage this failure
300 Language/05_Variables/05_Variables_A06_t02: MissingCompileTimeError # co19-roll r651: Please triage this failure
301 Language/05_Variables/05_Variables_A06_t03: MissingCompileTimeError # co19-roll r651: Please triage this failure
OLDNEW
« no previous file with comments | « no previous file | dart/tests/co19/co19-analyzer2.status » ('j') | dart/tests/co19/co19-co19.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698