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

Issue 11943005: Make integration tests a bit cleaner. (Closed)

Created:
7 years, 11 months ago by Bob Nystrom
Modified:
7 years, 11 months ago
Reviewers:
nweiz
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Make integration tests a bit cleaner. Committed: https://code.google.com/p/dart/source/detail?r=17300

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -409 lines) Patch
M utils/tests/pub/install/git/check_out_and_update_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/install/git/check_out_branch_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/install/git/check_out_revision_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/install/git/check_out_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/install/git/check_out_transitive_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/install/git/check_out_twice_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/install/git/check_out_with_trailing_slash_test.dart View 2 chunks +2 lines, -4 lines 0 comments Download
M utils/tests/pub/install/git/dependency_name_match_pubspec_test.dart View 2 chunks +2 lines, -4 lines 0 comments Download
M utils/tests/pub/install/git/different_repo_name_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/install/git/lock_version_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/install/git/require_pubspec_name_test.dart View 2 chunks +2 lines, -4 lines 0 comments Download
M utils/tests/pub/install/git/require_pubspec_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/install/git/stay_locked_if_compatible_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/install/git/unlock_if_incompatible_test.dart View 2 chunks +2 lines, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/check_out_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/check_out_transitive_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/do_not_update_on_removed_constraints_test.dart View 2 chunks +2 lines, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/fail_gracefully_on_missing_package_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/fail_gracefully_on_url_resolve_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/remove_removed_dependency_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/remove_removed_transitive_dependency_test.dart View 2 chunks +2 lines, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/resolve_constraints_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/stay_locked_if_compatible_test.dart View 2 chunks +2 lines, -5 lines 0 comments Download
M utils/tests/pub/install/hosted/stay_locked_if_new_is_satisfied_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/stay_locked_test.dart View 2 chunks +2 lines, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/unlock_if_incompatible_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/install/hosted/unlock_if_new_is_unsatisfied_test.dart View 2 chunks +2 lines, -5 lines 0 comments Download
M utils/tests/pub/install/pub_install_test.dart View 12 chunks +13 lines, -37 lines 0 comments Download
M utils/tests/pub/install/sdk/check_out_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/install/sdk/check_out_transitive_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/oauth2_test.dart View 8 chunks +10 lines, -20 lines 0 comments Download
M utils/tests/pub/pub_lish_test.dart View 19 chunks +18 lines, -51 lines 0 comments Download
M utils/tests/pub/pub_uploader_test.dart View 9 chunks +8 lines, -21 lines 0 comments Download
M utils/tests/pub/test_pub.dart View 2 chunks +11 lines, -2 lines 0 comments Download
M utils/tests/pub/update/git/do_not_update_if_unneeded_test.dart View 2 chunks +2 lines, -5 lines 0 comments Download
M utils/tests/pub/update/git/update_locked_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/update/git/update_one_locked_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/update/git/update_to_incompatible_pubspec_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/update/git/update_to_nonexistent_pubspec_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/update/hosted/fail_gracefully_on_missing_package_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/update/hosted/fail_gracefully_on_url_resolve_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/update/hosted/remove_removed_dependency_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/update/hosted/remove_removed_transitive_dependency_test.dart View 2 chunks +2 lines, -4 lines 0 comments Download
M utils/tests/pub/update/hosted/unlock_dependers_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/update/hosted/unlock_if_necessary_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/update/hosted/update_removed_constraints_test.dart View 2 chunks +1 line, -4 lines 0 comments Download
M utils/tests/pub/update/pub_update_test.dart View 5 chunks +8 lines, -16 lines 0 comments Download
M utils/tests/pub/validator_test.dart View 17 chunks +46 lines, -95 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Bob Nystrom
7 years, 11 months ago (2013-01-18 01:15:40 UTC) #1
nweiz
7 years, 11 months ago (2013-01-18 03:10:39 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698