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

Side by Side Diff: pkg/pkg.status

Issue 1102613002: Analyzer CLI removal. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 8 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 | Annotate | Revision Log
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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 190
191 [ $compiler == dart2js && $cps_ir ] 191 [ $compiler == dart2js && $cps_ir ]
192 analysis_server/tool/spec/check_all_test: Crash # unsupported element kind: cont ext:field 192 analysis_server/tool/spec/check_all_test: Crash # unsupported element kind: cont ext:field
193 analyzer2dart/test/driver_test: Crash # cannot compile methods that need interce ptor calling convention. 193 analyzer2dart/test/driver_test: Crash # cannot compile methods that need interce ptor calling convention.
194 analyzer2dart/test/end2end_test: Crash # Please triage this failure. 194 analyzer2dart/test/end2end_test: Crash # Please triage this failure.
195 analyzer2dart/test/identifier_semantics_test: Crash # cannot compile methods tha t need interceptor calling convention. 195 analyzer2dart/test/identifier_semantics_test: Crash # cannot compile methods tha t need interceptor calling convention.
196 analyzer2dart/test/sexpr_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 196 analyzer2dart/test/sexpr_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
197 analyzer2dart/test/tree_shaker_test: Crash # cannot compile methods that need in terceptor calling convention. 197 analyzer2dart/test/tree_shaker_test: Crash # cannot compile methods that need in terceptor calling convention.
198 analyzer/test/cancelable_future_test: Crash # Unhandled node 198 analyzer/test/cancelable_future_test: Crash # Unhandled node
199 analyzer/test/enum_test: Crash # Unhandled node 199 analyzer/test/enum_test: Crash # Unhandled node
200 analyzer/test/error_test: Crash # cannot compile methods that need interceptor c alling convention.
201 analyzer/test/file_system/memory_file_system_test: Crash # Unhandled node 200 analyzer/test/file_system/memory_file_system_test: Crash # Unhandled node
202 analyzer/test/file_system/physical_resource_provider_test: Crash # Unhandled no de 201 analyzer/test/file_system/physical_resource_provider_test: Crash # Unhandled no de
203 analyzer/test/file_system/resource_uri_resolver_test: Crash # Unhandled node 202 analyzer/test/file_system/resource_uri_resolver_test: Crash # Unhandled node
204 analyzer/test/generated/all_the_rest_test: Crash # Unhandled node 203 analyzer/test/generated/all_the_rest_test: Crash # Unhandled node
205 analyzer/test/generated/ast_test: Crash # Unhandled node 204 analyzer/test/generated/ast_test: Crash # Unhandled node
206 analyzer/test/generated/compile_time_error_code_test: Crash # Unhandled node 205 analyzer/test/generated/compile_time_error_code_test: Crash # Unhandled node
207 analyzer/test/generated/element_test: Crash # Unhandled node 206 analyzer/test/generated/element_test: Crash # Unhandled node
208 analyzer/test/generated/incremental_resolver_test: Crash # Unhandled node 207 analyzer/test/generated/incremental_resolver_test: Crash # Unhandled node
209 analyzer/test/generated/incremental_scanner_test: Crash # Unhandled node 208 analyzer/test/generated/incremental_scanner_test: Crash # Unhandled node
210 analyzer/test/generated/java_core_test: Crash # try/finally 209 analyzer/test/generated/java_core_test: Crash # try/finally
211 analyzer/test/generated/java_io_test: Crash # try/finally 210 analyzer/test/generated/java_io_test: Crash # try/finally
212 analyzer/test/generated/non_error_resolver_test: Crash # Unhandled node 211 analyzer/test/generated/non_error_resolver_test: Crash # Unhandled node
213 analyzer/test/generated/parser_test: Crash # Unhandled node 212 analyzer/test/generated/parser_test: Crash # Unhandled node
214 analyzer/test/generated/resolver_test: Crash # Unhandled node 213 analyzer/test/generated/resolver_test: Crash # Unhandled node
215 analyzer/test/generated/scanner_test: Crash # Unhandled node 214 analyzer/test/generated/scanner_test: Crash # Unhandled node
216 analyzer/test/generated/static_type_warning_code_test: Crash # Unhandled node 215 analyzer/test/generated/static_type_warning_code_test: Crash # Unhandled node
217 analyzer/test/generated/static_warning_code_test: Crash # Unhandled node 216 analyzer/test/generated/static_warning_code_test: Crash # Unhandled node
218 analyzer/test/generated/utilities_test: Crash # Unhandled node 217 analyzer/test/generated/utilities_test: Crash # Unhandled node
219 analyzer/test/instrumentation/instrumentation_test: Crash # try/finally 218 analyzer/test/instrumentation/instrumentation_test: Crash # try/finally
220 analyzer/test/options_test: Crash # Unhandled node
221 analyzer/test/parse_compilation_unit_test: Crash # cannot compile methods that n eed interceptor calling convention. 219 analyzer/test/parse_compilation_unit_test: Crash # cannot compile methods that n eed interceptor calling convention.
222 analyzer/test/plugin/plugin_impl_test: Crash # try/finally 220 analyzer/test/plugin/plugin_impl_test: Crash # try/finally
223 analyzer/test/source/package_map_provider_test: Crash # try/finally 221 analyzer/test/source/package_map_provider_test: Crash # try/finally
224 analyzer/test/source/package_map_resolver_test: Crash # Unhandled node 222 analyzer/test/source/package_map_resolver_test: Crash # Unhandled node
225 analyzer/test/src/context/cache_test: Crash # Unhandled node 223 analyzer/test/src/context/cache_test: Crash # Unhandled node
226 analyzer/test/src/task/dart_test: Crash # Unhandled node 224 analyzer/test/src/task/dart_test: Crash # Unhandled node
227 analyzer/test/src/task/driver_test: Crash # Unhandled node 225 analyzer/test/src/task/driver_test: Crash # Unhandled node
228 analyzer/test/src/task/general_test: Crash # Unhandled node 226 analyzer/test/src/task/general_test: Crash # Unhandled node
229 analyzer/test/src/task/inputs_test: Crash # Unhandled node 227 analyzer/test/src/task/inputs_test: Crash # Unhandled node
230 analyzer/test/src/task/manager_test: Crash # Unhandled node 228 analyzer/test/src/task/manager_test: Crash # Unhandled node
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 microlytics/test/dart_microlytics_test: Crash # (throw new ExpectException(messa ge)): Unhandled node 687 microlytics/test/dart_microlytics_test: Crash # (throw new ExpectException(messa ge)): Unhandled node
690 mock/test/mock_regexp_negative_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator 688 mock/test/mock_regexp_negative_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
691 mock/test/mock_stepwise_negative_test: Crash # cannot compile methods that need interceptor calling convention. 689 mock/test/mock_stepwise_negative_test: Crash # cannot compile methods that need interceptor calling convention.
692 mock/test/mock_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe nerator 690 mock/test/mock_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe nerator
693 stub_core_library/test/stub_test: Crash # try/finally 691 stub_core_library/test/stub_test: Crash # try/finally
694 third_party/angular_tests/vm_test: Crash # try/finally 692 third_party/angular_tests/vm_test: Crash # try/finally
695 third_party/di_tests/di_test: Crash # try/finally 693 third_party/di_tests/di_test: Crash # try/finally
696 typed_data/test/typed_buffers_test/01: Crash # cannot compile methods that need interceptor calling convention. 694 typed_data/test/typed_buffers_test/01: Crash # cannot compile methods that need interceptor calling convention.
697 typed_data/test/typed_buffers_test/none: Crash # cannot compile methods that nee d interceptor calling convention. 695 typed_data/test/typed_buffers_test/none: Crash # cannot compile methods that nee d interceptor calling convention.
698 typed_mock/test/typed_mock_test: Crash # try/finally 696 typed_mock/test/typed_mock_test: Crash # try/finally
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698