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

Side by Side Diff: pkg/pkg.status

Issue 1504713007: Update pkg.status file for library_member_contributor_test (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 analysis_server/test/services/completion/dart/library_member_contributor_test: F ail
195 analysis_server/test/analysis/navigation_collector_test: Fail 196 analysis_server/test/analysis/navigation_collector_test: Fail
196 analysis_server/test/socket_server_test: Fail 197 analysis_server/test/socket_server_test: Fail
197 analysis_server/test/domain_analysis_test: Fail 198 analysis_server/test/domain_analysis_test: Fail
198 analysis_server/test/analysis/notification_analysis_options_test: Fail 199 analysis_server/test/analysis/notification_analysis_options_test: Fail
199 analysis_server/test/analysis/reanalyze_test: Fail 200 analysis_server/test/analysis/reanalyze_test: Fail
200 analysis_server/test/analysis/notification_implemented_test: Fail 201 analysis_server/test/analysis/notification_implemented_test: Fail
201 analysis_server/test/analysis/notification_outline_test: Fail 202 analysis_server/test/analysis/notification_outline_test: Fail
202 analysis_server/test/analysis/notification_errors_test: Fail 203 analysis_server/test/analysis/notification_errors_test: Fail
203 analysis_server/test/analysis/get_errors_test: Fail 204 analysis_server/test/analysis/get_errors_test: Fail
204 analysis_server/test/analysis/notification_navigation_test: Fail 205 analysis_server/test/analysis/notification_navigation_test: Fail
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 analysis_server/test/domain_execution_test: Fail 274 analysis_server/test/domain_execution_test: Fail
274 analysis_server/test/services/index/store/codec_test: Fail 275 analysis_server/test/services/index/store/codec_test: Fail
275 analysis_server/test/services/completion/prefixed_element_contributor_test: Fail 276 analysis_server/test/services/completion/prefixed_element_contributor_test: Fail
276 analysis_server/test/services/refactoring/convert_getter_to_method_test: Fail 277 analysis_server/test/services/refactoring/convert_getter_to_method_test: Fail
277 analysis_server/test/services/index/store/split_store_test: Fail 278 analysis_server/test/services/index/store/split_store_test: Fail
278 analysis_server/test/analysis/get_hover_test: Fail 279 analysis_server/test/analysis/get_hover_test: Fail
279 analysis_server/test/analysis/notification_analyzedFiles_test: Fail 280 analysis_server/test/analysis/notification_analyzedFiles_test: Fail
280 analysis_server/test/services/completion/dart/keyword_contributor_test: Fail 281 analysis_server/test/services/completion/dart/keyword_contributor_test: Fail
281 analysis_server/test/analysis/update_content_test: Fail 282 analysis_server/test/analysis/update_content_test: Fail
282 analysis_server/test/analysis/set_priority_files_test: Fail 283 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