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

Issue 11035066: Spit pub tests into smaller suites. (Closed)

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

Description

Spit pub tests into smaller suites. Windows is slow and our large tests suites time out. Committed: https://code.google.com/p/dart/source/detail?r=13315

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1825 lines, -1750 lines) Patch
A utils/tests/pub/install/git/check_out_and_update_test.dart View 1 chunk +69 lines, -0 lines 0 comments Download
A utils/tests/pub/install/git/check_out_branch_test.dart View 1 chunk +41 lines, -0 lines 0 comments Download
A utils/tests/pub/install/git/check_out_revision_test.dart View 1 chunk +41 lines, -0 lines 0 comments Download
A utils/tests/pub/install/git/check_out_test.dart View 1 chunk +41 lines, -0 lines 0 comments Download
A utils/tests/pub/install/git/check_out_transitive_test.dart View 1 chunk +53 lines, -0 lines 0 comments Download
A utils/tests/pub/install/git/check_out_twice_test.dart View 1 chunk +49 lines, -0 lines 0 comments Download
A utils/tests/pub/install/git/check_out_with_trailing_slash_test.dart View 1 chunk +43 lines, -0 lines 0 comments Download
A utils/tests/pub/install/git/dependency_name_match_pubspec_test.dart View 1 chunk +40 lines, -0 lines 0 comments Download
A utils/tests/pub/install/git/different_repo_name_test.dart View 1 chunk +42 lines, -0 lines 0 comments Download
A utils/tests/pub/install/git/lock_version_test.dart View 1 chunk +53 lines, -0 lines 0 comments Download
A utils/tests/pub/install/git/require_pubspec_name_test.dart View 1 chunk +32 lines, -0 lines 0 comments Download
A utils/tests/pub/install/git/require_pubspec_test.dart View 1 chunk +31 lines, -0 lines 0 comments Download
A utils/tests/pub/install/git/stay_locked_if_compatible_test.dart View 1 chunk +51 lines, -0 lines 0 comments Download
A utils/tests/pub/install/git/unlock_if_incompatible_test.dart View 1 chunk +50 lines, -0 lines 0 comments Download
A utils/tests/pub/install/hosted/check_out_test.dart View 1 chunk +26 lines, -0 lines 0 comments Download
A utils/tests/pub/install/hosted/check_out_transitive_test.dart View 1 chunk +31 lines, -0 lines 0 comments Download
A utils/tests/pub/install/hosted/do_not_update_on_removed_constraints_test.dart View 1 chunk +45 lines, -0 lines 0 comments Download
A utils/tests/pub/install/hosted/fail_gracefully_on_missing_package_test.dart View 1 chunk +25 lines, -0 lines 0 comments Download
A utils/tests/pub/install/hosted/fail_gracefully_on_url_resolve_test.dart View 1 chunk +34 lines, -0 lines 0 comments Download
A utils/tests/pub/install/hosted/remove_removed_dependency_test.dart View 1 chunk +41 lines, -0 lines 0 comments Download
A utils/tests/pub/install/hosted/remove_removed_transitive_dependency_test.dart View 1 chunk +50 lines, -0 lines 0 comments Download
A utils/tests/pub/install/hosted/resolve_constraints_test.dart View 1 chunk +41 lines, -0 lines 0 comments Download
A utils/tests/pub/install/hosted/stay_locked_if_compatible_test.dart View 1 chunk +35 lines, -0 lines 0 comments Download
A utils/tests/pub/install/hosted/stay_locked_if_new_is_satisfied_test.dart View 1 chunk +53 lines, -0 lines 0 comments Download
A utils/tests/pub/install/hosted/stay_locked_test.dart View 1 chunk +38 lines, -0 lines 0 comments Download
A utils/tests/pub/install/hosted/unlock_if_incompatible_test.dart View 1 chunk +35 lines, -0 lines 0 comments Download
A utils/tests/pub/install/hosted/unlock_if_new_is_unsatisfied_test.dart View 1 chunk +57 lines, -0 lines 0 comments Download
A + utils/tests/pub/install/pub_install_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
A utils/tests/pub/install/sdk/check_out_test.dart View 1 chunk +35 lines, -0 lines 0 comments Download
A utils/tests/pub/install/sdk/check_out_transitive_test.dart View 1 chunk +42 lines, -0 lines 0 comments Download
M utils/tests/pub/pub.status View 1 chunk +4 lines, -4 lines 0 comments Download
D utils/tests/pub/pub_install_git_test.dart View 1 chunk +0 lines, -480 lines 0 comments Download
D utils/tests/pub/pub_install_hosted_test.dart View 1 chunk +0 lines, -367 lines 0 comments Download
D utils/tests/pub/pub_install_sdk_test.dart View 1 chunk +0 lines, -65 lines 0 comments Download
D utils/tests/pub/pub_install_test.dart View 1 chunk +0 lines, -264 lines 0 comments Download
D utils/tests/pub/pub_update_git_test.dart View 1 chunk +0 lines, -246 lines 0 comments Download
D utils/tests/pub/pub_update_hosted_test.dart View 1 chunk +0 lines, -213 lines 0 comments Download
D utils/tests/pub/pub_update_test.dart View 1 chunk +0 lines, -99 lines 0 comments Download
M utils/tests/pub/test_pub.dart View 5 chunks +16 lines, -8 lines 0 comments Download
A utils/tests/pub/update/git/do_not_update_if_unneeded_test.dart View 1 chunk +65 lines, -0 lines 0 comments Download
A utils/tests/pub/update/git/update_locked_test.dart View 1 chunk +64 lines, -0 lines 0 comments Download
A utils/tests/pub/update/git/update_one_locked_test.dart View 1 chunk +64 lines, -0 lines 0 comments Download
A utils/tests/pub/update/git/update_to_incompatible_pubspec_test.dart View 1 chunk +50 lines, -0 lines 0 comments Download
A utils/tests/pub/update/git/update_to_nonexistent_pubspec_test.dart View 1 chunk +49 lines, -0 lines 0 comments Download
A utils/tests/pub/update/hosted/fail_gracefully_on_missing_package_test.dart View 1 chunk +25 lines, -0 lines 0 comments Download
A utils/tests/pub/update/hosted/fail_gracefully_on_url_resolve_test.dart View 1 chunk +34 lines, -0 lines 0 comments Download
A utils/tests/pub/update/hosted/remove_removed_dependency_test.dart View 1 chunk +41 lines, -0 lines 0 comments Download
A utils/tests/pub/update/hosted/remove_removed_transitive_dependency_test.dart View 1 chunk +50 lines, -0 lines 0 comments Download
A utils/tests/pub/update/hosted/unlock_dependers_test.dart View 1 chunk +45 lines, -0 lines 0 comments Download
A utils/tests/pub/update/hosted/unlock_if_necessary_test.dart View 1 chunk +45 lines, -0 lines 0 comments Download
A utils/tests/pub/update/hosted/update_removed_constraints_test.dart View 1 chunk +45 lines, -0 lines 0 comments Download
A + utils/tests/pub/update/pub_update_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Bob Nystrom
8 years, 2 months ago (2012-10-05 19:56:36 UTC) #1
nweiz
8 years, 2 months ago (2012-10-05 19:57:56 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698