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

Issue 2691763002: Add integration tests for the execution domain. (Closed)

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

Description

Patch Set 1 #

Total comments: 8

Patch Set 2 : create a ServerErrorMessage class; improve test #

Total comments: 4

Patch Set 3 : call -> request in dartdocs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -29 lines) Patch
M pkg/analysis_server/test/integration/coverage.md View 1 chunk +2 lines, -2 lines 0 comments Download
A pkg/analysis_server/test/integration/execution/create_context_test.dart View 1 chunk +27 lines, -0 lines 0 comments Download
A + pkg/analysis_server/test/integration/execution/delete_context_test.dart View 1 1 chunk +17 lines, -20 lines 0 comments Download
M pkg/analysis_server/test/integration/execution/map_uri_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/integration/execution/test_all.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/integration/integration_tests.dart View 1 2 2 chunks +12 lines, -3 lines 0 comments Download
M pkg/analyzer_plugin/test/integration/support/integration_tests.dart View 1 2 2 chunks +12 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
devoncarew
- add integration tests for execution.createContext and execution.deleteContext - update the coverage.md file - remove ...
3 years, 10 months ago (2017-02-12 03:04:28 UTC) #2
scheglov
lgtm
3 years, 10 months ago (2017-02-12 03:18:25 UTC) #3
Paul Berry
https://codereview.chromium.org/2691763002/diff/1/pkg/analysis_server/test/integration/execution/delete_context_test.dart File pkg/analysis_server/test/integration/execution/delete_context_test.dart (right): https://codereview.chromium.org/2691763002/diff/1/pkg/analysis_server/test/integration/execution/delete_context_test.dart#newcode39 pkg/analysis_server/test/integration/execution/delete_context_test.dart:39: } catch (ignore) {} This won't work because the ...
3 years, 10 months ago (2017-02-12 14:39:04 UTC) #4
Brian Wilkerson
lgtm, modulo Paul's comments https://codereview.chromium.org/2691763002/diff/1/pkg/analyzer_plugin/test/integration/support/integration_tests.dart File pkg/analyzer_plugin/test/integration/support/integration_tests.dart (right): https://codereview.chromium.org/2691763002/diff/1/pkg/analyzer_plugin/test/integration/support/integration_tests.dart#newcode561 pkg/analyzer_plugin/test/integration/support/integration_tests.dart:561: completer.completeError(messageAsMap['error']); > Hmm, when did ...
3 years, 10 months ago (2017-02-12 16:41:54 UTC) #5
devoncarew
Updated! ptal https://codereview.chromium.org/2691763002/diff/1/pkg/analysis_server/test/integration/execution/delete_context_test.dart File pkg/analysis_server/test/integration/execution/delete_context_test.dart (right): https://codereview.chromium.org/2691763002/diff/1/pkg/analysis_server/test/integration/execution/delete_context_test.dart#newcode39 pkg/analysis_server/test/integration/execution/delete_context_test.dart:39: } catch (ignore) {} On 2017/02/12 14:39:04, ...
3 years, 10 months ago (2017-02-12 17:52:35 UTC) #6
Brian Wilkerson
https://codereview.chromium.org/2691763002/diff/1/pkg/analyzer_plugin/test/integration/support/integration_tests.dart File pkg/analyzer_plugin/test/integration/support/integration_tests.dart (right): https://codereview.chromium.org/2691763002/diff/1/pkg/analyzer_plugin/test/integration/support/integration_tests.dart#newcode561 pkg/analyzer_plugin/test/integration/support/integration_tests.dart:561: completer.completeError(messageAsMap['error']); > Is it important to keep this files ...
3 years, 10 months ago (2017-02-12 18:47:09 UTC) #7
devoncarew
https://codereview.chromium.org/2691763002/diff/20001/pkg/analysis_server/test/integration/integration_tests.dart File pkg/analysis_server/test/integration/integration_tests.dart (right): https://codereview.chromium.org/2691763002/diff/20001/pkg/analysis_server/test/integration/integration_tests.dart#newcode283 pkg/analysis_server/test/integration/integration_tests.dart:283: * An error result from a server call. On ...
3 years, 10 months ago (2017-02-12 19:22:48 UTC) #8
devoncarew
3 years, 10 months ago (2017-02-12 19:23:39 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
4667e59e85d19496ca3763f7334e94e396ab8be8 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698