dart-sdk/pkg/analyzer_cli/test
Erik Ernst 9336e199fd Re-land of CL 2990703002, adding fixes to analyzer_test and error_test.
This CL is identical to the reverted CL 2990703002 which implements
syntactic support for generalized void in the analyzer, plus two bug
fixes in pkg/analyzer/test/generated/parser_test.dart and
pkg/analyzer_cli/test/error_test.dart. In the former, a test on parsing
`void,` was changed to expect an error: _isTypeIdentifier on a lone
`void` will no longer return true, which is necessary because `void`
can now be used as a type annotation alone. Another test on `void x`
was added, which produces the behavior previously seen for `void,`.
In error_test, the error which is used throughout was changed from
`void foo;` to `var int foo;` (because the former is no longer an
error).

Review-Url: https://codereview.chromium.org/2992623002 .
2017-07-27 12:39:19 +02:00
..
data
all.dart
analysis_options_test.dart Add analytics to analyzer-cli and analysis server. 2017-07-05 23:29:46 -07:00
build_mode_test.dart
driver_test.dart More tests for build mode. 2017-07-07 14:33:09 -07:00
embedder_test.dart Add analytics to analyzer-cli and analysis server. 2017-07-05 23:29:46 -07:00
error_test.dart Re-land of CL 2990703002, adding fixes to analyzer_test and error_test. 2017-07-27 12:39:19 +02:00
errors_reported_once_test.dart Add analytics to analyzer-cli and analysis server. 2017-07-05 23:29:46 -07:00
errors_upgrade_fails_cli_test.dart Add analytics to analyzer-cli and analysis server. 2017-07-05 23:29:46 -07:00
mocks.dart Replace typed_mock with mockito in analyzer_cli. 2017-07-25 09:54:08 -07:00
options_test.dart Remove the --build-summary-only-diet option. 2017-07-07 09:15:48 -07:00
package_prefix_test.dart Add analytics to analyzer-cli and analysis server. 2017-07-05 23:29:46 -07:00
perf_report_test.dart
reporter_test.dart Replace typed_mock with mockito in analyzer_cli. 2017-07-25 09:54:08 -07:00
sdk_ext_test.dart Add analytics to analyzer-cli and analysis server. 2017-07-05 23:29:46 -07:00
strong_mode_test.dart Fix strong_mode_test after moving driver_test fields into class. 2017-07-07 10:01:47 -07:00
super_mixin_test.dart Add analytics to analyzer-cli and analysis server. 2017-07-05 23:29:46 -07:00
utils.dart