| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 |
| OLD | NEW |