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

Issue 2710193002: Update the analysis server integration tests to always run on the analysis driver. (Closed)

Created:
3 years, 10 months ago by devoncarew
Modified:
3 years, 8 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Update the analysis server integration tests to always run on the analysis driver. BUG=

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -470 lines) Patch
M pkg/analysis_server/test/integration/analysis/analysis_options_test.dart View 3 chunks +10 lines, -26 lines 0 comments Download
D pkg/analysis_server/test/integration/analysis/error_driver_test.dart View 1 chunk +0 lines, -30 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/error_test.dart View 5 chunks +6 lines, -20 lines 1 comment Download
M pkg/analysis_server/test/integration/analysis/get_errors_nonStandard_sdk.dart View 3 chunks +2 lines, -12 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/get_errors_test.dart View 2 chunks +3 lines, -13 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/get_hover_test.dart View 2 chunks +2 lines, -13 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/get_navigation_test.dart View 1 chunk +0 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/highlights_test.dart View 2 chunks +2 lines, -12 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/highlights_test2.dart View 2 chunks +2 lines, -12 lines 0 comments Download
D pkg/analysis_server/test/integration/analysis/lint_driver_test.dart View 1 chunk +0 lines, -19 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/lint_test.dart View 2 chunks +2 lines, -5 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/navigation_test.dart View 2 chunks +2 lines, -12 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/occurrences_test.dart View 2 chunks +2 lines, -11 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/outline_test.dart View 2 chunks +2 lines, -11 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/overrides_test.dart View 2 chunks +2 lines, -11 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/package_root_test.dart View 2 chunks +2 lines, -12 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/reanalyze_concurrent_test.dart View 3 chunks +3 lines, -14 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/reanalyze_test.dart View 2 chunks +2 lines, -11 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/set_analysis_roots_test.dart View 1 chunk +0 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/set_subscriptions_test.dart View 1 chunk +0 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/test_all.dart View 6 chunks +0 lines, -6 lines 0 comments Download
D pkg/analysis_server/test/integration/analysis/update_content_driver_test.dart View 1 chunk +0 lines, -19 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/update_content_list_test.dart View 2 chunks +2 lines, -11 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/update_content_test.dart View 2 chunks +2 lines, -4 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/update_options_test.dart View 1 chunk +4 lines, -5 lines 0 comments Download
D pkg/analysis_server/test/integration/completion/get_suggestions_driver_test.dart View 1 chunk +0 lines, -19 lines 0 comments Download
M pkg/analysis_server/test/integration/completion/get_suggestions_test.dart View 2 chunks +2 lines, -4 lines 0 comments Download
M pkg/analysis_server/test/integration/completion/test_all.dart View 2 chunks +0 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/coverage.md View 3 chunks +14 lines, -14 lines 0 comments Download
M pkg/analysis_server/test/integration/diagnostic/get_diagnostics_test.dart View 1 chunk +0 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/integration/diagnostic/get_server_port_test.dart View 1 chunk +0 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/integration/edit/format_test.dart View 1 chunk +0 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/integration/edit/organize_directives_test.dart View 3 chunks +6 lines, -6 lines 0 comments Download
M pkg/analysis_server/test/integration/edit/sort_members_test.dart View 1 chunk +0 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/integration/execution/create_context_test.dart View 1 chunk +0 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/integration/execution/delete_context_test.dart View 1 chunk +0 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/integration/execution/map_uri_test.dart View 2 chunks +2 lines, -11 lines 0 comments Download
M pkg/analysis_server/test/integration/execution/set_subscriptions_test.dart View 1 chunk +0 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/integration/integration_tests.dart View 5 chunks +2 lines, -11 lines 0 comments Download
M pkg/analysis_server/test/integration/search/get_type_hierarchy_test.dart View 2 chunks +2 lines, -12 lines 0 comments Download
M pkg/analysis_server/test/integration/server/get_version_test.dart View 1 chunk +2 lines, -11 lines 0 comments Download
M pkg/analysis_server/test/integration/server/set_subscriptions_invalid_service_test.dart View 1 chunk +10 lines, -19 lines 0 comments Download
M pkg/analysis_server/test/integration/server/set_subscriptions_test.dart View 2 chunks +2 lines, -20 lines 0 comments Download
M pkg/analysis_server/test/integration/server/shutdown_test.dart View 2 chunks +2 lines, -11 lines 0 comments Download
M pkg/analysis_server/test/integration/server/status_test.dart View 2 chunks +2 lines, -11 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
devoncarew
- update the analysis server integration tests to only use the new driver -add issues ...
3 years, 10 months ago (2017-02-23 09:21:50 UTC) #2
Brian Wilkerson
Does this mean that we've decided to remove the non-driver code paths and remove the ...
3 years, 10 months ago (2017-02-23 15:17:33 UTC) #4
devoncarew
I don't think we're going back to non-driver, and the work to remove technical debt ...
3 years, 10 months ago (2017-02-23 16:14:00 UTC) #5
scheglov
LGTM!
3 years, 10 months ago (2017-02-23 16:22:05 UTC) #6
Brian Wilkerson
I'm not convinced that we're ready to make this change, but even if we do ...
3 years, 10 months ago (2017-02-23 17:58:18 UTC) #7
devoncarew
3 years, 10 months ago (2017-02-23 20:45:06 UTC) #8
> I'm not convinced that we're ready to make this change

It's not critical to make now, but at some point we'll want to make a call that
we can start removing non-driver code paths.

I'll hold off on this; let's figure out a cut-over date off-line.

Powered by Google App Engine
This is Rietveld 408576698