dart-sdk/pkg/analyzer_cli/test
Konstantin Shcheglov 686b30e4cb Initial hermetic package analyzer.
When --package-mode is specified, this turns ON the single package
analysis mode. My initial idea was to accept a single path - the root
folder of the package and analyze the package completely as Dart
Analysis Server does. But later I decided to accept a list of files
to analyze, at least for now.

We still need the --package-mode-path option with the path to the root
folder of the package because we need to know which libraries are in
the 'lib' folder and write these libraries into the output summary.

The option --package-name is used to write the same URIs into
summary as the clients are going to use to refer the package
libraries, and also as the package references itself.

Multiple --package-summary-input=pkg,summary options can be specified,
one for each package. Every referenced package (except itself) must
be listed.

If --package-summary-output is specified, the output summary of
the package is written to the specified file. It is up to the client
to specify the correct X.spec.sum or X.strong.sum names.

R=brianwilkerson@google.com, paulberry@google.com
BUG=

Review URL: https://codereview.chromium.org/1720963003 .
2016-02-22 17:19:27 -08:00
..
data Embedded libs key rename to defuse server landmine. 2016-01-29 09:52:04 -08:00
all.dart Bootloader cleanup. 2016-01-11 14:13:44 -08:00
boot_loader_test.dart Bootloader cleanup. 2016-01-11 14:13:44 -08:00
driver_test.dart Bootloader cleanup. 2016-01-11 14:13:44 -08:00
embedder_test.dart CLI support for embedders (#25380). 2016-01-26 11:33:14 -08:00
error_test.dart Migrate mockito mocks to typed_mock (#24994). 2015-11-20 13:57:56 -08:00
mocks.dart More mock cleanup. 2015-12-10 14:37:22 -08:00
options_test.dart Initial hermetic package analyzer. 2016-02-22 17:19:27 -08:00
perf_report_test.dart Add --x-perf-report flag to the dartanalyzer command 2015-12-17 11:40:15 -08:00
plugin_manager_test.dart Migrate mockito mocks to typed_mock (#24994). 2015-11-20 13:57:56 -08:00
reporter_test.dart Migrate mockito mocks to typed_mock (#24994). 2015-11-20 13:57:56 -08:00
sdk_ext_test.dart Revert "Make analyzer_cli tests bot-friendly (#25001)." 2015-12-11 14:57:01 -08:00
strong_mode_test.dart Revert "Make analyzer_cli tests bot-friendly (#25001)." 2015-12-11 14:57:01 -08:00
super_mixin_test.dart Migrate mockito mocks to typed_mock (#24994). 2015-11-20 13:57:56 -08:00
utils.dart Driver failure mode fixes (and test cleanup). 2015-12-14 13:58:05 -08:00