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

Side by Side Diff: pkg/pkg.status

Issue 1508153002: Update pkg.status to account for linter roll. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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 | « no previous file | 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 # Don't run any test-like files that show up in packages directories. It 5 # Don't run any test-like files that show up in packages directories. It
6 # shouldn't be necessary to run "pub install" in these packages, but if you do 6 # shouldn't be necessary to run "pub install" in these packages, but if you do
7 # it shouldn't break the tests. 7 # it shouldn't break the tests.
8 */packages/*/*: Skip 8 */packages/*/*: Skip
9 */*/packages/*/*: Skip 9 */*/packages/*/*: Skip
10 */*/*/packages/*/*: Skip 10 */*/*/packages/*/*: Skip
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485 185 analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485
186 analyzer/test/src/task/inputs_test: Crash # Issue 24485 186 analyzer/test/src/task/inputs_test: Crash # Issue 24485
187 analyzer/test/src/task/manager_test: Crash # Issue 24485 187 analyzer/test/src/task/manager_test: Crash # Issue 24485
188 analyzer/test/src/task/model_test: Crash # Issue 24485 188 analyzer/test/src/task/model_test: Crash # Issue 24485
189 analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88 pos 12: '!variable2index.containsKey(element)' is not true. 189 analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88 pos 12: '!variable2index.containsKey(element)' is not true.
190 analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: l ine 88 pos 12: '!variable2index.containsKey(element)' is not true. 190 analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: l ine 88 pos 12: '!variable2index.containsKey(element)' is not true.
191 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 191 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485
192 192
193 # The following tests were broken by merging branch analyzer-breaking-0.27. 193 # The following tests were broken by merging branch analyzer-breaking-0.27.
194 [ $compiler == dart2analyzer ] 194 [ $compiler == dart2analyzer ]
195 analyzer_cli/test/strong_mode_test: Fail
196 analyzer_cli/test/driver_test: Fail
197 analyzer_cli/test/options_test: Fail
198 analyzer_cli/test/sdk_ext_test: Fail
199 analyzer_cli/test/reporter_test: Fail
200 analyzer_cli/test/super_mixin_test: Fail
201 analysis_server/test/analysis/navigation_collector_test: Fail 195 analysis_server/test/analysis/navigation_collector_test: Fail
202 analysis_server/test/socket_server_test: Fail 196 analysis_server/test/socket_server_test: Fail
203 analysis_server/test/domain_analysis_test: Fail 197 analysis_server/test/domain_analysis_test: Fail
204 analysis_server/test/analysis/notification_analysis_options_test: Fail 198 analysis_server/test/analysis/notification_analysis_options_test: Fail
205 analysis_server/test/analysis/reanalyze_test: Fail 199 analysis_server/test/analysis/reanalyze_test: Fail
206 analysis_server/test/analysis/notification_implemented_test: Fail 200 analysis_server/test/analysis/notification_implemented_test: Fail
207 analysis_server/test/analysis/notification_outline_test: Fail 201 analysis_server/test/analysis/notification_outline_test: Fail
208 analysis_server/test/analysis/notification_errors_test: Fail 202 analysis_server/test/analysis/notification_errors_test: Fail
209 analysis_server/test/analysis/get_errors_test: Fail 203 analysis_server/test/analysis/get_errors_test: Fail
210 analysis_server/test/analysis/notification_navigation_test: Fail 204 analysis_server/test/analysis/notification_navigation_test: Fail
(...skipping 16 matching lines...) Expand all
227 analysis_server/test/search/member_references_test: Fail 221 analysis_server/test/search/member_references_test: Fail
228 analysis_server/test/context_manager_test: Fail 222 analysis_server/test/context_manager_test: Fail
229 analysis_server/test/src/utilities/change_builder_core_test: Fail 223 analysis_server/test/src/utilities/change_builder_core_test: Fail
230 analysis_server/test/src/watch_manager_test: Fail 224 analysis_server/test/src/watch_manager_test: Fail
231 analysis_server/test/edit/format_test: Fail 225 analysis_server/test/edit/format_test: Fail
232 analysis_server/test/edit/sort_members_test: Fail 226 analysis_server/test/edit/sort_members_test: Fail
233 analysis_server/test/edit/assists_test: Fail 227 analysis_server/test/edit/assists_test: Fail
234 analysis_server/test/edit/fixes_test: Fail 228 analysis_server/test/edit/fixes_test: Fail
235 analysis_server/test/edit/organize_directives_test: Fail 229 analysis_server/test/edit/organize_directives_test: Fail
236 analysis_server/test/search/element_references_test: Fail 230 analysis_server/test/search/element_references_test: Fail
237 analysis_server/test/services/linter/linter_test: Fail
238 analysis_server/test/edit/refactoring_test: Fail 231 analysis_server/test/edit/refactoring_test: Fail
239 analysis_server/test/src/utilities/change_builder_dart_test: Fail 232 analysis_server/test/src/utilities/change_builder_dart_test: Fail
240 analysis_server/test/plugin/protocol_dart_test: Fail 233 analysis_server/test/plugin/protocol_dart_test: Fail
241 analysis_server/test/services/correction/change_test: Fail 234 analysis_server/test/services/correction/change_test: Fail
242 analysis_server/test/analysis/get_navigation_test: Fail 235 analysis_server/test/analysis/get_navigation_test: Fail
243 analysis_server/test/plugin/set_analysis_domain_test: Fail 236 analysis_server/test/plugin/set_analysis_domain_test: Fail
244 analysis_server/test/services/correction/status_test: Fail 237 analysis_server/test/services/correction/status_test: Fail
245 analysis_server/test/services/correction/assist_test: Fail 238 analysis_server/test/services/correction/assist_test: Fail
246 analysis_server/test/services/search/search_engine_test: Fail 239 analysis_server/test/services/search/search_engine_test: Fail
247 analysis_server/test/services/correction/fix_test: Fail 240 analysis_server/test/services/correction/fix_test: Fail
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 analysis_server/test/domain_execution_test: Fail 273 analysis_server/test/domain_execution_test: Fail
281 analysis_server/test/services/index/store/codec_test: Fail 274 analysis_server/test/services/index/store/codec_test: Fail
282 analysis_server/test/services/completion/prefixed_element_contributor_test: Fail 275 analysis_server/test/services/completion/prefixed_element_contributor_test: Fail
283 analysis_server/test/services/refactoring/convert_getter_to_method_test: Fail 276 analysis_server/test/services/refactoring/convert_getter_to_method_test: Fail
284 analysis_server/test/services/index/store/split_store_test: Fail 277 analysis_server/test/services/index/store/split_store_test: Fail
285 analysis_server/test/analysis/get_hover_test: Fail 278 analysis_server/test/analysis/get_hover_test: Fail
286 analysis_server/test/analysis/notification_analyzedFiles_test: Fail 279 analysis_server/test/analysis/notification_analyzedFiles_test: Fail
287 analysis_server/test/services/completion/dart/keyword_contributor_test: Fail 280 analysis_server/test/services/completion/dart/keyword_contributor_test: Fail
288 analysis_server/test/analysis/update_content_test: Fail 281 analysis_server/test/analysis/update_content_test: Fail
289 analysis_server/test/analysis/set_priority_files_test: Fail 282 analysis_server/test/analysis/set_priority_files_test: Fail
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698