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

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

Issue 1720083002: Report a static warning if a for loop condition is non-boolean. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « pkg/analyzer/test/generated/static_type_warning_code_test.dart ('k') | no next file » | no next file with comments »
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 == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
6 6
7 WebPlatformTest/html/semantics/forms/the-textarea-element/textarea-type_t01: fai l 7 WebPlatformTest/html/semantics/forms/the-textarea-element/textarea-type_t01: fai l
8 LayoutTests/fast/forms/checkValidity-001_t01: fail 8 LayoutTests/fast/forms/checkValidity-001_t01: fail
9 Language/Expressions/Assignable_Expressions/syntax_t08: StaticWarning 9 Language/Expressions/Assignable_Expressions/syntax_t08: StaticWarning
10 Language/Libraries_and_Scripts/Parts/compilation_t15: fail, pass # Issue 23595 10 Language/Libraries_and_Scripts/Parts/compilation_t15: fail, pass # Issue 23595
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # co19-roll r706: Please triag e this failure. 59 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # co19-roll r706: Please triag e this failure.
60 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Fail # co19-roll r706: Please tr iage this failure. 60 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Fail # co19-roll r706: Please tr iage this failure.
61 61
62 # co19 issue 642, The argument type 'int' cannot be assigned to the parameter ty pe 'Iterable' 62 # co19 issue 642, The argument type 'int' cannot be assigned to the parameter ty pe 'Iterable'
63 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail, OK 63 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail, OK
64 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail, OK 64 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail, OK
65 LibTest/collection/Queue/Queue_class_A01_t01: Fail, OK 65 LibTest/collection/Queue/Queue_class_A01_t01: Fail, OK
66 66
67 67
68 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t19: MissingS taticWarning 68 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t19: MissingS taticWarning
69 Language/Statements/For/For_Loop/execution_t07: MissingStaticWarning
70 Language/Statements/For/For_Loop/execution_t08: MissingStaticWarning
71 Language/Statements/Switch/last_statement_t03: MissingStaticWarning 69 Language/Statements/Switch/last_statement_t03: MissingStaticWarning
72 Language/Statements/Assert/type_t04: MissingStaticWarning 70 Language/Statements/Assert/type_t04: MissingStaticWarning
73 71
74 Language/Variables/final_t04: MissingCompileTimeError # co19-roll r651: Please t riage this failure 72 Language/Variables/final_t04: MissingCompileTimeError # co19-roll r651: Please t riage this failure
75 Language/Variables/final_t05: MissingCompileTimeError # co19-roll r651: Please t riage this failure 73 Language/Variables/final_t05: MissingCompileTimeError # co19-roll r651: Please t riage this failure
76 Language/Variables/final_t06: MissingCompileTimeError # co19-roll r651: Please t riage this failure 74 Language/Variables/final_t06: MissingCompileTimeError # co19-roll r651: Please t riage this failure
77 Language/Variables/final_t07: MissingCompileTimeError # co19-roll r651: Please t riage this failure 75 Language/Variables/final_t07: MissingCompileTimeError # co19-roll r651: Please t riage this failure
78 Language/Variables/final_or_static_initialization_t01: MissingCompileTimeError # co19-roll r651: Please triage this failure 76 Language/Variables/final_or_static_initialization_t01: MissingCompileTimeError # co19-roll r651: Please triage this failure
79 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError # co19-roll r651: Please triage this failure 77 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError # co19-roll r651: Please triage this failure
80 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError # co19-roll r651: Please triage this failure 78 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError # co19-roll r651: Please triage this failure
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 Language/Libraries_and_Scripts/URIs/syntax_t04: CompileTimeError # Please triage this failure. 388 Language/Libraries_and_Scripts/URIs/syntax_t04: CompileTimeError # Please triage this failure.
391 Language/Libraries_and_Scripts/URIs/syntax_t05: CompileTimeError # Please triage this failure. 389 Language/Libraries_and_Scripts/URIs/syntax_t05: CompileTimeError # Please triage this failure.
392 Language/Libraries_and_Scripts/URIs/syntax_t09: CompileTimeError # Please triage this failure. 390 Language/Libraries_and_Scripts/URIs/syntax_t09: CompileTimeError # Please triage this failure.
393 Language/Libraries_and_Scripts/URIs/syntax_t10: CompileTimeError # Please triage this failure. 391 Language/Libraries_and_Scripts/URIs/syntax_t10: CompileTimeError # Please triage this failure.
394 Language/Mixins/Mixin_Application/abstract_t01: StaticWarning # Please triage th is failure. 392 Language/Mixins/Mixin_Application/abstract_t01: StaticWarning # Please triage th is failure.
395 Language/Mixins/Mixin_Application/abstract_t02: StaticWarning # Please triage th is failure. 393 Language/Mixins/Mixin_Application/abstract_t02: StaticWarning # Please triage th is failure.
396 Language/Mixins/Mixin_Application/error_t01: MissingCompileTimeError # Please tr iage this failure. 394 Language/Mixins/Mixin_Application/error_t01: MissingCompileTimeError # Please tr iage this failure.
397 Language/Mixins/Mixin_Application/error_t02: MissingCompileTimeError # Please tr iage this failure. 395 Language/Mixins/Mixin_Application/error_t02: MissingCompileTimeError # Please tr iage this failure.
398 Language/Mixins/Mixin_Application/warning_t01: MissingStaticWarning # Please tri age this failure. 396 Language/Mixins/Mixin_Application/warning_t01: MissingStaticWarning # Please tri age this failure.
399 Language/Mixins/Mixin_Application/warning_t02: MissingStaticWarning # Please tri age this failure. 397 Language/Mixins/Mixin_Application/warning_t02: MissingStaticWarning # Please tri age this failure.
OLDNEW
« no previous file with comments | « pkg/analyzer/test/generated/static_type_warning_code_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698