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

Side by Side Diff: third_party/pkg_tested/pkg_tested.status

Issue 1171773004: Update dart2js-cps_ir test expectations after bac7481d3d2816dbfa40d34e3cb54c4197684456. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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 | « tests/lib/lib.status ('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) 2014, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2014, 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
11 */*/*/*/packages/*/*: Skip 11 */*/*/*/packages/*/*: Skip
12 */*/*/*/*/packages/*/*: Skip 12 */*/*/*/*/packages/*/*: Skip
13 13
14 pub/test/dart2js/compiles_generated_file_from_dependency_test: Pass, Slow 14 pub/test/dart2js/compiles_generated_file_from_dependency_test: Pass, Slow
15 pub/test/serve/web_socket/url_to_asset_id_test: Pass, Slow 15 pub/test/serve/web_socket/url_to_asset_id_test: Pass, Slow
16 pub/test/transformer/loads_a_diamond_transformer_dependency_graph_test: Pass, Sl ow 16 pub/test/transformer/loads_a_diamond_transformer_dependency_graph_test: Pass, Sl ow
17 17
18 [ $browser ] 18 [ $browser ]
19 dart_style/*: SkipByDesign 19 dart_style/*: SkipByDesign
20 pub/*: SkipByDesign 20 pub/*: SkipByDesign
21 21
22 [ $runtime == vm && $system == windows ] 22 [ $runtime == vm && $system == windows ]
23 pub/test/run/app_can_read_from_stdin_test: Fail # Issue 19448 23 pub/test/run/app_can_read_from_stdin_test: Fail # Issue 19448
24 pub/test/run/forwards_signal_posix_test: SkipByDesign 24 pub/test/run/forwards_signal_posix_test: SkipByDesign
25 25
26 [ $runtime == vm && ($mode == debug || $arch == mips || $arch == simmips || $arc h == simarm || $arch == simarmv5te || $arch == simarm64 || $builder_tag == asan) ] 26 [ $runtime == vm && ($mode == debug || $arch == mips || $arch == simmips || $arc h == simarm || $arch == simarmv5te || $arch == simarm64 || $builder_tag == asan) ]
27 dart_style/test/command_line_test: Skip # The test controller does not take into account that tests take much longer in debug mode or on simulators/mips. 27 dart_style/test/command_line_test: Skip # The test controller does not take into account that tests take much longer in debug mode or on simulators/mips.
28 dart_style/test/formatter_test: Skip # The test controller does not take into ac count that tests take much longer in debug mode or on simulators/mips. 28 dart_style/test/formatter_test: Skip # The test controller does not take into ac count that tests take much longer in debug mode or on simulators/mips.
29 29
30 [ $compiler == dart2js && $cps_ir ]
31 dart_style/test/command_line_test: Crash # try/finally
32 dart_style/test/formatter_test: Crash # try/finally
33 dart_style/test/io_test: Crash # try/finally
34 dart_style/test/source_code_test: Crash # try/finally
35 pub/test/ascii_tree_test: Crash # Instance of 'TypeOperator': type casts not imp lemented.
36 pub/test/barback/all_includes_all_default_directories_test: Crash # try/finally
37 pub/test/barback/directory_args_test: Crash # try/finally
38 pub/test/barback/fails_if_args_with_all_test: Crash # try/finally
39 pub/test/barback/fails_if_dir_arg_does_not_exist_test: Crash # try/finally
40 pub/test/barback/fails_if_dir_outside_package_test: Crash # try/finally
41 pub/test/barback/fails_if_no_default_dirs_test: Crash # try/finally
42 pub/test/barback/fails_on_all_with_no_buildable_directories_test: Crash # try/f inally
43 pub/test/barback/fails_on_disallowed_directories_test: Crash # try/finally
44 pub/test/barback/fails_on_overlapping_directories_test: Crash # try/finally
45 pub/test/barback/subdirectories_test: Crash # try/finally
46 pub/test/build/allows_arbitrary_modes_test: Crash # try/finally
47 pub/test/build/can_specify_output_directory_test: Crash # try/finally
48 pub/test/build/cleans_entire_build_directory_test: Crash # try/finally
49 pub/test/build/copies_browser_js_next_to_entrypoints_test: Crash # try/finally
50 pub/test/build/copies_browser_js_with_dependency_override_test: Crash # try/fin ally
51 pub/test/build/copies_browser_js_with_dev_dependency_test: Crash # try/finally
52 pub/test/build/copies_non_dart_files_to_build_test: Crash # try/finally
53 pub/test/build/defaults_to_release_mode_test: Crash # try/finally
54 pub/test/build/handles_long_paths_test: Crash # try/finally
55 pub/test/build/includes_assets_from_dependencies_test: Crash # try/finally
56 pub/test/build/includes_dart_files_from_dependencies_in_debug_test: Crash # try /finally
57 pub/test/build/includes_dart_files_in_debug_mode_test: Crash # try/finally
58 pub/test/build/outputs_error_to_json_test: Crash # try/finally
59 pub/test/build/outputs_results_to_json_test: Crash # try/finally
60 pub/test/build/preserves_htaccess_test: Crash # try/finally
61 pub/test/cache/add/adds_latest_matching_version_test: Crash # try/finally
62 pub/test/cache/add/adds_latest_version_test: Crash # try/finally
63 pub/test/cache/add/all_adds_all_matching_versions_test: Crash # try/finally
64 pub/test/cache/add/all_with_some_versions_present_test: Crash # try/finally
65 pub/test/cache/add/already_cached_test: Crash # try/finally
66 pub/test/cache/add/bad_version_test: Crash # try/finally
67 pub/test/cache/add/missing_package_arg_test: Crash # try/finally
68 pub/test/cache/add/no_matching_version_test: Crash # try/finally
69 pub/test/cache/add/package_not_found_test: Crash # try/finally
70 pub/test/cache/add/unexpected_arguments_test: Crash # try/finally
71 pub/test/cache/list_test: Crash # try/finally
72 pub/test/cache/repair/empty_cache_test: Crash # try/finally
73 pub/test/cache/repair/handles_corrupted_binstub_test: Crash # try/finally
74 pub/test/cache/repair/handles_corrupted_global_lockfile_test: Crash # try/final ly
75 pub/test/cache/repair/handles_failure_test: Crash # try/finally
76 pub/test/cache/repair/handles_orphaned_binstub_test: Crash # try/finally
77 pub/test/cache/repair/recompiles_snapshots_test: Crash # try/finally
78 pub/test/cache/repair/reinstalls_git_packages_test: Crash # try/finally
79 pub/test/cache/repair/reinstalls_hosted_packages_test: Crash # try/finally
80 pub/test/cache/repair/updates_binstubs_test: Crash # try/finally
81 pub/test/dart2js/allows_import_in_dart_code_test: Crash # try/finally
82 pub/test/dart2js/compiles_entrypoints_in_root_package_test: Crash # try/finally
83 pub/test/dart2js/compiles_generated_dart_file_test: Crash # try/finally
84 pub/test/dart2js/compiles_generated_file_from_dependency_outside_web_test: Crash # try/finally
85 pub/test/dart2js/compiles_generated_file_from_dependency_test: Crash # try/fina lly
86 pub/test/dart2js/compiles_imported_generated_file_test: Crash # try/finally
87 pub/test/dart2js/converts_isolate_entrypoint_in_web_test: Crash # try/finally
88 pub/test/dart2js/does_not_compile_if_disabled_test: Crash # try/finally
89 pub/test/dart2js/does_not_compile_until_its_output_is_requested_test: Crash # t ry/finally
90 pub/test/dart2js/does_not_support_invalid_command_line_options_type_test: Crash # try/finally
91 pub/test/dart2js/does_not_support_invalid_environment_type_test: Crash # try/fi nally
92 pub/test/dart2js/does_not_support_invalid_option_test: Crash # try/finally
93 pub/test/dart2js/doesnt_support_invalid_type_for_boolean_option_test: Crash # t ry/finally
94 pub/test/dart2js/environment_constant_test: Crash # try/finally
95 pub/test/dart2js/ignores_entrypoint_in_dependency_test: Crash # try/finally
96 pub/test/dart2js/ignores_entrypoints_in_lib_test: Crash # try/finally
97 pub/test/dart2js/ignores_non_entrypoint_dart_files_test: Crash # try/finally
98 pub/test/dart2js/includes_source_maps_if_sourceMaps_true_test: Crash # try/fina lly
99 pub/test/dart2js/includes_source_maps_in_debug_test: Crash # try/finally
100 pub/test/dart2js/minifies_in_release_mode_test: Crash # try/finally
101 pub/test/dart2js/minify_configuration_overrides_mode_test: Crash # try/finally
102 pub/test/dart2js/omits_source_map_if_sourceMaps_false_test: Crash # try/finally
103 pub/test/dart2js/omits_source_map_in_release_test: Crash # try/finally
104 pub/test/dart2js/outputs_deferred_libraries_test: Crash # try/finally
105 pub/test/dart2js/passes_along_environment_constants_test: Crash # try/finally
106 pub/test/dart2js/reports_dart_parse_errors_test: Crash # try/finally
107 pub/test/dart2js/source_maps_include_core_libs_in_subdirectory_test: Crash # tr y/finally
108 pub/test/dart2js/source_maps_include_core_libs_test: Crash # try/finally
109 pub/test/dart2js/supports_configuration_with_build_test: Crash # try/finally
110 pub/test/dart2js/supports_valid_options_test: Crash # try/finally
111 pub/test/dart2js/unminified_in_nonrelease_mode_test: Crash # try/finally
112 pub/test/dependency_computer/conservative_dependencies_test: Crash # try/finall y
113 pub/test/dependency_computer/cycle_test: Crash # try/finally
114 pub/test/dependency_computer/dev_transformers_test: Crash # try/finally
115 pub/test/dependency_computer/error_test: Crash # try/finally
116 pub/test/dependency_computer/import_dependencies_test: Crash # try/finally
117 pub/test/dependency_computer/no_dependencies_test: Crash # try/finally
118 pub/test/dependency_computer/transformers_needed_by_library_test: Crash # try/f inally
119 pub/test/dependency_override_test: Crash # try/finally
120 pub/test/deps_test: Crash # try/finally
121 pub/test/dev_dependency_test: Crash # try/finally
122 pub/test/downgrade/does_not_show_other_versions_test: Crash # try/finally
123 pub/test/downgrade/doesnt_change_git_dependencies_test: Crash # try/finally
124 pub/test/downgrade/dry_run_does_not_apply_changes_test: Crash # try/finally
125 pub/test/downgrade/unlock_dependers_test: Crash # try/finally
126 pub/test/downgrade/unlock_if_necessary_test: Crash # try/finally
127 pub/test/error_group_test: Crash # try/finally
128 pub/test/get/broken_symlink_test: Crash # try/finally
129 pub/test/get/cache_transformed_dependency_test: Crash # try/finally
130 pub/test/get/dry_run_does_not_apply_changes_test: Crash # try/finally
131 pub/test/get/git/check_out_and_upgrade_test: Crash # try/finally
132 pub/test/get/git/check_out_branch_test: Crash # try/finally
133 pub/test/get/git/check_out_revision_test: Crash # try/finally
134 pub/test/get/git/check_out_test: Crash # try/finally
135 pub/test/get/git/check_out_transitive_test: Crash # try/finally
136 pub/test/get/git/check_out_twice_test: Crash # try/finally
137 pub/test/get/git/check_out_unfetched_revision_of_cached_repo_test: Crash # try/ finally
138 pub/test/get/git/check_out_with_trailing_slash_test: Crash # try/finally
139 pub/test/get/git/dependency_name_match_pubspec_test: Crash # try/finally
140 pub/test/get/git/different_repo_name_test: Crash # try/finally
141 pub/test/get/git/doesnt_fetch_if_nothing_changes_test: Crash # try/finally
142 pub/test/get/git/lock_version_test: Crash # try/finally
143 pub/test/get/git/locked_revision_without_repo_test: Crash # try/finally
144 pub/test/get/git/require_pubspec_name_test: Crash # try/finally
145 pub/test/get/git/require_pubspec_test: Crash # try/finally
146 pub/test/get/git/stay_locked_if_compatible_test: Crash # try/finally
147 pub/test/get/git/unlock_if_incompatible_test: Crash # try/finally
148 pub/test/get/hosted/avoid_network_requests_test: Crash # try/finally
149 pub/test/get/hosted/cached_pubspec_test: Crash # try/finally
150 pub/test/get/hosted/do_not_upgrade_on_removed_constraints_test: Crash # try/fin ally
151 pub/test/get/hosted/does_no_network_requests_when_possible_test: Crash # try/fi nally
152 pub/test/get/hosted/get_test: Crash # try/finally
153 pub/test/get/hosted/get_transitive_test: Crash # try/finally
154 pub/test/get/hosted/gets_a_package_with_busted_dev_dependencies_test: Crash # t ry/finally
155 pub/test/get/hosted/resolve_constraints_test: Crash # try/finally
156 pub/test/get/hosted/stay_locked_if_compatible_test: Crash # try/finally
157 pub/test/get/hosted/stay_locked_if_new_is_satisfied_test: Crash # try/finally
158 pub/test/get/hosted/stay_locked_test: Crash # try/finally
159 pub/test/get/hosted/unlock_if_incompatible_test: Crash # try/finally
160 pub/test/get/hosted/unlock_if_new_is_unsatisfied_test: Crash # try/finally
161 pub/test/get/hosted/unlock_if_version_doesnt_exist_test: Crash # try/finally
162 pub/test/get/path/absolute_path_test: Crash # try/finally
163 pub/test/get/path/absolute_symlink_test: Crash # try/finally
164 pub/test/get/path/empty_pubspec_test: Crash # try/finally
165 pub/test/get/path/no_pubspec_test: Crash # try/finally
166 pub/test/get/path/nonexistent_dir_test: Crash # try/finally
167 pub/test/get/path/path_is_file_test: Crash # try/finally
168 pub/test/get/path/relative_path_test: Crash # try/finally
169 pub/test/get/path/relative_symlink_test: Crash # try/finally
170 pub/test/get/path/shared_dependency_symlink_test: Crash # try/finally
171 pub/test/get/path/shared_dependency_test: Crash # try/finally
172 pub/test/get/relative_symlink_test: Crash # try/finally
173 pub/test/get/switch_source_test: Crash # try/finally
174 pub/test/global/activate/activate_git_after_hosted_test: Crash # try/finally
175 pub/test/global/activate/activate_hosted_after_git_test: Crash # try/finally
176 pub/test/global/activate/activate_hosted_after_path_test: Crash # try/finally
177 pub/test/global/activate/activate_path_after_hosted_test: Crash # try/finally
178 pub/test/global/activate/bad_version_test: Crash # try/finally
179 pub/test/global/activate/cached_package_test: Crash # try/finally
180 pub/test/global/activate/constraint_test: Crash # try/finally
181 pub/test/global/activate/constraint_with_path_test: Crash # try/finally
182 pub/test/global/activate/different_version_test: Crash # try/finally
183 pub/test/global/activate/doesnt_snapshot_path_executables_test: Crash # try/fin ally
184 pub/test/global/activate/empty_constraint_test: Crash # try/finally
185 pub/test/global/activate/git_package_test: Crash # try/finally
186 pub/test/global/activate/ignores_active_version_test: Crash # try/finally
187 pub/test/global/activate/installs_dependencies_for_git_test: Crash # try/finall y
188 pub/test/global/activate/installs_dependencies_for_path_test: Crash # try/final ly
189 pub/test/global/activate/installs_dependencies_test: Crash # try/finally
190 pub/test/global/activate/missing_git_repo_test: Crash # try/finally
191 pub/test/global/activate/missing_package_arg_test: Crash # try/finally
192 pub/test/global/activate/outdated_binstub_test: Crash # try/finally
193 pub/test/global/activate/path_package_test: Crash # try/finally
194 pub/test/global/activate/reactivating_git_upgrades_test: Crash # try/finally
195 pub/test/global/activate/removes_old_lockfile_test: Crash # try/finally
196 pub/test/global/activate/snapshots_git_executables_test: Crash # try/finally
197 pub/test/global/activate/snapshots_hosted_executables_test: Crash # try/finally
198 pub/test/global/activate/supports_version_solver_backtracking_test: Crash # try /finally
199 pub/test/global/activate/uncached_package_test: Crash # try/finally
200 pub/test/global/activate/unexpected_arguments_test: Crash # try/finally
201 pub/test/global/activate/unknown_package_test: Crash # try/finally
202 pub/test/global/binstubs/binstub_runs_executable_test: Crash # try/finally
203 pub/test/global/binstubs/binstub_runs_global_run_if_no_snapshot_test: Crash # t ry/finally
204 pub/test/global/binstubs/binstub_runs_precompiled_snapshot_test: Crash # try/fi nally
205 pub/test/global/binstubs/creates_executables_in_pubspec_test: Crash # try/final ly
206 pub/test/global/binstubs/does_not_warn_if_no_executables_test: Crash # try/fina lly
207 pub/test/global/binstubs/does_not_warn_if_on_path_test: Crash # try/finally
208 pub/test/global/binstubs/explicit_and_no_executables_options_test: Crash # try/ finally
209 pub/test/global/binstubs/explicit_executables_test: Crash # try/finally
210 pub/test/global/binstubs/missing_script_test: Crash # try/finally
211 pub/test/global/binstubs/name_collision_test: Crash # try/finally
212 pub/test/global/binstubs/name_collision_with_overwrite_test: Crash # try/finall y
213 pub/test/global/binstubs/no_executables_flag_test: Crash # try/finally
214 pub/test/global/binstubs/outdated_binstub_runs_pub_global_test: Crash # try/fin ally
215 pub/test/global/binstubs/outdated_snapshot_test: Crash # try/finally
216 pub/test/global/binstubs/path_package_test: Crash # try/finally
217 pub/test/global/binstubs/reactivate_removes_old_executables_test: Crash # try/f inally
218 pub/test/global/binstubs/removes_even_if_not_in_pubspec_test: Crash # try/final ly
219 pub/test/global/binstubs/removes_when_deactivated_test: Crash # try/finally
220 pub/test/global/binstubs/unknown_explicit_executable_test: Crash # try/finally
221 pub/test/global/binstubs/warns_if_not_on_path_test: Crash # try/finally
222 pub/test/global/deactivate/deactivate_and_reactivate_package_test: Crash # try/ finally
223 pub/test/global/deactivate/git_package_test: Crash # try/finally
224 pub/test/global/deactivate/hosted_package_test: Crash # try/finally
225 pub/test/global/deactivate/missing_package_arg_test: Crash # try/finally
226 pub/test/global/deactivate/path_package_test: Crash # try/finally
227 pub/test/global/deactivate/removes_precompiled_snapshots_test: Crash # try/fina lly
228 pub/test/global/deactivate/unexpected_arguments_test: Crash # try/finally
229 pub/test/global/deactivate/unknown_package_test: Crash # try/finally
230 pub/test/global/list_test: Crash # try/finally
231 pub/test/global/run/errors_if_outside_bin_test: Crash # try/finally
232 pub/test/global/run/implicit_executable_name_test: Crash # try/finally
233 pub/test/global/run/missing_executable_arg_test: Crash # try/finally
234 pub/test/global/run/missing_path_package_test: Crash # try/finally
235 pub/test/global/run/mode_test: Crash # try/finally
236 pub/test/global/run/nonexistent_script_test: Crash # try/finally
237 pub/test/global/run/recompiles_if_sdk_is_out_of_date_test: Crash # try/finally
238 pub/test/global/run/reflects_changes_to_local_package_test: Crash # try/finally
239 pub/test/global/run/runs_git_script_test: Crash # try/finally
240 pub/test/global/run/runs_path_script_test: Crash # try/finally
241 pub/test/global/run/runs_script_test: Crash # try/finally
242 pub/test/global/run/runs_transformer_test: Crash # try/finally
243 pub/test/global/run/unknown_package_test: Crash # try/finally
244 pub/test/global/run/uses_old_lockfile_test: Crash # try/finally
245 pub/test/hosted/fail_gracefully_on_missing_package_test: Crash # try/finally
246 pub/test/hosted/fail_gracefully_on_url_resolve_test: Crash # try/finally
247 pub/test/hosted/offline_test: Crash # try/finally
248 pub/test/hosted/remove_removed_dependency_test: Crash # try/finally
249 pub/test/hosted/remove_removed_transitive_dependency_test: Crash # try/finally
250 pub/test/hosted/version_negotiation_test: Crash # try/finally
251 pub/test/implicit_barback_dependency_test: Crash # try/finally
252 pub/test/implicit_dependency_test: Crash # try/finally
253 pub/test/io_test: Crash # try/finally
254 pub/test/lish/archives_and_uploads_a_package_test: Crash # try/finally
255 pub/test/lish/cloud_storage_upload_doesnt_redirect_test: Crash # try/finally
256 pub/test/lish/cloud_storage_upload_provides_an_error_test: Crash # try/finally
257 pub/test/lish/does_not_publish_if_private_test: Crash # try/finally
258 pub/test/lish/does_not_publish_if_private_with_server_arg_test: Crash # try/fin ally
259 pub/test/lish/force_cannot_be_combined_with_dry_run_test: Crash # try/finally
260 pub/test/lish/force_does_not_publish_if_private_test: Crash # try/finally
261 pub/test/lish/force_does_not_publish_if_there_are_errors_test: Crash # try/fina lly
262 pub/test/lish/force_publishes_if_tests_are_no_warnings_or_errors_test: Crash # try/finally
263 pub/test/lish/force_publishes_if_there_are_warnings_test: Crash # try/finally
264 pub/test/lish/many_files_test: Crash # try/finally
265 pub/test/lish/package_creation_provides_a_malformed_error_test: Crash # try/fin ally
266 pub/test/lish/package_creation_provides_a_malformed_success_test: Crash # try/f inally
267 pub/test/lish/package_creation_provides_an_error_test: Crash # try/finally
268 pub/test/lish/package_creation_provides_invalid_json_test: Crash # try/finally
269 pub/test/lish/package_validation_has_a_warning_and_continues_test: Crash # try/ finally
270 pub/test/lish/package_validation_has_a_warning_and_is_canceled_test: Crash # tr y/finally
271 pub/test/lish/package_validation_has_an_error_test: Crash # try/finally
272 pub/test/lish/preview_errors_if_private_test: Crash # try/finally
273 pub/test/lish/preview_package_validation_has_a_warning_test: Crash # try/finall y
274 pub/test/lish/preview_package_validation_has_no_warnings_test: Crash # try/fina lly
275 pub/test/lish/server_arg_does_not_override_private_test: Crash # try/finally
276 pub/test/lish/server_arg_overrides_publish_to_url_test: Crash # try/finally
277 pub/test/lish/upload_form_fields_has_a_non_string_value_test: Crash # try/final ly
278 pub/test/lish/upload_form_fields_is_not_a_map_test: Crash # try/finally
279 pub/test/lish/upload_form_is_missing_fields_test: Crash # try/finally
280 pub/test/lish/upload_form_is_missing_url_test: Crash # try/finally
281 pub/test/lish/upload_form_provides_an_error_test: Crash # try/finally
282 pub/test/lish/upload_form_provides_invalid_json_test: Crash # try/finally
283 pub/test/lish/upload_form_url_is_not_a_string_test: Crash # try/finally
284 pub/test/lish/uses_publish_to_url_test: Crash # try/finally
285 pub/test/list_package_dirs/ignores_updated_pubspec_test: Crash # try/finally
286 pub/test/list_package_dirs/includes_dev_dependencies_test: Crash # try/finally
287 pub/test/list_package_dirs/lists_dependency_directories_test: Crash # try/final ly
288 pub/test/list_package_dirs/lockfile_error_test: Crash # try/finally
289 pub/test/list_package_dirs/missing_pubspec_test: Crash # try/finally
290 pub/test/list_package_dirs/no_lockfile_test: Crash # try/finally
291 pub/test/list_package_dirs/pubspec_error_test: Crash # try/finally
292 pub/test/lock_file_test: Crash # try/finally
293 pub/test/no_package_symlinks_test: Crash # try/finally
294 pub/test/oauth2/with_a_malformed_credentials_authenticates_again_test: Crash # try/finally
295 pub/test/oauth2/with_a_pre_existing_credentials_does_not_authenticate_test: Cras h # try/finally
296 pub/test/oauth2/with_a_server_rejected_refresh_token_authenticates_again_test: C rash # try/finally
297 pub/test/oauth2/with_an_expired_credentials_refreshes_and_saves_test: Crash # t ry/finally
298 pub/test/oauth2/with_an_expired_credentials_without_a_refresh_token_authenticate s_again_test: Crash # try/finally
299 pub/test/oauth2/with_no_credentials_authenticates_and_saves_credentials_test: Cr ash # try/finally
300 pub/test/oauth2/with_server_rejected_credentials_authenticates_again_test: Crash # try/finally
301 pub/test/package_list_files_test: Crash # try/finally
302 pub/test/preprocess_test: Crash # try/finally
303 pub/test/pub_get_and_upgrade_test: Crash # try/finally
304 pub/test/pub_test: Crash # try/finally
305 pub/test/pub_uploader_test: Crash # try/finally
306 pub/test/pubspec_test: Crash # try/finally
307 pub/test/real_version_test: Crash # try/finally
308 pub/test/run/allows_dart_extension_test: Crash # try/finally
309 pub/test/run/app_can_read_from_stdin_test: Crash # try/finally
310 pub/test/run/displays_transformer_logs_test: Crash # try/finally
311 pub/test/run/does_not_run_on_transformer_error_test: Crash # try/finally
312 pub/test/run/doesnt_load_an_unnecessary_transformer_test: Crash # try/finally
313 pub/test/run/errors_if_no_executable_is_given_test: Crash # try/finally
314 pub/test/run/errors_if_only_transitive_dependency_test: Crash # try/finally
315 pub/test/run/errors_if_path_in_dependency_test: Crash # try/finally
316 pub/test/run/forwards_signal_posix_test: Crash # try/finally
317 pub/test/run/ignores_explicit_dart2js_transformer_test: Crash # try/finally
318 pub/test/run/includes_parent_directories_of_entrypoint_test: Crash # try/finall y
319 pub/test/run/mode_test: Crash # try/finally
320 pub/test/run/nonexistent_dependency_test: Crash # try/finally
321 pub/test/run/nonexistent_script_in_dependency_test: Crash # try/finally
322 pub/test/run/nonexistent_script_test: Crash # try/finally
323 pub/test/run/passes_along_arguments_test: Crash # try/finally
324 pub/test/run/runs_a_generated_script_test: Crash # try/finally
325 pub/test/run/runs_app_in_directory_in_entrypoint_test: Crash # try/finally
326 pub/test/run/runs_app_in_entrypoint_test: Crash # try/finally
327 pub/test/run/runs_app_in_entrypoint_with_warning_test: Crash # try/finally
328 pub/test/run/runs_from_a_dependency_override_after_dependency_test: Crash # try /finally
329 pub/test/run/runs_named_app_in_dependency_test: Crash # try/finally
330 pub/test/run/runs_named_app_in_dev_dependency_test: Crash # try/finally
331 pub/test/run/runs_shorthand_app_in_dependency_test: Crash # try/finally
332 pub/test/run/runs_the_script_in_checked_mode_test: Crash # try/finally
333 pub/test/run/runs_transformer_in_entrypoint_test: Crash # try/finally
334 pub/test/serve/404_page_test: Crash # try/finally
335 pub/test/serve/allows_arbitrary_modes_test: Crash # try/finally
336 pub/test/serve/defaults_to_debug_mode_test: Crash # try/finally
337 pub/test/serve/does_not_crash_if_an_unused_dart_file_has_a_syntax_error_test: Cr ash # try/finally
338 pub/test/serve/does_not_get_first_if_a_dependency_is_removed_test: Crash # try/ finally
339 pub/test/serve/does_not_get_first_if_git_url_did_not_change_test: Crash # try/f inally
340 pub/test/serve/does_not_get_first_if_locked_matches_override_test: Crash # try/ finally
341 pub/test/serve/does_not_get_first_if_locked_version_matches_test: Crash # try/f inally
342 pub/test/serve/does_not_serve_dart_in_release_test: Crash # try/finally
343 pub/test/serve/does_not_serve_hidden_assets_test: Crash # try/finally
344 pub/test/serve/does_not_watch_compiled_js_files_test: Crash # try/finally
345 pub/test/serve/gets_first_if_dependency_added_test: Crash # try/finally
346 pub/test/serve/gets_first_if_dependency_is_not_installed_test: Crash # try/fina lly
347 pub/test/serve/gets_first_if_dependency_version_changed_test: Crash # try/final ly
348 pub/test/serve/gets_first_if_dev_dependency_changed_test: Crash # try/finally
349 pub/test/serve/gets_first_if_git_ref_changed_test: Crash # try/finally
350 pub/test/serve/gets_first_if_git_url_changed_test: Crash # try/finally
351 pub/test/serve/gets_first_if_no_lockfile_test: Crash # try/finally
352 pub/test/serve/gets_first_if_path_dependency_changed_test: Crash # try/finally
353 pub/test/serve/gets_first_if_source_changed_test: Crash # try/finally
354 pub/test/serve/gets_first_if_transitive_dependency_is_not_installed_test: Crash # try/finally
355 pub/test/serve/invalid_method_test: Crash # try/finally
356 pub/test/serve/invalid_urls_test: Crash # try/finally
357 pub/test/serve/missing_asset_test: Crash # try/finally
358 pub/test/serve/missing_dependency_file_test: Crash # try/finally
359 pub/test/serve/missing_file_test: Crash # try/finally
360 pub/test/serve/native_watch_added_file_test: Crash # try/finally
361 pub/test/serve/native_watch_modified_file_test: Crash # try/finally
362 pub/test/serve/native_watch_removed_file_test: Crash # try/finally
363 pub/test/serve/native_watch_replaced_file_test: Crash # try/finally
364 pub/test/serve/serve_from_app_lib_test: Crash # try/finally
365 pub/test/serve/serve_from_app_web_test: Crash # try/finally
366 pub/test/serve/serve_from_dependency_lib_test: Crash # try/finally
367 pub/test/serve/serves_file_with_space_test: Crash # try/finally
368 pub/test/serve/serves_index_html_for_directories_test: Crash # try/finally
369 pub/test/serve/serves_web_and_test_dirs_by_default_test: Crash # try/finally
370 pub/test/serve/supports_cross_origin_header_test: Crash # try/finally
371 pub/test/serve/supports_user_defined_declaring_transformers_test: Crash # try/f inally
372 pub/test/serve/supports_user_defined_lazy_transformers_test: Crash # try/finall y
373 pub/test/serve/unknown_dependency_test: Crash # try/finally
374 pub/test/serve/uses_appropriate_mime_types_test: Crash # try/finally
375 pub/test/serve/watch_added_file_test: Crash # try/finally
376 pub/test/serve/watch_modified_file_test: Crash # try/finally
377 pub/test/serve/watch_removed_file_test: Crash # try/finally
378 pub/test/serve/web_socket/exit_on_close_test: Crash # try/finally
379 pub/test/serve/web_socket/path_to_urls_errors_test: Crash # try/finally
380 pub/test/serve/web_socket/path_to_urls_test: Crash # try/finally
381 pub/test/serve/web_socket/path_to_urls_with_line_test: Crash # try/finally
382 pub/test/serve/web_socket/serve_directory_already_served_test: Crash # try/fina lly
383 pub/test/serve/web_socket/serve_directory_and_immediately_request_asset_test: Cr ash # try/finally
384 pub/test/serve/web_socket/serve_directory_and_immediately_serve_again_test: Cras h # try/finally
385 pub/test/serve/web_socket/serve_directory_and_immediately_unserve_test: Crash # try/finally
386 pub/test/serve/web_socket/serve_directory_arg_errors_test: Crash # try/finally
387 pub/test/serve/web_socket/serve_directory_overlapping_test: Crash # try/finally
388 pub/test/serve/web_socket/serve_directory_test: Crash # try/finally
389 pub/test/serve/web_socket/unserve_directory_arg_errors_test: Crash # try/finall y
390 pub/test/serve/web_socket/unserve_directory_not_served_test: Crash # try/finall y
391 pub/test/serve/web_socket/unserve_directory_test: Crash # try/finally
392 pub/test/serve/web_socket/url_to_asset_id_errors_test: Crash # try/finally
393 pub/test/serve/web_socket/url_to_asset_id_test: Crash # try/finally
394 pub/test/serve/web_socket/url_to_asset_id_with_line_test: Crash # try/finally
395 pub/test/snapshot/creates_a_snapshot_for_immediate_and_transitive_dep_test: Cras h # try/finally
396 pub/test/snapshot/creates_a_snapshot_test: Crash # try/finally
397 pub/test/snapshot/doesnt_load_irrelevant_transformers_test: Crash # try/finally
398 pub/test/snapshot/doesnt_resnapshot_when_a_dependency_is_unchanged_test: Crash # try/finally
399 pub/test/snapshot/doesnt_snapshot_an_entrypoint_dependency_test: Crash # try/fi nally
400 pub/test/snapshot/doesnt_snapshot_path_dependency_test: Crash # try/finally
401 pub/test/snapshot/doesnt_snapshot_transitive_dependencies_test: Crash # try/fin ally
402 pub/test/snapshot/prints_errors_for_broken_snapshots_test: Crash # try/finally
403 pub/test/snapshot/recompiles_if_the_sdk_is_out_of_date_test: Crash # try/finall y
404 pub/test/snapshot/snapshots_transformed_code_test: Crash # try/finally
405 pub/test/snapshot/updates_snapshot_for_git_dependency_test: Crash # try/finally
406 pub/test/snapshot/upgrades_snapshot_for_dependency_test: Crash # try/finally
407 pub/test/snapshot/upgrades_snapshot_test: Crash # try/finally
408 pub/test/transcript_test: Crash # Instance of 'TypeOperator': type casts not imp lemented.
409 pub/test/transformer/a_transformer_rejects_its_config_test: Crash # try/finally
410 pub/test/transformer/asset_not_found_exceptions_are_detectable_test: Crash # tr y/finally
411 pub/test/transformer/cache_test: Crash # try/finally
412 pub/test/transformer/can_log_messages_test: Crash # try/finally
413 pub/test/transformer/can_use_consume_primary_test: Crash # try/finally
414 pub/test/transformer/can_use_has_input_test: Crash # try/finally
415 pub/test/transformer/can_use_read_input_as_string_test: Crash # try/finally
416 pub/test/transformer/can_use_read_input_test: Crash # try/finally
417 pub/test/transformer/configuration/configuration_defaults_to_empty_map_test: Cra sh # try/finally
418 pub/test/transformer/configuration/passes_configuration_to_a_transformer_test: C rash # try/finally
419 pub/test/transformer/configuration/with_configuration_only_instantiates_configur able_transformers_test: Crash # try/finally
420 pub/test/transformer/dart2js_transformer_before_another_transformer_test: Crash # try/finally
421 pub/test/transformer/does_not_run_a_transform_on_an_input_in_another_package_tes t: Crash # try/finally
422 pub/test/transformer/exclusion/exclude_asset_glob_test: Crash # try/finally
423 pub/test/transformer/exclusion/exclude_asset_list_test: Crash # try/finally
424 pub/test/transformer/exclusion/exclude_asset_prefix_test: Crash # try/finally
425 pub/test/transformer/exclusion/exclude_asset_string_test: Crash # try/finally
426 pub/test/transformer/exclusion/include_asset_glob_test: Crash # try/finally
427 pub/test/transformer/exclusion/include_asset_list_test: Crash # try/finally
428 pub/test/transformer/exclusion/include_asset_prefix_test: Crash # try/finally
429 pub/test/transformer/exclusion/include_asset_string_test: Crash # try/finally
430 pub/test/transformer/exclusion/includes_before_excludes_test: Crash # try/final ly
431 pub/test/transformer/exclusion/works_on_aggregate_transformer_test: Crash # try /finally
432 pub/test/transformer/exclusion/works_on_dart2js_test: Crash # try/finally
433 pub/test/transformer/exclusion/works_on_lazy_transformer_test: Crash # try/fina lly
434 pub/test/transformer/exclusion/works_on_transformer_group_test: Crash # try/fin ally
435 pub/test/transformer/fails_to_load_a_file_that_defines_no_transforms_test: Crash # try/finally
436 pub/test/transformer/fails_to_load_a_non_existent_transform_test: Crash # try/f inally
437 pub/test/transformer/fails_to_load_a_pubspec_with_reserved_transformer_test: Cra sh # try/finally
438 pub/test/transformer/fails_to_load_a_transform_from_a_deps_dev_dependency_test: Crash # try/finally
439 pub/test/transformer/fails_to_load_a_transform_from_a_non_dependency_test: Crash # try/finally
440 pub/test/transformer/fails_to_load_a_transform_with_a_syntax_error_test: Crash # try/finally
441 pub/test/transformer/fails_to_load_a_transform_with_an_import_error_test: Crash # try/finally
442 pub/test/transformer/fails_to_load_an_unconfigurable_transformer_when_config_is_ passed_test: Crash # try/finally
443 pub/test/transformer/ignores_a_transformer_on_test_files_in_a_dependency_test: C rash # try/finally
444 pub/test/transformer/loads_a_declaring_aggregate_transformer_test: Crash # try/ finally
445 pub/test/transformer/loads_a_diamond_transformer_dependency_graph_test: Crash # try/finally
446 pub/test/transformer/loads_a_lazy_aggregate_transformer_test: Crash # try/final ly
447 pub/test/transformer/loads_a_transformer_defined_in_an_exported_library_test: Cr ash # try/finally
448 pub/test/transformer/loads_an_aggregate_transformer_test: Crash # try/finally
449 pub/test/transformer/loads_different_configurations_from_the_same_isolate_test: Crash # try/finally
450 pub/test/transformer/multiple_transformers_reject_their_config_test: Crash # tr y/finally
451 pub/test/transformer/prefers_transformer_to_library_name_test: Crash # try/fina lly
452 pub/test/transformer/prints_a_transform_error_in_apply_test: Crash # try/finall y
453 pub/test/transformer/prints_a_transform_interface_error_test: Crash # try/final ly
454 pub/test/transformer/runs_a_local_transform_on_the_application_package_test: Cra sh # try/finally
455 pub/test/transformer/runs_a_third_party_transform_on_the_application_package_tes t: Crash # try/finally
456 pub/test/transformer/runs_a_third_party_transformer_on_a_local_transformer_test: Crash # try/finally
457 pub/test/transformer/runs_a_transformer_group_test: Crash # try/finally
458 pub/test/transformer/runs_a_transformer_on_a_dependency_test: Crash # try/final ly
459 pub/test/transformer/runs_one_third_party_transformer_on_another_test: Crash # try/finally
460 pub/test/transformer/supports_a_transformer_that_doesnt_return_futures_test: Cra sh # try/finally
461 pub/test/unknown_source_test: Crash # try/finally
462 pub/test/upgrade/dry_run_does_not_apply_changes_test: Crash # try/finally
463 pub/test/upgrade/git/do_not_upgrade_if_unneeded_test: Crash # try/finally
464 pub/test/upgrade/git/upgrade_locked_test: Crash # try/finally
465 pub/test/upgrade/git/upgrade_one_locked_test: Crash # try/finally
466 pub/test/upgrade/git/upgrade_to_incompatible_pubspec_test: Crash # try/finally
467 pub/test/upgrade/git/upgrade_to_nonexistent_pubspec_test: Crash # try/finally
468 pub/test/upgrade/hosted/unlock_dependers_test: Crash # try/finally
469 pub/test/upgrade/hosted/unlock_if_necessary_test: Crash # try/finally
470 pub/test/upgrade/hosted/upgrade_removed_constraints_test: Crash # try/finally
471 pub/test/upgrade/report/describes_change_test: Crash # try/finally
472 pub/test/upgrade/report/does_not_show_newer_versions_for_locked_packages_test: C rash # try/finally
473 pub/test/upgrade/report/highlights_overrides_test: Crash # try/finally
474 pub/test/upgrade/report/leading_character_shows_change_test: Crash # try/finall y
475 pub/test/upgrade/report/shows_newer_available_versions_test: Crash # try/finall y
476 pub/test/upgrade/report/shows_number_of_changed_dependencies_test: Crash # try/ finally
477 pub/test/utils_test: Crash # try/finally
478 pub/test/validator/compiled_dartdoc_test: Crash # try/finally
479 pub/test/validator/dependency_override_test: Crash # try/finally
480 pub/test/validator/dependency_test: Crash # try/finally
481 pub/test/validator/directory_test: Crash # try/finally
482 pub/test/validator/executable_test: Crash # try/finally
483 pub/test/validator/license_test: Crash # try/finally
484 pub/test/validator/name_test: Crash # try/finally
485 pub/test/validator/pubspec_field_test: Crash # try/finally
486 pub/test/validator/sdk_constraint_test: Crash # try/finally
487 pub/test/validator/size_test: Crash # try/finally
488 pub/test/validator/utf8_readme_test: Crash # try/finally
489 pub/test/version_solver_test: Crash # try/finally
OLDNEW
« no previous file with comments | « tests/lib/lib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698